You can edit almost every page by Creating an account. Otherwise, see the FAQ.

List of the busiest airports in the Balkans

From EverybodyWiki Bios & Wiki



In graph[edit]

<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Lines
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Lines
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2,
 "width": 1050,
 "height": 300,

"padding": "strict",

 "signals": [{"name": "rightwidth", "expr": "width + padding.right", "init":"1050"}],
 "data": [{
   "name": "chart",
   "url": "wikidatasparql:///?query=%23%20Scroll%20down%20and%20hit%20blue%20arrow%20down%20to%20run%20and%20see%20the%20results%20%2B%20the%20sources%0ASELECT%20%3Fyear%20%3Fitem%20%3FitemLabel%20%28MAX%28%3Fnumber%29%20AS%20%3Fpassengers%29%0A%20%20%28SAMPLE%28COALESCE%28%3Freference_URL%2C%20%3Fmonthly_reference_URL2%29%29%20AS%20%3Fsample_reference_URL%29%0AWITH%0A%7B%0A%20%20SELECT%20%3Fitem%20%3Fstatement%20%3Fdate%20%3Fyear%20%3Ftimevalue%20%3Fnumberperperiod%20%3Freference_URL%0A%20%20WHERE%0A%20%20%7B%0A%20%20%20%20%3Fitem%20wdt%3AP238%20%3Fairport_code%0A%20%20%20%20VALUES%20%3Fairport_code%20%0A%20%20%20%20%7B%0A%20%22ATH%22%20%22SOF%22%20%22HER%22%20%22SKG%22%20%22BEG%22%20%22RHO%22%20%22PRN%22%20%22ZAG%22%20%22TIA%22%20%22SPU%22%0A%20%20%20%20%7D%0A%20%20%20%20%3Fitem%20p%3AP3872%20%3Fstatement.%0A%20%20%20%20%3Fstatement%20pqv%3AP585%20%3Ftimevalue%3B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ps%3AP3872%20%3Fnumberperperiod.%0A%20%20%20%20%3Ftimevalue%20wikibase%3AtimeValue%20%3Fdate.%0A%20%20%20%20OPTIONAL%20%7B%20%3Fstatement%20pq%3AP518%20%3Fapplies.%20%7D%0A%20%20%20%20OPTIONAL%20%7B%20%3Fstatement%20prov%3AwasDerivedFrom%20%2F%20%28pr%3AP854%7Cpr%3AP4656%29%20%3Freference_URL.%20%7D%0A%20%20%20%20FILTER%20%28BOUND%28%3Fapplies%29%3Dfalse%20%7C%7C%20%3Fapplies%20%3D%20wd%3AQ2165236%20%29%0A%20%20%20%20MINUS%20%7B%20%3Fstatement%20wikibase%3Arank%20wikibase%3ADeprecatedRank%20%7D%0A%20%20%20%20BIND%20%28YEAR%28%3Fdate%29%20AS%20%3Fyear%29%0A%20%20%20%20FILTER%20%28%3Fyear%20%3E1949%29.%0A%20%20%20%20FILTER%20%28%3Fyear%20%3C%20YEAR%28NOW%28%29%29%29%0A%20%20%7D%0A%7D%20AS%20%25airport%0AWHERE%0A%7B%0A%20%20%7B%0A%20%20%20%20%23%20Get%20the%20sum%20of%20monthly%20values%20within%20a%20year%0A%20%20%20%20SELECT%20%3Fitem%20%3Fyear%20%28SUM%28%3Fmax_numberperperiod%29%20AS%20%3Fnumber%29%20%28SAMPLE%28%3Fmonthly_reference_URL%29%20AS%20%3Fmonthly_reference_URL2%29%0A%20%20%20%20WHERE%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%23%20Get%20the%20maximal%20value%20and%20a%20sample%20reference%20URL%20for%20each%20unique%20month%0A%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20SELECT%20%3Fitem%20%3Fyear%20%28MAX%28%3Fnumberperperiod%29%20AS%20%3Fmax_numberperperiod%29%20%28SAMPLE%28%3Freference_URL%29%20AS%20%3Fmonthly_reference_URL%29%0A%20%20%20%20%20%20%20%20WHERE%0A%20%20%20%20%20%20%20%20%7B%0A%20%20%20%20%20%20%20%20%20%20INCLUDE%20%25airport%0A%20%20%20%20%20%20%20%20%20%20%3Ftimevalue%20wikibase%3AtimePrecision%20%3Fprec.%0A%20%20%20%20%20%20%20%20%20%20FILTER%20%28%3Fprec%20%3E%209%29%23%20precision%20more%20precise%20or%20equal%20to%20month%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%20%3Fdate%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Fitem%20%3Fyear%0A%20%20%7D%0A%20%20UNION%0A%20%20%7B%0A%20%20%20%20%3Ftimevalue%20wikibase%3AtimePrecision%209%20.%0A%20%20%20%20BIND%20%28%3Fnumberperperiod%20AS%20%3Fnumber%29%0A%20%20%20%20BIND%20%28%3Freference_URL%20AS%20%3Fsample_reference_URL%29%0A%20%20%20%20INCLUDE%20%25airport%0A%20%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%22.%20%7D%0A%7D%0AGROUP%20BY%20%3Fitem%20%3FitemLabel%20%3Fyear%0AORDER%20BY%20%3Fitem%20DESC%20%28%3Fyear%29",
   "format": {"type": "json"
     
     
   },
   "transform": [


     // Convert xField parameter into a field "_xfield"
     {"type": "formula", "field": "_xfield", "expr":

"datetime(datum.year, 0, 1)"

     }
     , {"type": "sort", "by": ["_xfield"]}

, {"type": "formula", "field": "_yfield", "expr": "datum.passengers" }

   ]
 },



 ],
 "scales": [
   {
     "name": "x",
     "type": "time",
     "domain": {"data": "chart", "field": "_xfield"},
     "range": "width",
     


   },
   {
     "name": "y",
     "type": "linear",
     "range": "height",
     "domain": {"data": "chart", "field": "_yfield"},
     "zero": true,
     
     
     
   },
   {
     "name": "color",
     "type": "ordinal",
     "range": "category10", 
     "domain": {"data": "chart", "field": "itemLabel"}
   },
 ],

"legends": [{

   "fill": "color",
   "stroke": "color",


 }],
 "axes": [
   {
     "scale": "x", "type": "x", "tickSizeEnd": 0,
     "ticks": 7,
     
     
     
     "properties": { 
       "labels": { 
         
         
       } 
      }
   },
   {
     "scale": "y", "type": "y", "tickSizeEnd": 0,
     
     "title": "Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value).",
     "format": ".1s",
     "grid": true,
     "properties": { 
       "labels": { 
         
         
       } 
      }
   }
 ],
 "marks": [
   // Group data by the group parameter or "key", and draw lines, one line per group
   {
     "type": "group",
     "from": {
       "data": "chart",
       "transform": [{"type": "facet", "groupby": ["itemLabel"]}]
     },
     "marks": [
       {
         "type": "line",
         "properties": {
           "hover": {
             "stroke": {"value": "red"}
           },
           "update": {
             "stroke": {"scale": "color", "field": "itemLabel"}
           },
           "enter": {
             "y": {"scale": "y", "field": "_yfield"},
             "x": {"scale": "x", "field": "_xfield"},
             "stroke": {"scale": "color", "field": "itemLabel"},
             "interpolate": {"value": "linear"},
             "strokeWidth": {"value": 2.5}
           }
         }
       }
       
     ],
   },



// Draw title at the top of the graph

   {
     "type": "text",
     "properties": {
       "enter": {
         "y": {"value": -15},

"x": {"signal": "rightwidth", "mult": 0.5, "offset": 0 },

         "text": {"value": "Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value). Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value). ATH SOF HER SKG BEG RHO PRN ZAG TIA SPU Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value)."},
         "fontWeight": {"value": "bold"},
         "align": {"value": "center"},
         "baseline": {"value": "bottom"},
         "fill": {"value": "#000"}
       }
     }
   }
 ]

} </graph>

Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value). Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value). ATH SOF HER SKG BEG RHO PRN ZAG TIA SPU Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value).. Lua error in Module:TNT at line 157: attempt to index field 'data' (a nil value)..

List of airports by number of passengers[edit]

The following list is for all of the countries to occupy Balkan territory with the exception of  Turkey and  Romania, the information contained is for all airports on those territories.

Rank Country Airport City Passengers Change

2020–2021

2014 2015 2016 2017 2018 2019 2020 2021
1  Greece Athens International Airport Athens 15,196,369 18,087,377 20,016,998 21,737,787 24,135,736 25,574,030 8,078,383 12,346,078 1 52.8%
2  Greece Heraklion International Airport Heraklion 6,024,958 6,057,355 6,742,746 7,336,783 8,098,465 7,933,558 2,378,145 5,046,236 +3 112.2%
3  Greece Thessaloniki International Airport Thessaloniki 4,950,726 5,341,293 5,735,581 6,247,514 6,689,193 6,897,057 2,317,336 3,449,658 -1 48,9%
4  Greece Rhodes International Airport Rhodes 4,552,056 4,579,023 4,942,386 5,301,517 5,567,748 5,542,567 1,551,123 3,366,614 0 117.0%
5  Bulgaria Sofia International Airport Sofia 3,815,158 4,088,943 4,979,760 6,490,096 6,962,040 7,107,096 2,937,846 3,364,151 -1 14.5%
6  Serbia Belgrade Nikola Tesla Airport Belgrade 4,638,577 4,776,110 4,924,992 5,343,420 5,641,105 6,159,000 1,904,025 3,285,295 -1 72.6%
7  Albania Tirana International Airport Nënë Tereza Tirana 1,810,305 1,997,044 2,195,100 2,630,338 2,947,172 3,338,147 1,310,614 2,923,533 1 123.1%
8  Kosovo[lower-alpha 1] Pristina International AirportAdem Jashari Pristina 1,404,775 1,549,198 1,744,202 1,885,136 2,165,749 2,373,698 1,102,091 2,176,036 1 97.4%
9  Greece Corfu International Airport Corfu 2,383,353 2,437,890 2,788,923 2,918,434 3,364,115 3,275,897 961,037 2,044,704 1 112.8%
10  Greece Chania International Airport Chania 2,447,566 2,702,283 2,953,278 3,042,903 3,008,687 2,983,542 703,482 1,795,236 +3 155.2%
11  Croatia Split Airport Split 1,752,657 1,955,400 2,289,987 2,818,176 3,124,067 3,301,930 674,366 1,577,584 +3 133.9%
12  Greece Kos International Airport Kos 2,214,464 2,143,860 1,901,495 2,320,590 2,666,307 2,676,644 800,655 1,574,518 -1 96.7%
13  Greece Santorini (Thira) National Airport Santorini 1,179,808 1,495,890 1,685,695 1,928,295 2,254,926 2,300,408 572,963 1,546,584 +3 169.1%
14  Croatia Zagreb International Airport Zagreb 2,430,971 2,587,798 2,776,087 3,092,047 3,336,310 3,435,531 924,823 1,404,478 -4 51.9%
15  North Macedonia Skopje International Airport Skopje 1,208,359 1,452,465 1,649,374 1,868,272 2,158,258 2,358,548 710,711 1,269,224 0 78.6%
16  Greece Mykonos International Airport Mykonos 778,729 876,057 999,026 1,207,061 1,395,787 1,520,145 409,060 1,052,080 1 157.2%
17  Greece Zakynthos International Airport Zakynthos 1,182,295 1,268,497 1,423,044 1,659,646 1,800,457 1,810,427 430,255 1,012,913 1 135.4%
18  Bulgaria Varna International Airport Varna 1,387,494 1,398,694 1,689,595 1,970,700 2,281,134 2,084,319 622,215 1,010,494 1 62.4%
19  Bulgaria Burgas International Airport Burgas 2,522,319 2,360,320 2,878,883 2,982,339 3,277,229 2,885,776 424,252 954,402 1 124.3%
20  Croatia Dubrovnik Airport Dubrovnik 1,584,471 1,693,934 1,993,243 2,323,065 2,539,412 2,896,227 330,147 927,934 1 181.1%
21  Bosnia and Herzegovina Sarajevo Airport Sarajevo 709,901 772,904 838,968 957,971 1,046,635 1,143,680 249,642 767,133 +2 207.2%
22  Montenegro Tivat Airport Tivat 910,264 895,050 979,432 1,129,720 1,245,999 1,367,282 189,815 671,333 +5 253.7%
23  Montenegro Podgorica Airport Podgorica 699,141 748,899 873,278 1,055,142 1,208,525 1,297,365 343,187 652,683 -2 90.2%
24  Croatia Zadar Airport Zadar 496,697 487,652 520,924 589,841 603,819 801,347 120,747 513,093 +8 324.9%
25  Slovenia Ljubljana Joze Pucnik Airport Ljubljana 1,338,619 1,438,304 1,404,831 1,683,045 1,812,411 1,721,355 288,235 421,934 -3 46.4%
26  Greece Preveza-Aktion Airport Preveza 358,245 388,295 472,870 569,249 583,666 625,790 161,408 372,096 +2 130.5%
27  Greece Kephalonia International Airport Kephalonia 479,195 492,502 542,359 629,671 761,647 774,170 192,477 303,338 -1 57.6%
28  Bosnia and Herzegovina Tuzla Airport Tuzla 151,353 259,074 311,398 535,834 584,589 593,083 228,512 299,009 -4 30.9%
29  Greece Mytilene International Airport Mytilene 459,295 481,422 408,572 436,105 477,056 496,577 206,095 285,344 -4 38.5%
30  Croatia Pula Airport Pula 382,992 359,426 436,121 595,812 717,187 777,568 83,507 270,524 +7 223.9%
31  Greece Samos International Airport Samos 396,308 403,150 346,780 410,331 462,749 467,395 144,299 270,298 +1 87.3%
32  Greece Skiathos International Airport Skiathos 311,075 353,083 397,646 425,287 437,916 446,219 88,916 206,007 +3 131.7%
33  Greece New Paros Airport Paros 40,171 43,182 74,344 163,368 204,924 226,179 97,584 202,903 +1 51.9%
34  Greece Kalamata International Airport Kalamata 226,602 188,209 230,100 278,063 278,961 341,281 88,050 173,934
74.2%
35  Greece Chios Island National Airport Chios 185,082 195,183 193,427 216,903 229,749 245,193 119,660 168,929 -2 29.1%
36  Greece Alexandroupolis International Airport Alexandroupolis 158,737 168,631 161,636 169,806 211,954 237,542 128,949 158,689 -1 18.8%
37  Greece Kavala International Airport Kavala 221,087 243,745 260,740 337,963 406,949 323,310 72,674 149,146 +1 105.2%
38  Serbia Niš Constantine the Great Airport Nis 1,335 36,258 124,917 331,582 351,477 422,255 154,233 146,296 -5 5%
39  Bosnia and Herzegovina Banja Luka Airport Banja Luka 27,636 22,800 21,694 20,867 36,180 149,693 43,775 139,886 +14 219.6%
40  Greece Karpathos Island National Airport Karpathos 204,621 222,805 220,930 223,847 206,758 267,828 50,309 139,577 +1 64.0%
41  North Macedonia Ohrid St. Paul the Apostle Airport Ohrid 69,984 107,916 145,002 159,072 184,283 317,397 72,125 122,154 +5 69.4%
42  Greece Naxos Island National Airport Naxos 31,685 43,951 35,300 56,430 86,210 91,944 55,857 92,034 0 39.4%
43  Greece Lemnos International Airport Lemnos 92,964 99,491 88,416 86,153 94,227 110,855 61,723 77,574 -3 20.4%
44  Bulgaria Plovdiv International Airport Plovdiv 103,535 103,300 77,649 91,600 133,397 77,359 42,120 1 45.5%
45  Greece Araxos Airport Araxos 146,403 147,560 129,738 153,496 182,129 170,272 28,348 68,591 +2 58.7%
46  Greece Milos Island National Airport Milos 39,239 50,589 45,268 45,209 75,556 77,627 37,032 64,711 -1 42.8%
47  Greece Ioannina National Airport Ioannina 79,395 86,523 97,745 96,350 109,830 134,011 36,856 56,715 -1 35.1%
48  Croatia Rijeka Airport Rijeka 106,235 139,718 145,297 142,111 183,606 200,841 27,680 56,388 0 103.7%
49  Greece Ikaria Island National Airport Ikaria 39,679 42,892 41,238 41,553 44,303 48,564 23,783 42,511 +1 44.1%
50  Slovenia Portorož Airport Portorož NA 22,975 23,783 25,450 24,840 28,881 N/A 27,517 +16
51  Greece Kithira Island National Airport Kithira 38,856 37,870 31,880 31,905 37,031 39,584 13,862 25,075 +2 44.8%
52  Greece Nea Anchialos National Airport Nea Anchialos 65,485 24,697 22,145 30,565 41,357 51,839 13,325 17,646 +2 24.5%
53  Greece Sitia Public Airport Sitia 34,870 27,015 20,904 31,856 61,877 16,425 11,134 17,158 -1 35.2%
54  Greece Astypalaia Island National Airport Astypalaia 13,772 13,787 12,020 12,252 14,029 15,261 9,811 15,811 +2 38.0%
55  Greece Leros Municipal Airport Leros 29,221 28,516 25,551 27,583 24,033 23,487 12,895 15,254 0 15.5%
56  Greece Skyros Island National Airport Skyros 12,831 21,593 29,397 17,092 18,103 17,451 8,768 13,530 -5 35.2%
57  Croatia Osijek Airport Osijek 26,768 28,651 30,605 43,373 67,235 46,361 6,626 11,515 +1 73.8%
58  Greece Syros Island National Airport Syros 15,399 14,684 17,878 21,252 18,047 12,811 7,394 10,398 -8 28.9%
59  Croatia Brač Airport Brač 9,616 8,809 12,354 21,596 30,170 25,342 4,271 10,004 +1 134.2%
60  Greece Kalymnos Island National Airport Kalymnos 24,511 23,164 18,621 11,989 10,234 10,976 5,556 8,888 +2 37.5%
61  Croatia Lošinj Airport Mali Lošinj NA 12,287 6,402 6,042 6,939 6,495 3,214 5,835 +1 81.5%
62  Greece Kastellorizo Airport Kastellorizo 8,196 8,019 6,958 5,494 5,434 6,097 2,696 5,158 -5 47.7%
63  Slovenia Maribor Airport Maribor 17,568 24,886 8,890 6,000 2,435 0 0 4,962 +5
64  Albania Kukës International Airport Kukës N/A N/A N/A N/A N/A N/A 0 4,742 +6
65  Greece Kastoria National Airport Kastoria 4,098 4,605 6,317 5,091 4,301 3,875 1,588 2,726 -2 41.8%
66  Greece Kozani National Airport Kozani 2,707 3,242 4,287 3,815 4,345 4,137 1,561 2,674 -5 41.7%
67  Greece Kasos Island Public Airport Kasos 3,478 4,456 3,888 3,066 2,840 2,435 1,204 2,047 +2 41.2%
68  Bosnia and Herzegovina Mostar Airport Mostar 67,980 75,024 53,618 43,118 28,463 32,866 1,374 1,940 -4 81.5%
69  Bulgaria Gorna Oryahovitsa Airport Gorna OryahovitsaVeliko Tarnovo 286 495 235 361 388 N/A 95 0
70  Serbia Kraljevo-Morava Airport Kraljevo 0 0 0 0 0 ~200 N/A -3

Sometimes the European part of  Turkey is considered part of the Balkan Peninsula. The Istanbul Atatürk Airport is located there. It had 67,981,446 passengers in 2018, placing it on the top spot in the list. The  Romanian airports that are considered to be on the Balkan Peninsula are Mihail Kogălniceanu International Airport in Constanța and Tulcea Airport in Tulcea. They have respectively 129,235 and 158 passenger traffic.

List of countries by number of air passengers[edit]

Rank Country 2015 2016 2017 2018 2019 2020 2021 Change

2020-2021

1  Greece 48,851,903 53,568,111 58,533,896 63,728,596 64,169,005 19,790,532 35,791,543 Increase80.9%

0

2  Bulgaria 7,951,752 9,626,749 11,535,096 12,654,188 12,154,550 4,026,433 5,329,047 Increase32.3%

0

3  Croatia 7,273,675 8,211,237 9,632,063 10,638,745 11,491,689 2,175,381 4,771,510 Increase119.3%

0

4  Serbia 4,812,368 5,049,909 5,675,002 5,992,582 6,581,455 2,058,258 3,431,591 Increase66.7%

0

5  Albania 1,997,044 2,200,449 2,630,338 2,947,172 3,338,147 1,310,614 2,928,275 Increase123.4%

0

6  Kosovo[lower-alpha 1] 1,549,198 1,744,202 1,885,136 2,165,749 2,373,698 1,102,091 2,176,036 Increase97.4%

0

7  North Macedonia 1,560,381 1,794,376 2,027,344 2,342,541 2,677,618 782,836 1,391,378 Increase77.7%

0

8  Montenegro 1,643,949 1,852,710 2,184,862 2,454,524 2,664,647 533,002 1,324,016 Increase148.4%

0

9  Bosnia and Herzegovina 1,129,802 1,225,678 1,557,790 1,695,867 1,919,342 523,303 1,207,968 Increase130.8%

0

10  Slovenia 1,486,165 1,437,504 1,714,495 1,839,686 1,750,236 288,235 454,413 Increase57.7%

0

Annotations[edit]

  1. 1.0 1.1 Kosovo is the subject of a territorial dispute between the Republic of Kosovo and the Republic of Serbia. The Republic of Kosovo unilaterally declared independence on 17 February 2008, but Serbia continues to claim it as part of its own sovereign territory. The two governments began to normalise relations in 2013, as part of the Brussels Agreement. Kosovo has been recognized as an independent state by 112 out of 193 United Nations member states. 10 states have recognized Kosovo only to later withdraw their recognition.

See also[edit]

Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".

References[edit]


This article "List of the busiest airports in the Balkans" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:List of the busiest airports in the Balkans. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.