countries-dictionary 3.1.4__py3-none-any.whl → 4.0.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of countries-dictionary might be problematic. Click here for more details.

@@ -1,7 +1,9 @@
1
1
  COUNTRIES = {
2
2
  "Afghanistan": {
3
3
  "formal name": "Islamic Emirate of Afghanistan",
4
+ "motto": "There is no god but God; Muhammad is the messenger of God",
4
5
  "continents": ["Asia"],
6
+ "landlocked": True,
5
7
  "area": 652864.0,
6
8
  "land area": 652230.0,
7
9
  "population": 42045000,
@@ -12,18 +14,22 @@ COUNTRIES = {
12
14
  },
13
15
  "Albania": {
14
16
  "formal name": "Republic of Albania",
17
+ "motto": "You Albania, you give me honour, you give me the name Albanian",
15
18
  "continents": ["Europe"],
19
+ "landlocked": False,
16
20
  "area": 28748.0,
17
21
  "land area": 27400.0,
18
22
  "population": 2363314,
19
23
  "official languages": ["Albanian"],
20
24
  "nominal GDP": 22978000000,
21
- "HDI": 0.810,
25
+ "HDI": 0.81,
22
26
  "ISO 3166-1": {"alpha-2": "AL", "alpha-3": "ALB", "numeric": "008"},
23
27
  },
24
28
  "Algeria": {
25
29
  "formal name": "People's Democratic Republic of Algeria",
30
+ "motto": "By the people and for the people",
26
31
  "continents": ["Africa"],
32
+ "landlocked": False,
27
33
  "area": 2381741.0,
28
34
  "land area": 2381741.0,
29
35
  "population": 47400000,
@@ -34,7 +40,9 @@ COUNTRIES = {
34
40
  },
35
41
  "Andorra": {
36
42
  "formal name": "Principality of Andorra",
43
+ "motto": "United virtue is stronger",
37
44
  "continents": ["Europe"],
45
+ "landlocked": True,
38
46
  "area": 468.0,
39
47
  "land area": 468.0,
40
48
  "population": 87682,
@@ -45,7 +53,9 @@ COUNTRIES = {
45
53
  },
46
54
  "Angola": {
47
55
  "formal name": "Republic of Angola",
56
+ "motto": "Virtue is stronger when united",
48
57
  "continents": ["Africa"],
58
+ "landlocked": False,
49
59
  "area": 1246700.0,
50
60
  "land area": 1246700.0,
51
61
  "population": 36170961,
@@ -56,7 +66,9 @@ COUNTRIES = {
56
66
  },
57
67
  "Antigua and Barbuda": {
58
68
  "formal name": "Antigua and Barbuda",
69
+ "motto": "Each endeavouring, all achieving",
59
70
  "continents": ["North America"],
71
+ "landlocked": False,
60
72
  "area": 442.0,
61
73
  "land area": 442.0,
62
74
  "population": 103603,
@@ -67,7 +79,9 @@ COUNTRIES = {
67
79
  },
68
80
  "Argentina": {
69
81
  "formal name": "Argentine Republic",
82
+ "motto": "In Unity and Freedom",
70
83
  "continents": ["South America"],
84
+ "landlocked": False,
71
85
  "area": 2780400.0,
72
86
  "land area": 2736690.0,
73
87
  "population": 47067641,
@@ -78,7 +92,9 @@ COUNTRIES = {
78
92
  },
79
93
  "Armenia": {
80
94
  "formal name": "Republic of Armenia",
95
+ "motto": "One Nation, One Culture",
81
96
  "continents": ["Asia"],
97
+ "landlocked": True,
82
98
  "area": 29743.0,
83
99
  "land area": 28470.0,
84
100
  "population": 3081100,
@@ -89,7 +105,9 @@ COUNTRIES = {
89
105
  },
90
106
  "Australia": {
91
107
  "formal name": "Commonwealth of Australia",
108
+ "motto": "",
92
109
  "continents": ["Oceania"],
110
+ "landlocked": False,
93
111
  "area": 7741220.0,
94
112
  "land area": 7682300.0,
95
113
  "population": 27400013,
@@ -100,18 +118,22 @@ COUNTRIES = {
100
118
  },
101
119
  "Austria": {
102
120
  "formal name": "Republic of Austria",
121
+ "motto": "",
103
122
  "continents": ["Europe"],
123
+ "landlocked": True,
104
124
  "area": 83878.0,
105
125
  "land area": 82520.0,
106
126
  "population": 9202428,
107
127
  "official languages": ["German"],
108
128
  "nominal GDP": 511685000000,
109
- "HDI": 0.930,
129
+ "HDI": 0.93,
110
130
  "ISO 3166-1": {"alpha-2": "AT", "alpha-3": "AUT", "numeric": "040"},
111
131
  },
112
132
  "Azerbaijan": {
113
133
  "formal name": "Republic of Azerbaijan",
134
+ "motto": "",
114
135
  "continents": ["Asia"],
136
+ "landlocked": True,
115
137
  "area": 86600.0,
116
138
  "land area": 82650.0,
117
139
  "population": 10236227,
@@ -122,18 +144,22 @@ COUNTRIES = {
122
144
  },
123
145
  "Bahamas": {
124
146
  "formal name": "Commonwealth of The Bahamas",
147
+ "motto": "Forward, Upward, Onward, Together",
125
148
  "continents": ["North America"],
149
+ "landlocked": False,
126
150
  "area": 13880.0,
127
151
  "land area": 10010.0,
128
152
  "population": 398165,
129
153
  "official languages": ["English"],
130
154
  "nominal GDP": 14338000000,
131
- "HDI": 0.820,
155
+ "HDI": 0.82,
132
156
  "ISO 3166-1": {"alpha-2": "BS", "alpha-3": "BHS", "numeric": "044"},
133
157
  },
134
158
  "Bahrain": {
135
159
  "formal name": "Kingdom of Bahrain",
160
+ "motto": "",
136
161
  "continents": ["Asia"],
162
+ "landlocked": False,
137
163
  "area": 778.0,
138
164
  "land area": 778.0,
139
165
  "population": 1594654,
@@ -144,7 +170,9 @@ COUNTRIES = {
144
170
  },
145
171
  "Bangladesh": {
146
172
  "formal name": "People's Republic of Bangladesh",
173
+ "motto": "",
147
174
  "continents": ["Asia"],
175
+ "landlocked": False,
148
176
  "area": 148460.0,
149
177
  "land area": 130170.0,
150
178
  "population": 169828911,
@@ -155,7 +183,9 @@ COUNTRIES = {
155
183
  },
156
184
  "Barbados": {
157
185
  "formal name": "Barbados",
186
+ "motto": "Pride and Industry",
158
187
  "continents": ["North America"],
188
+ "landlocked": False,
159
189
  "area": 431.0,
160
190
  "land area": 431.0,
161
191
  "population": 267800,
@@ -166,7 +196,9 @@ COUNTRIES = {
166
196
  },
167
197
  "Belarus": {
168
198
  "formal name": "Republic of Belarus",
199
+ "motto": "",
169
200
  "continents": ["Europe"],
201
+ "landlocked": True,
170
202
  "area": 207600.0,
171
203
  "land area": 202900.0,
172
204
  "population": 9109280,
@@ -177,7 +209,9 @@ COUNTRIES = {
177
209
  },
178
210
  "Belgium": {
179
211
  "formal name": "Kingdom of Belgium",
212
+ "motto": "Unity makes strength", # Unity makes strength
180
213
  "continents": ["Europe"],
214
+ "landlocked": False,
181
215
  "area": 30528.0,
182
216
  "land area": 30280.0,
183
217
  "population": 11825551,
@@ -188,7 +222,9 @@ COUNTRIES = {
188
222
  },
189
223
  "Belize": {
190
224
  "formal name": "Belize",
225
+ "motto": "Under the shade I flourish",
191
226
  "continents": ["North America"],
227
+ "landlocked": False,
192
228
  "area": 22965.0,
193
229
  "land area": 22810.0,
194
230
  "population": 410919,
@@ -199,7 +235,9 @@ COUNTRIES = {
199
235
  },
200
236
  "Benin": {
201
237
  "formal name": "Republic of Benin",
238
+ "motto": "Fraternity, Justice, Labour",
202
239
  "continents": ["Africa"],
240
+ "landlocked": False,
203
241
  "area": 114763.0,
204
242
  "land area": 112760.0,
205
243
  "population": 13224860,
@@ -210,7 +248,9 @@ COUNTRIES = {
210
248
  },
211
249
  "Bhutan": {
212
250
  "formal name": "Kingdom of Bhutan",
251
+ "motto": "",
213
252
  "continents": ["Asia"],
253
+ "landlocked": True,
214
254
  "area": 38394.0,
215
255
  "land area": 38140.0,
216
256
  "population": 777224,
@@ -221,7 +261,9 @@ COUNTRIES = {
221
261
  },
222
262
  "Bolivia": {
223
263
  "formal name": "Plurinational State of Bolivia",
264
+ "motto": "Unity makes strength",
224
265
  "continents": ["South America"],
266
+ "landlocked": True,
225
267
  "area": 1098581.0,
226
268
  "land area": 1083300.0,
227
269
  "population": 11312620,
@@ -232,7 +274,9 @@ COUNTRIES = {
232
274
  },
233
275
  "Bosnia and Herzegovina": {
234
276
  "formal name": "Bosnia and Herzegovina",
277
+ "motto": "",
235
278
  "continents": ["Europe"],
279
+ "landlocked": False,
236
280
  "area": 51209.0,
237
281
  "land area": 51200.0,
238
282
  "population": 3422000,
@@ -243,7 +287,9 @@ COUNTRIES = {
243
287
  },
244
288
  "Botswana": {
245
289
  "formal name": "Republic of Botswana",
290
+ "motto": "Rain",
246
291
  "continents": ["Africa"],
292
+ "landlocked": True,
247
293
  "area": 582000.0,
248
294
  "land area": 566730.0,
249
295
  "population": 2359609,
@@ -254,7 +300,9 @@ COUNTRIES = {
254
300
  },
255
301
  "Brazil": {
256
302
  "formal name": "Federative Republic of Brazil",
303
+ "motto": "Order and progress",
257
304
  "continents": ["South America"],
305
+ "landlocked": False,
258
306
  "area": 8510346.0,
259
307
  "land area": 8460415.0,
260
308
  "population": 212583750,
@@ -265,7 +313,9 @@ COUNTRIES = {
265
313
  },
266
314
  "Brunei": {
267
315
  "formal name": "Nation of Brunei, the Abode of Peace",
316
+ "motto": "Always in service with God's guidance",
268
317
  "continents": ["Asia"],
318
+ "landlocked": False,
269
319
  "area": 5765.0,
270
320
  "land area": 5270.0,
271
321
  "population": 455500,
@@ -276,7 +326,9 @@ COUNTRIES = {
276
326
  },
277
327
  "Bulgaria": {
278
328
  "formal name": "Republic of Bulgaria",
329
+ "motto": "Unity makes strength",
279
330
  "continents": ["Europe"],
331
+ "landlocked": False,
280
332
  "area": 110879.0,
281
333
  "land area": 108489.0,
282
334
  "population": 6437360,
@@ -287,7 +339,9 @@ COUNTRIES = {
287
339
  },
288
340
  "Burkina Faso": {
289
341
  "formal name": "Burkina Faso",
342
+ "motto": "Homeland or death, we shall overcome!",
290
343
  "continents": ["Africa"],
344
+ "landlocked": True,
291
345
  "area": 274200.0,
292
346
  "land area": 273800.0,
293
347
  "population": 24070553,
@@ -298,7 +352,9 @@ COUNTRIES = {
298
352
  },
299
353
  "Burundi": {
300
354
  "formal name": "Republic of Burundi",
355
+ "motto": "Unity, Work, Progress", # Unity, Work, Progress
301
356
  "continents": ["Africa"],
357
+ "landlocked": True,
302
358
  "area": 27834.0,
303
359
  "land area": 25680.0,
304
360
  "population": 12332788,
@@ -309,7 +365,9 @@ COUNTRIES = {
309
365
  },
310
366
  "Cambodia": {
311
367
  "formal name": "Kingdom of Cambodia",
368
+ "motto": "Nation, Religion, King",
312
369
  "continents": ["Asia"],
370
+ "landlocked": False,
313
371
  "area": 181035.0,
314
372
  "land area": 176520.0,
315
373
  "population": 17577760,
@@ -320,7 +378,9 @@ COUNTRIES = {
320
378
  },
321
379
  "Cameroon": {
322
380
  "formal name": "Republic of Cameroon",
381
+ "motto": "Peace, Work, Fatherland",
323
382
  "continents": ["Africa"],
383
+ "landlocked": False,
324
384
  "area": 475650.0,
325
385
  "land area": 472710.0,
326
386
  "population": 29442327,
@@ -331,7 +391,9 @@ COUNTRIES = {
331
391
  },
332
392
  "Canada": {
333
393
  "formal name": "Canada",
394
+ "motto": "From sea to sea",
334
395
  "continents": ["North America"],
396
+ "landlocked": False,
335
397
  "area": 9984670.0,
336
398
  "land area": 9093507.0,
337
399
  "population": 41548787,
@@ -342,7 +404,9 @@ COUNTRIES = {
342
404
  },
343
405
  "Cape Verde": {
344
406
  "formal name": "Republic of Cabo Verde",
407
+ "motto": "Unity, Work, Progress",
345
408
  "continents": ["Africa"],
409
+ "landlocked": False,
346
410
  "area": 4033.0,
347
411
  "land area": 4033.0,
348
412
  "population": 491233,
@@ -353,7 +417,9 @@ COUNTRIES = {
353
417
  },
354
418
  "Central African Republic": {
355
419
  "formal name": "Central African Republic",
420
+ "motto": "Unity, Dignity, Work",
356
421
  "continents": ["Africa"],
422
+ "landlocked": True,
357
423
  "area": 622984.0,
358
424
  "land area": 622984.0,
359
425
  "population": 6470307,
@@ -364,7 +430,9 @@ COUNTRIES = {
364
430
  },
365
431
  "Chad": {
366
432
  "formal name": "Republic of Chad",
433
+ "motto": "Unity, Work, Progress",
367
434
  "continents": ["Africa"],
435
+ "landlocked": True,
368
436
  "area": 1284000.0,
369
437
  "land area": 1259200.0,
370
438
  "population": 19340757,
@@ -375,7 +443,9 @@ COUNTRIES = {
375
443
  },
376
444
  "Chile": {
377
445
  "formal name": "Republic of Chile",
446
+ "motto": "Through reason or by force",
378
447
  "continents": ["South America"],
448
+ "landlocked": False,
379
449
  "area": 756102.0,
380
450
  "land area": 743812.0,
381
451
  "population": 20206953,
@@ -386,7 +456,9 @@ COUNTRIES = {
386
456
  },
387
457
  "China": {
388
458
  "formal name": "People's Republic of China",
459
+ "motto": "",
389
460
  "continents": ["Asia"],
461
+ "landlocked": False,
390
462
  "area": 9596960.0,
391
463
  "land area": 9326410.0,
392
464
  "population": 1408280000,
@@ -397,7 +469,9 @@ COUNTRIES = {
397
469
  },
398
470
  "Colombia": {
399
471
  "formal name": "Republic of Colombia",
472
+ "motto": "Freedom and order",
400
473
  "continents": ["South America"],
474
+ "landlocked": False,
401
475
  "area": 1138910.0,
402
476
  "land area": 1038700.0,
403
477
  "population": 52695952,
@@ -408,7 +482,9 @@ COUNTRIES = {
408
482
  },
409
483
  "Comoros": {
410
484
  "formal name": "Union of the Comoros",
485
+ "motto": "Unity, Solidarity, Development",
411
486
  "continents": ["Africa"],
487
+ "landlocked": False,
412
488
  "area": 1861.0,
413
489
  "land area": 1861.0,
414
490
  "population": 870038,
@@ -419,7 +495,9 @@ COUNTRIES = {
419
495
  },
420
496
  "Costa Rica": {
421
497
  "formal name": "Republic of Costa Rica",
498
+ "motto": "",
422
499
  "continents": ["North America"],
500
+ "landlocked": False,
423
501
  "area": 51100.0,
424
502
  "land area": 51060.0,
425
503
  "population": 5309625,
@@ -430,7 +508,9 @@ COUNTRIES = {
430
508
  },
431
509
  "Croatia": {
432
510
  "formal name": "Republic of Croatia",
511
+ "motto": "",
433
512
  "continents": ["Europe"],
513
+ "landlocked": False,
434
514
  "area": 56594.0,
435
515
  "land area": 55974.0,
436
516
  "population": 3859686,
@@ -441,7 +521,9 @@ COUNTRIES = {
441
521
  },
442
522
  "Cuba": {
443
523
  "formal name": "Republic of Cuba",
524
+ "motto": "Homeland or death, we shall overcome!",
444
525
  "continents": ["North America"],
526
+ "landlocked": False,
445
527
  "area": 109884.0,
446
528
  "land area": 103800.0,
447
529
  "population": 9748007,
@@ -452,7 +534,9 @@ COUNTRIES = {
452
534
  },
453
535
  "Cyprus": {
454
536
  "formal name": "Republic of Cyprus",
537
+ "motto": "",
455
538
  "continents": ["Asia"],
539
+ "landlocked": False,
456
540
  "area": 9251.0,
457
541
  "land area": 9241.0,
458
542
  "population": 966400,
@@ -463,7 +547,9 @@ COUNTRIES = {
463
547
  },
464
548
  "Czech Republic": {
465
549
  "formal name": "Czech Republic",
550
+ "motto": "Truth prevails",
466
551
  "continents": ["Europe"],
552
+ "landlocked": True,
467
553
  "area": 78871.0,
468
554
  "land area": 77187.0,
469
555
  "population": 10876875,
@@ -474,7 +560,9 @@ COUNTRIES = {
474
560
  },
475
561
  "Democratic Republic of the Congo": {
476
562
  "formal name": "Democratic Republic of the Congo",
563
+ "motto": "Justice, Peace, Work",
477
564
  "continents": ["Africa"],
565
+ "landlocked": False,
478
566
  "area": 2344858.0,
479
567
  "land area": 2267048.0,
480
568
  "population": 109276000,
@@ -485,7 +573,9 @@ COUNTRIES = {
485
573
  },
486
574
  "Denmark": {
487
575
  "formal name": "Kingdom of Denmark",
576
+ "motto": "United, committed, for the Kingdom of Denmark",
488
577
  "continents": ["Europe"],
578
+ "landlocked": False,
489
579
  "area": 42947.0,
490
580
  "land area": 42434.0,
491
581
  "population": 6001008,
@@ -496,7 +586,9 @@ COUNTRIES = {
496
586
  },
497
587
  "Djibouti": {
498
588
  "formal name": "Republic of Djibouti",
589
+ "motto": "Unity, Equality, Peace",
499
590
  "continents": ["Africa"],
591
+ "landlocked": False,
500
592
  "area": 23200.0,
501
593
  "land area": 23180.0,
502
594
  "population": 1066809,
@@ -507,7 +599,9 @@ COUNTRIES = {
507
599
  },
508
600
  "Dominica": {
509
601
  "formal name": "Commonwealth of Dominica",
602
+ "motto": "After God, the Earth",
510
603
  "continents": ["North America"],
604
+ "landlocked": False,
511
605
  "area": 750.0,
512
606
  "land area": 750.0,
513
607
  "population": 67408,
@@ -518,7 +612,9 @@ COUNTRIES = {
518
612
  },
519
613
  "Dominican Republic": {
520
614
  "formal name": "Dominican Republic",
615
+ "motto": "God, Fatherland, Liberty",
521
616
  "continents": ["North America"],
617
+ "landlocked": False,
522
618
  "area": 48670.0,
523
619
  "land area": 48320.0,
524
620
  "population": 10771504,
@@ -529,7 +625,9 @@ COUNTRIES = {
529
625
  },
530
626
  "Ecuador": {
531
627
  "formal name": "Republic of Ecuador",
628
+ "motto": "God, homeland, and freedom",
532
629
  "continents": ["South America"],
630
+ "landlocked": False,
533
631
  "area": 283561.0,
534
632
  "land area": 276841.0,
535
633
  "population": 16938986,
@@ -540,7 +638,9 @@ COUNTRIES = {
540
638
  },
541
639
  "Egypt": {
542
640
  "formal name": "Arab Republic of Egypt",
641
+ "motto": "",
543
642
  "continents": ["Asia", "Africa"],
643
+ "landlocked": False,
544
644
  "area": 1001450.0,
545
645
  "land area": 995450.0,
546
646
  "population": 107271260,
@@ -551,7 +651,9 @@ COUNTRIES = {
551
651
  },
552
652
  "El Salvador": {
553
653
  "formal name": "Republic of El Salvador",
654
+ "motto": "God, Union, Liberty",
554
655
  "continents": ["North America"],
656
+ "landlocked": False,
555
657
  "area": 21041.0,
556
658
  "land area": 20720.0,
557
659
  "population": 6029976,
@@ -562,7 +664,9 @@ COUNTRIES = {
562
664
  },
563
665
  "Equatorial Guinea": {
564
666
  "formal name": "Republic of Equatorial Guinea",
667
+ "motto": "Unity, Peace, Justice",
565
668
  "continents": ["Africa"],
669
+ "landlocked": False,
566
670
  "area": 28051.0,
567
671
  "land area": 28051.0,
568
672
  "population": 1558160,
@@ -573,7 +677,9 @@ COUNTRIES = {
573
677
  },
574
678
  "Eritrea": {
575
679
  "formal name": "State of Eritrea",
680
+ "motto": "Victory to the Masses!",
576
681
  "continents": ["Africa"],
682
+ "landlocked": False,
577
683
  "area": 117600.0,
578
684
  "land area": 101000.0,
579
685
  "population": 3535603,
@@ -584,7 +690,9 @@ COUNTRIES = {
584
690
  },
585
691
  "Estonia": {
586
692
  "formal name": "Republic of Estonia",
693
+ "motto": "",
587
694
  "continents": ["Europe"],
695
+ "landlocked": False,
588
696
  "area": 45339.0,
589
697
  "land area": 42388.0,
590
698
  "population": 1369995,
@@ -595,7 +703,9 @@ COUNTRIES = {
595
703
  },
596
704
  "Eswatini": {
597
705
  "formal name": "Kingdom of Eswatini",
706
+ "motto": "We are the fortress",
598
707
  "continents": ["Africa"],
708
+ "landlocked": True,
599
709
  "area": 17363.0,
600
710
  "land area": 17200.0,
601
711
  "population": 1235549,
@@ -606,7 +716,9 @@ COUNTRIES = {
606
716
  },
607
717
  "Ethiopia": {
608
718
  "formal name": "Federal Democratic Republic of Ethiopia",
719
+ "motto": "",
609
720
  "continents": ["Africa"],
721
+ "landlocked": True,
610
722
  "area": 1104300.0,
611
723
  "land area": 1096570.0,
612
724
  "population": 111652998,
@@ -617,7 +729,9 @@ COUNTRIES = {
617
729
  },
618
730
  "Fiji": {
619
731
  "formal name": "Republic of Fiji",
732
+ "motto": "Fear God and honour the King",
620
733
  "continents": ["Oceania"],
734
+ "landlocked": False,
621
735
  "area": 18272.0,
622
736
  "land area": 18272.0,
623
737
  "population": 900869,
@@ -628,7 +742,9 @@ COUNTRIES = {
628
742
  },
629
743
  "Finland": {
630
744
  "formal name": "Republic of Finland",
745
+ "motto": "",
631
746
  "continents": ["Europe"],
747
+ "landlocked": False,
632
748
  "area": 338145.0,
633
749
  "land area": 303815.0,
634
750
  "population": 5641532,
@@ -639,18 +755,22 @@ COUNTRIES = {
639
755
  },
640
756
  "France": {
641
757
  "formal name": "French Republic",
758
+ "motto": "Liberty, equality, fraternity",
642
759
  "continents": ["Europe"],
760
+ "landlocked": False,
643
761
  "area": 643801.0,
644
762
  "land area": 640427.0,
645
763
  "population": 68649000,
646
764
  "official languages": ["French"],
647
765
  "nominal GDP": 3051832000000,
648
- "HDI": 0.920,
766
+ "HDI": 0.92,
649
767
  "ISO 3166-1": {"alpha-2": "FR", "alpha-3": "FRA", "numeric": "250"},
650
768
  },
651
769
  "Gabon": {
652
770
  "formal name": "Gabonese Republic",
771
+ "motto": "Union, Work, Justice",
653
772
  "continents": ["Africa"],
773
+ "landlocked": False,
654
774
  "area": 267668.0,
655
775
  "land area": 257670.0,
656
776
  "population": 2408586,
@@ -661,7 +781,9 @@ COUNTRIES = {
661
781
  },
662
782
  "Gambia": {
663
783
  "formal name": "Republic of The Gambia",
784
+ "motto": "Progress, Peace, Prosperity",
664
785
  "continents": ["Africa"],
786
+ "landlocked": False,
665
787
  "area": 11295.0,
666
788
  "land area": 10120.0,
667
789
  "population": 2417471,
@@ -672,7 +794,9 @@ COUNTRIES = {
672
794
  },
673
795
  "Georgia": {
674
796
  "formal name": "Republic of Georgia",
797
+ "motto": "Strength is in Unity!",
675
798
  "continents": ["Asia"],
799
+ "landlocked": False,
676
800
  "area": 69700.0,
677
801
  "land area": 69490.0,
678
802
  "population": 3704500,
@@ -683,7 +807,9 @@ COUNTRIES = {
683
807
  },
684
808
  "Germany": {
685
809
  "formal name": "Federal Republic of Germany",
810
+ "motto": "",
686
811
  "continents": ["Europe"],
812
+ "landlocked": False,
687
813
  "area": 357581.0,
688
814
  "land area": 349390.0,
689
815
  "population": 83577140,
@@ -694,7 +820,9 @@ COUNTRIES = {
694
820
  },
695
821
  "Ghana": {
696
822
  "formal name": "Republic of Ghana",
823
+ "motto": "Freedom and Justice",
697
824
  "continents": ["Africa"],
825
+ "landlocked": False,
698
826
  "area": 238537.0,
699
827
  "land area": 227533.0,
700
828
  "population": 33742380,
@@ -705,7 +833,9 @@ COUNTRIES = {
705
833
  },
706
834
  "Greece": {
707
835
  "formal name": "Hellenic Republic",
836
+ "motto": "Freedom or Death",
708
837
  "continents": ["Europe"],
838
+ "landlocked": False,
709
839
  "area": 131957.0,
710
840
  "land area": 128900.0,
711
841
  "population": 10400720,
@@ -716,7 +846,9 @@ COUNTRIES = {
716
846
  },
717
847
  "Grenada": {
718
848
  "formal name": "Grenada",
849
+ "motto": "Ever Conscious of God We Aspire, Build and Advance as One People",
719
850
  "continents": ["North America"],
851
+ "landlocked": False,
720
852
  "area": 345.0,
721
853
  "land area": 340.0,
722
854
  "population": 112579,
@@ -727,7 +859,9 @@ COUNTRIES = {
727
859
  },
728
860
  "Guatemala": {
729
861
  "formal name": "Republic of Guatemala",
862
+ "motto": "Grow Free and Fertile",
730
863
  "continents": ["North America"],
864
+ "landlocked": False,
731
865
  "area": 108889.0,
732
866
  "land area": 107160.0,
733
867
  "population": 18079810,
@@ -738,18 +872,22 @@ COUNTRIES = {
738
872
  },
739
873
  "Guinea": {
740
874
  "formal name": "Republic of Guinea",
875
+ "motto": "Work, Justice, Solidarity",
741
876
  "continents": ["Africa"],
877
+ "landlocked": False,
742
878
  "area": 245857.0,
743
879
  "land area": 245717.0,
744
880
  "population": 14363931,
745
881
  "official languages": ["French"],
746
882
  "nominal GDP": 23006000000,
747
- "HDI": 0.500,
883
+ "HDI": 0.5,
748
884
  "ISO 3166-1": {"alpha-2": "GN", "alpha-3": "GIN", "numeric": "324"},
749
885
  },
750
886
  "Guinea-Bissau": {
751
887
  "formal name": "Republic of Guinea-Bissau",
888
+ "motto": "Unity, Struggle, Progress",
752
889
  "continents": ["Africa"],
890
+ "landlocked": False,
753
891
  "area": 36125.0,
754
892
  "land area": 28120.0,
755
893
  "population": 1781308,
@@ -760,7 +898,9 @@ COUNTRIES = {
760
898
  },
761
899
  "Guyana": {
762
900
  "formal name": "Co-operative Republic of Guyana",
901
+ "motto": "One People, One Nation, One Destiny",
763
902
  "continents": ["South America"],
903
+ "landlocked": False,
764
904
  "area": 214969.0,
765
905
  "land area": 196850.0,
766
906
  "population": 772975,
@@ -771,7 +911,9 @@ COUNTRIES = {
771
911
  },
772
912
  "Haiti": {
773
913
  "formal name": "Republic of Haiti",
914
+ "motto": "Liberty, equality, fraternity",
774
915
  "continents": ["North America"],
916
+ "landlocked": False,
775
917
  "area": 27750.0,
776
918
  "land area": 27560.0,
777
919
  "population": 11867032,
@@ -782,7 +924,9 @@ COUNTRIES = {
782
924
  },
783
925
  "Honduras": {
784
926
  "formal name": "Republic of Honduras",
927
+ "motto": "Free, sovereign and independent",
785
928
  "continents": ["North America"],
929
+ "landlocked": False,
786
930
  "area": 112492.0,
787
931
  "land area": 111890.0,
788
932
  "population": 9892632,
@@ -793,18 +937,22 @@ COUNTRIES = {
793
937
  },
794
938
  "Hungary": {
795
939
  "formal name": "Hungary",
940
+ "motto": "",
796
941
  "continents": ["Europe"],
942
+ "landlocked": True,
797
943
  "area": 93025.0,
798
944
  "land area": 91260.0,
799
945
  "population": 9539502,
800
946
  "official languages": ["Hungarian"],
801
947
  "nominal GDP": 212657000000,
802
- "HDI": 0.870,
948
+ "HDI": 0.87,
803
949
  "ISO 3166-1": {"alpha-2": "HU", "alpha-3": "HUN", "numeric": "348"},
804
950
  },
805
951
  "Iceland": {
806
952
  "formal name": "Iceland",
953
+ "motto": "",
807
954
  "continents": ["Europe"],
955
+ "landlocked": False,
808
956
  "area": 103000.0,
809
957
  "land area": 100830.0,
810
958
  "population": 389990,
@@ -815,7 +963,9 @@ COUNTRIES = {
815
963
  },
816
964
  "India": {
817
965
  "formal name": "Republic of India",
966
+ "motto": "Truth alone triumphs",
818
967
  "continents": ["Asia"],
968
+ "landlocked": False,
819
969
  "area": 3163751.0,
820
970
  "land area": 2973190.0,
821
971
  "population": 1413324000,
@@ -826,7 +976,9 @@ COUNTRIES = {
826
976
  },
827
977
  "Indonesia": {
828
978
  "formal name": "Republic of Indonesia",
979
+ "motto": "Unity in diversity",
829
980
  "continents": ["Asia", "Oceania"],
981
+ "landlocked": False,
830
982
  "area": 1904569.0,
831
983
  "land area": 1811569.0,
832
984
  "population": 282477584,
@@ -837,7 +989,9 @@ COUNTRIES = {
837
989
  },
838
990
  "Iran": {
839
991
  "formal name": "Islamic Republic of Iran",
992
+ "motto": "God is the Greatest",
840
993
  "continents": ["Asia"],
994
+ "landlocked": False,
841
995
  "area": 1648195.0,
842
996
  "land area": 1531595.0,
843
997
  "population": 85961000,
@@ -848,7 +1002,9 @@ COUNTRIES = {
848
1002
  },
849
1003
  "Iraq": {
850
1004
  "formal name": "Republic of Iraq",
1005
+ "motto": "God is the Greatest",
851
1006
  "continents": ["Asia"],
1007
+ "landlocked": False,
852
1008
  "area": 438317.0,
853
1009
  "land area": 437367.0,
854
1010
  "population": 46118793,
@@ -859,7 +1015,9 @@ COUNTRIES = {
859
1015
  },
860
1016
  "Ireland": {
861
1017
  "formal name": "Ireland",
1018
+ "motto": "",
862
1019
  "continents": ["Europe"],
1020
+ "landlocked": False,
863
1021
  "area": 70273.0,
864
1022
  "land area": 68883.0,
865
1023
  "population": 5380300,
@@ -870,7 +1028,9 @@ COUNTRIES = {
870
1028
  },
871
1029
  "Israel": {
872
1030
  "formal name": "State of Israel",
1031
+ "motto": "",
873
1032
  "continents": ["Asia"],
1033
+ "landlocked": False,
874
1034
  "area": 21937.0,
875
1035
  "land area": 21497.0,
876
1036
  "population": 10098200,
@@ -881,7 +1041,9 @@ COUNTRIES = {
881
1041
  },
882
1042
  "Italy": {
883
1043
  "formal name": "Italian Republic",
1044
+ "motto": "",
884
1045
  "continents": ["Europe"],
1046
+ "landlocked": False,
885
1047
  "area": 302068.0,
886
1048
  "land area": 295717.0,
887
1049
  "population": 58921111,
@@ -892,7 +1054,9 @@ COUNTRIES = {
892
1054
  },
893
1055
  "Ivory Coast": {
894
1056
  "formal name": "Republic of Côte d'Ivoire",
1057
+ "motto": "Unity, Discipline, Labor",
895
1058
  "continents": ["Africa"],
1059
+ "landlocked": False,
896
1060
  "area": 322462.0,
897
1061
  "land area": 318000.0,
898
1062
  "population": 29389150,
@@ -903,18 +1067,22 @@ COUNTRIES = {
903
1067
  },
904
1068
  "Jamaica": {
905
1069
  "formal name": "Jamaica",
1070
+ "motto": "Out of many, One People",
906
1071
  "continents": ["North America"],
1072
+ "landlocked": False,
907
1073
  "area": 10991.0,
908
1074
  "land area": 10830.0,
909
1075
  "population": 2825544,
910
1076
  "official languages": ["English"],
911
1077
  "nominal GDP": 19423000000,
912
- "HDI": 0.720,
1078
+ "HDI": 0.72,
913
1079
  "ISO 3166-1": {"alpha-2": "JM", "alpha-3": "JAM", "numeric": "388"},
914
1080
  },
915
1081
  "Japan": {
916
1082
  "formal name": "Japan",
1083
+ "motto": "",
917
1084
  "continents": ["Asia"],
1085
+ "landlocked": False,
918
1086
  "area": 377915.0,
919
1087
  "land area": 364485.0,
920
1088
  "population": 123360000,
@@ -925,7 +1093,9 @@ COUNTRIES = {
925
1093
  },
926
1094
  "Jordan": {
927
1095
  "formal name": "Hashemite Kingdom of Jordan",
1096
+ "motto": "God, Homeland, King",
928
1097
  "continents": ["Asia"],
1098
+ "landlocked": False,
929
1099
  "area": 89318.0,
930
1100
  "land area": 88794.0,
931
1101
  "population": 11734000,
@@ -936,7 +1106,9 @@ COUNTRIES = {
936
1106
  },
937
1107
  "Kazakhstan": {
938
1108
  "formal name": "Republic of Kazakhstan",
1109
+ "motto": "",
939
1110
  "continents": ["Asia"],
1111
+ "landlocked": True,
940
1112
  "area": 2724910.0,
941
1113
  "land area": 2699700.0,
942
1114
  "population": 20370672,
@@ -947,7 +1119,9 @@ COUNTRIES = {
947
1119
  },
948
1120
  "Kenya": {
949
1121
  "formal name": "Republic of Kenya",
1122
+ "motto": "All pull together",
950
1123
  "continents": ["Africa"],
1124
+ "landlocked": False,
951
1125
  "area": 580367.0,
952
1126
  "land area": 569140.0,
953
1127
  "population": 53330978,
@@ -958,7 +1132,9 @@ COUNTRIES = {
958
1132
  },
959
1133
  "Kiribati": {
960
1134
  "formal name": "Republic of Kiribati",
1135
+ "motto": "Health, Peace and Prosperity",
961
1136
  "continents": ["Oceania"],
1137
+ "landlocked": False,
962
1138
  "area": 811.0,
963
1139
  "land area": 811.0,
964
1140
  "population": 120740,
@@ -969,7 +1145,9 @@ COUNTRIES = {
969
1145
  },
970
1146
  "Kuwait": {
971
1147
  "formal name": "State of Kuwait",
1148
+ "motto": "God, The Nation, The Emir",
972
1149
  "continents": ["Asia"],
1150
+ "landlocked": False,
973
1151
  "area": 17818.0,
974
1152
  "land area": 17818.0,
975
1153
  "population": 4913271,
@@ -980,18 +1158,22 @@ COUNTRIES = {
980
1158
  },
981
1159
  "Kyrgyzstan": {
982
1160
  "formal name": "Kyrgyz Republic",
1161
+ "motto": "",
983
1162
  "continents": ["Asia"],
1163
+ "landlocked": True,
984
1164
  "area": 199949.0,
985
1165
  "land area": 191800.0,
986
1166
  "population": 7161900,
987
1167
  "official languages": ["Kyrgyz", "Russian"],
988
1168
  "nominal GDP": 13988000000,
989
- "HDI": 0.720,
1169
+ "HDI": 0.72,
990
1170
  "ISO 3166-1": {"alpha-2": "KG", "alpha-3": "KGZ", "numeric": "417"},
991
1171
  },
992
1172
  "Laos": {
993
1173
  "formal name": "Lao People's Democratic Republic",
1174
+ "motto": "Peace, independence, democracy, unity and prosperity",
994
1175
  "continents": ["Asia"],
1176
+ "landlocked": True,
995
1177
  "area": 236800.0,
996
1178
  "land area": 230800.0,
997
1179
  "population": 7546000,
@@ -1002,7 +1184,9 @@ COUNTRIES = {
1002
1184
  },
1003
1185
  "Latvia": {
1004
1186
  "formal name": "Republic of Latvia",
1187
+ "motto": "",
1005
1188
  "continents": ["Europe"],
1189
+ "landlocked": False,
1006
1190
  "area": 64594.0,
1007
1191
  "land area": 62230.0,
1008
1192
  "population": 1852100,
@@ -1013,7 +1197,9 @@ COUNTRIES = {
1013
1197
  },
1014
1198
  "Lebanon": {
1015
1199
  "formal name": "Republic of Lebanon",
1200
+ "motto": "We are all for the Country, the Sublime and the Flag",
1016
1201
  "continents": ["Asia"],
1202
+ "landlocked": False,
1017
1203
  "area": 10452.0,
1018
1204
  "land area": 10230.0,
1019
1205
  "population": 5490000,
@@ -1024,29 +1210,35 @@ COUNTRIES = {
1024
1210
  },
1025
1211
  "Lesotho": {
1026
1212
  "formal name": "Kingdom of Lesotho",
1213
+ "motto": "Peace, Rain, Prosperity",
1027
1214
  "continents": ["Africa"],
1215
+ "landlocked": True,
1028
1216
  "area": 30355.0,
1029
1217
  "land area": 30355.0,
1030
1218
  "population": 2306000,
1031
1219
  "official languages": ["Sotho", "English"],
1032
1220
  "nominal GDP": 2118000000,
1033
- "HDI": 0.550,
1221
+ "HDI": 0.55,
1034
1222
  "ISO 3166-1": {"alpha-2": "LS", "alpha-3": "LSO", "numeric": "426"},
1035
1223
  },
1036
1224
  "Liberia": {
1037
1225
  "formal name": "Republic of Liberia",
1226
+ "motto": "The love of liberty brought us here",
1038
1227
  "continents": ["Africa"],
1228
+ "landlocked": False,
1039
1229
  "area": 111369.0,
1040
1230
  "land area": 96320.0,
1041
1231
  "population": 5248621,
1042
1232
  "official languages": ["English"],
1043
1233
  "nominal GDP": 5039000000,
1044
- "HDI": 0.510,
1234
+ "HDI": 0.51,
1045
1235
  "ISO 3166-1": {"alpha-2": "LR", "alpha-3": "LBR", "numeric": "430"},
1046
1236
  },
1047
1237
  "Libya": {
1048
1238
  "formal name": "State of Libya",
1239
+ "motto": "",
1049
1240
  "continents": ["Africa"],
1241
+ "landlocked": False,
1050
1242
  "area": 1759540.0,
1051
1243
  "land area": 1759540.0,
1052
1244
  "population": 7381023,
@@ -1057,7 +1249,9 @@ COUNTRIES = {
1057
1249
  },
1058
1250
  "Liechtenstein": {
1059
1251
  "formal name": "Principality of Liechtenstein",
1252
+ "motto": "For God, Prince and Fatherland",
1060
1253
  "continents": ["Europe"],
1254
+ "landlocked": True,
1061
1255
  "area": 160.0,
1062
1256
  "land area": 160.0,
1063
1257
  "population": 40900,
@@ -1068,7 +1262,9 @@ COUNTRIES = {
1068
1262
  },
1069
1263
  "Lithuania": {
1070
1264
  "formal name": "Republic of Lithuania",
1265
+ "motto": "",
1071
1266
  "continents": ["Europe"],
1267
+ "landlocked": False,
1072
1268
  "area": 65286.0,
1073
1269
  "land area": 62610.0,
1074
1270
  "population": 2892177,
@@ -1079,7 +1275,9 @@ COUNTRIES = {
1079
1275
  },
1080
1276
  "Luxembourg": {
1081
1277
  "formal name": "Grand Duchy of Luxembourg",
1278
+ "motto": "We want to remain what we are",
1082
1279
  "continents": ["Europe"],
1280
+ "landlocked": True,
1083
1281
  "area": 2586.0,
1084
1282
  "land area": 2574.0,
1085
1283
  "population": 681973,
@@ -1090,7 +1288,9 @@ COUNTRIES = {
1090
1288
  },
1091
1289
  "Madagascar": {
1092
1290
  "formal name": "Republic of Madagascar",
1291
+ "motto": "Love, Ancestral-land, Progress",
1093
1292
  "continents": ["Africa"],
1293
+ "landlocked": False,
1094
1294
  "area": 587041.0,
1095
1295
  "land area": 581540.0,
1096
1296
  "population": 31727042,
@@ -1101,7 +1301,9 @@ COUNTRIES = {
1101
1301
  },
1102
1302
  "Malawi": {
1103
1303
  "formal name": "Republic of Malawi",
1304
+ "motto": "Unity and Freedom",
1104
1305
  "continents": ["Africa"],
1306
+ "landlocked": True,
1105
1307
  "area": 118484.0,
1106
1308
  "land area": 94080.0,
1107
1309
  "population": 20734262,
@@ -1112,7 +1314,9 @@ COUNTRIES = {
1112
1314
  },
1113
1315
  "Malaysia": {
1114
1316
  "formal name": "Malaysia",
1317
+ "motto": "Unity is strength",
1115
1318
  "continents": ["Asia"],
1319
+ "landlocked": False,
1116
1320
  "area": 330621.0,
1117
1321
  "land area": 329432.0,
1118
1322
  "population": 34192800,
@@ -1123,7 +1327,9 @@ COUNTRIES = {
1123
1327
  },
1124
1328
  "Maldives": {
1125
1329
  "formal name": "Republic of Maldives",
1330
+ "motto": "State of the Mahal Dibiyat",
1126
1331
  "continents": ["Asia"],
1332
+ "landlocked": False,
1127
1333
  "area": 300.0,
1128
1334
  "land area": 300.0,
1129
1335
  "population": 515132,
@@ -1134,7 +1340,9 @@ COUNTRIES = {
1134
1340
  },
1135
1341
  "Mali": {
1136
1342
  "formal name": "Republic of Mali",
1343
+ "motto": "One people, one goal, one faith",
1137
1344
  "continents": ["Africa"],
1345
+ "landlocked": True,
1138
1346
  "area": 1240192.0,
1139
1347
  "land area": 1220190.0,
1140
1348
  "population": 22395489,
@@ -1145,7 +1353,9 @@ COUNTRIES = {
1145
1353
  },
1146
1354
  "Malta": {
1147
1355
  "formal name": "Republic of Malta",
1356
+ "motto": "Virtuous strength and consistency",
1148
1357
  "continents": ["Europe"],
1358
+ "landlocked": False,
1149
1359
  "area": 315.0,
1150
1360
  "land area": 315.0,
1151
1361
  "population": 563443,
@@ -1156,7 +1366,9 @@ COUNTRIES = {
1156
1366
  },
1157
1367
  "Marshall Islands": {
1158
1368
  "formal name": "Republic of the Marshall Islands",
1369
+ "motto": "Accomplishment through joint effort",
1159
1370
  "continents": ["Oceania"],
1371
+ "landlocked": False,
1160
1372
  "area": 181.0,
1161
1373
  "land area": 180.0,
1162
1374
  "population": 42418,
@@ -1167,7 +1379,9 @@ COUNTRIES = {
1167
1379
  },
1168
1380
  "Mauritania": {
1169
1381
  "formal name": "Islamic Republic of Mauritania",
1382
+ "motto": "Honor, Fraternity, Justice",
1170
1383
  "continents": ["Africa"],
1384
+ "landlocked": False,
1171
1385
  "area": 1030700.0,
1172
1386
  "land area": 1030700.0,
1173
1387
  "population": 4927532,
@@ -1178,7 +1392,9 @@ COUNTRIES = {
1178
1392
  },
1179
1393
  "Mauritius": {
1180
1394
  "formal name": "Republic of Mauritius",
1395
+ "motto": "Star and key of the Indian Ocean",
1181
1396
  "continents": ["Africa"],
1397
+ "landlocked": False,
1182
1398
  "area": 2096.0,
1183
1399
  "land area": 2086.0,
1184
1400
  "population": 1244477,
@@ -1189,7 +1405,9 @@ COUNTRIES = {
1189
1405
  },
1190
1406
  "Mexico": {
1191
1407
  "formal name": "United Mexican States",
1408
+ "motto": "",
1192
1409
  "continents": ["North America"],
1410
+ "landlocked": False,
1193
1411
  "area": 1964375.0,
1194
1412
  "land area": 1943950.0,
1195
1413
  "population": 130417144,
@@ -1200,7 +1418,9 @@ COUNTRIES = {
1200
1418
  },
1201
1419
  "Micronesia": {
1202
1420
  "formal name": "Federated States of Micronesia",
1421
+ "motto": "Peace, Unity, Liberty",
1203
1422
  "continents": ["Oceania"],
1423
+ "landlocked": False,
1204
1424
  "area": 702.0,
1205
1425
  "land area": 700.0,
1206
1426
  "population": 105754,
@@ -1211,7 +1431,9 @@ COUNTRIES = {
1211
1431
  },
1212
1432
  "Moldova": {
1213
1433
  "formal name": "Republic of Moldova",
1434
+ "motto": "",
1214
1435
  "continents": ["Europe"],
1436
+ "landlocked": True,
1215
1437
  "area": 33847.0,
1216
1438
  "land area": 32970.0,
1217
1439
  "population": 2381300,
@@ -1222,7 +1444,9 @@ COUNTRIES = {
1222
1444
  },
1223
1445
  "Monaco": {
1224
1446
  "formal name": "Principality of Monaco",
1447
+ "motto": "With God's help",
1225
1448
  "continents": ["Europe"],
1449
+ "landlocked": False,
1226
1450
  "area": 2.0,
1227
1451
  "land area": 2.0,
1228
1452
  "population": 38423,
@@ -1233,7 +1457,9 @@ COUNTRIES = {
1233
1457
  },
1234
1458
  "Mongolia": {
1235
1459
  "formal name": "Mongolia",
1460
+ "motto": "",
1236
1461
  "continents": ["Asia"],
1462
+ "landlocked": True,
1237
1463
  "area": 1564116.0,
1238
1464
  "land area": 1557507.0,
1239
1465
  "population": 3544835,
@@ -1244,7 +1470,9 @@ COUNTRIES = {
1244
1470
  },
1245
1471
  "Montenegro": {
1246
1472
  "formal name": "Montenegro",
1473
+ "motto": "",
1247
1474
  "continents": ["Europe"],
1475
+ "landlocked": False,
1248
1476
  "area": 13812.0,
1249
1477
  "land area": 13452.0,
1250
1478
  "population": 623327,
@@ -1255,18 +1483,22 @@ COUNTRIES = {
1255
1483
  },
1256
1484
  "Morocco": {
1257
1485
  "formal name": "Kingdom of Morocco",
1486
+ "motto": "God, the Country, the King",
1258
1487
  "continents": ["Africa"],
1488
+ "landlocked": False,
1259
1489
  "area": 446550.0,
1260
1490
  "land area": 446300.0,
1261
1491
  "population": 36828330,
1262
1492
  "official languages": ["Arabic", "Berber languages"],
1263
1493
  "nominal GDP": 144438000000,
1264
- "HDI": 0.710,
1494
+ "HDI": 0.71,
1265
1495
  "ISO 3166-1": {"alpha-2": "MA", "alpha-3": "MAR", "numeric": "504"},
1266
1496
  },
1267
1497
  "Mozambique": {
1268
1498
  "formal name": "Republic of Mozambique",
1499
+ "motto": "",
1269
1500
  "continents": ["Africa"],
1501
+ "landlocked": False,
1270
1502
  "area": 799380.0,
1271
1503
  "land area": 786380.0,
1272
1504
  "population": 33244414,
@@ -1277,7 +1509,9 @@ COUNTRIES = {
1277
1509
  },
1278
1510
  "Myanmar": {
1279
1511
  "formal name": "Republic of the Union of Myanmar",
1512
+ "motto": "",
1280
1513
  "continents": ["Asia"],
1514
+ "landlocked": False,
1281
1515
  "area": 676578.0,
1282
1516
  "land area": 653508.0,
1283
1517
  "population": 51316756,
@@ -1288,7 +1522,9 @@ COUNTRIES = {
1288
1522
  },
1289
1523
  "Namibia": {
1290
1524
  "formal name": "Republic of Namibia",
1525
+ "motto": "Unity, liberty, justice",
1291
1526
  "continents": ["Africa"],
1527
+ "landlocked": False,
1292
1528
  "area": 824292.0,
1293
1529
  "land area": 823290.0,
1294
1530
  "population": 3022401,
@@ -1299,7 +1535,9 @@ COUNTRIES = {
1299
1535
  },
1300
1536
  "Nauru": {
1301
1537
  "formal name": "Republic of Nauru",
1538
+ "motto": "God's will first",
1302
1539
  "continents": ["Oceania"],
1540
+ "landlocked": False,
1303
1541
  "area": 21.0,
1304
1542
  "land area": 20.0,
1305
1543
  "population": 11680,
@@ -1310,7 +1548,9 @@ COUNTRIES = {
1310
1548
  },
1311
1549
  "Nepal": {
1312
1550
  "formal name": "Federal Democratic Republic of Nepal",
1551
+ "motto": "Mother and motherland are greater than heaven",
1313
1552
  "continents": ["Asia"],
1553
+ "landlocked": True,
1314
1554
  "area": 147181.0,
1315
1555
  "land area": 143350.0,
1316
1556
  "population": 29164578,
@@ -1321,7 +1561,9 @@ COUNTRIES = {
1321
1561
  },
1322
1562
  "Netherlands": {
1323
1563
  "formal name": "Kingdom of the Netherlands",
1564
+ "motto": "I will maintain",
1324
1565
  "continents": ["Europe"],
1566
+ "landlocked": False,
1325
1567
  "area": 41865.0,
1326
1568
  "land area": 33893.0,
1327
1569
  "population": 18077662,
@@ -1332,7 +1574,9 @@ COUNTRIES = {
1332
1574
  },
1333
1575
  "New Zealand": {
1334
1576
  "formal name": "New Zealand",
1577
+ "motto": "",
1335
1578
  "continents": ["Oceania"],
1579
+ "landlocked": False,
1336
1580
  "area": 268838.0,
1337
1581
  "land area": 264537.0,
1338
1582
  "population": 5330600,
@@ -1343,7 +1587,9 @@ COUNTRIES = {
1343
1587
  },
1344
1588
  "Nicaragua": {
1345
1589
  "formal name": "Republic of Nicaragua",
1590
+ "motto": "In God We Trust",
1346
1591
  "continents": ["North America"],
1592
+ "landlocked": False,
1347
1593
  "area": 130373.0,
1348
1594
  "land area": 120340.0,
1349
1595
  "population": 6803886,
@@ -1354,7 +1600,9 @@ COUNTRIES = {
1354
1600
  },
1355
1601
  "Niger": {
1356
1602
  "formal name": "Republic of the Niger",
1603
+ "motto": "Fraternity, Work, Progress",
1357
1604
  "continents": ["Africa"],
1605
+ "landlocked": True,
1358
1606
  "area": 1267000.0,
1359
1607
  "land area": 1266700.0,
1360
1608
  "population": 26312034,
@@ -1365,18 +1613,22 @@ COUNTRIES = {
1365
1613
  },
1366
1614
  "Nigeria": {
1367
1615
  "formal name": "Federal Republic of Nigeria",
1616
+ "motto": "Unity and Faith, Peace and Progress",
1368
1617
  "continents": ["Africa"],
1618
+ "landlocked": False,
1369
1619
  "area": 923768.0,
1370
1620
  "land area": 910770.0,
1371
1621
  "population": 223800000,
1372
1622
  "official languages": ["English"],
1373
1623
  "nominal GDP": 374984000000,
1374
- "HDI": 0.560,
1624
+ "HDI": 0.56,
1375
1625
  "ISO 3166-1": {"alpha-2": "NG", "alpha-3": "NGA", "numeric": "566"},
1376
1626
  },
1377
1627
  "North Korea": {
1378
1628
  "formal name": "Democratic People's Republic of Korea",
1629
+ "motto": "Strong and Prosperous Nation",
1379
1630
  "continents": ["Asia"],
1631
+ "landlocked": False,
1380
1632
  "area": 120538.0,
1381
1633
  "land area": 120410.0,
1382
1634
  "population": 25950000,
@@ -1387,7 +1639,9 @@ COUNTRIES = {
1387
1639
  },
1388
1640
  "North Macedonia": {
1389
1641
  "formal name": "Republic of North Macedonia",
1642
+ "motto": "",
1390
1643
  "continents": ["Europe"],
1644
+ "landlocked": True,
1391
1645
  "area": 25713.0,
1392
1646
  "land area": 25220.0,
1393
1647
  "population": 1826247,
@@ -1398,18 +1652,22 @@ COUNTRIES = {
1398
1652
  },
1399
1653
  "Norway": {
1400
1654
  "formal name": "Kingdom of Norway",
1655
+ "motto": "",
1401
1656
  "continents": ["Europe"],
1657
+ "landlocked": False,
1402
1658
  "area": 386224.0,
1403
1659
  "land area": 366704.0,
1404
1660
  "population": 5601049,
1405
1661
  "official languages": ["Norwegian", "Sámi languages"],
1406
1662
  "nominal GDP": 485311000000,
1407
- "HDI": 0.970,
1663
+ "HDI": 0.97,
1408
1664
  "ISO 3166-1": {"alpha-2": "NO", "alpha-3": "NOR", "numeric": "578"},
1409
1665
  },
1410
1666
  "Oman": {
1411
1667
  "formal name": "Sultanate of Oman",
1668
+ "motto": "God, The Nation, The Sultan",
1412
1669
  "continents": ["Asia"],
1670
+ "landlocked": False,
1413
1671
  "area": 309500.0,
1414
1672
  "land area": 309500.0,
1415
1673
  "population": 5286172,
@@ -1420,7 +1678,9 @@ COUNTRIES = {
1420
1678
  },
1421
1679
  "Pakistan": {
1422
1680
  "formal name": "Islamic Republic of Pakistan",
1681
+ "motto": "Faith, Unity, Discipline",
1423
1682
  "continents": ["Asia"],
1683
+ "landlocked": False,
1424
1684
  "area": 882363.0,
1425
1685
  "land area": 857143.0,
1426
1686
  "population": 241499431,
@@ -1431,7 +1691,9 @@ COUNTRIES = {
1431
1691
  },
1432
1692
  "Palau": {
1433
1693
  "formal name": "Republic of Palau",
1694
+ "motto": "",
1434
1695
  "continents": ["Oceania"],
1696
+ "landlocked": False,
1435
1697
  "area": 459.0,
1436
1698
  "land area": 459.0,
1437
1699
  "population": 16733,
@@ -1442,7 +1704,9 @@ COUNTRIES = {
1442
1704
  },
1443
1705
  "Palestine": {
1444
1706
  "formal name": "State of Palestine",
1707
+ "motto": "",
1445
1708
  "continents": ["Asia"],
1709
+ "landlocked": False,
1446
1710
  "area": 6020.0,
1447
1711
  "land area": 6025.0,
1448
1712
  "population": 5483450,
@@ -1453,7 +1717,9 @@ COUNTRIES = {
1453
1717
  },
1454
1718
  "Panama": {
1455
1719
  "formal name": "Republic of Panama",
1720
+ "motto": "For the benefit of the world",
1456
1721
  "continents": ["North America", "South America"],
1722
+ "landlocked": False,
1457
1723
  "area": 75320.0,
1458
1724
  "land area": 74180.0,
1459
1725
  "population": 4064780,
@@ -1464,7 +1730,9 @@ COUNTRIES = {
1464
1730
  },
1465
1731
  "Papua New Guinea": {
1466
1732
  "formal name": "Independent State of Papua New Guinea",
1733
+ "motto": "Unity in Diversity",
1467
1734
  "continents": ["Oceania"],
1735
+ "landlocked": False,
1468
1736
  "area": 462840.0,
1469
1737
  "land area": 452860.0,
1470
1738
  "population": 11781559,
@@ -1475,7 +1743,9 @@ COUNTRIES = {
1475
1743
  },
1476
1744
  "Paraguay": {
1477
1745
  "formal name": "Republic of Paraguay",
1746
+ "motto": "Peace and justice",
1478
1747
  "continents": ["South America"],
1748
+ "landlocked": True,
1479
1749
  "area": 406752.0,
1480
1750
  "land area": 397300.0,
1481
1751
  "population": 6109644,
@@ -1486,7 +1756,9 @@ COUNTRIES = {
1486
1756
  },
1487
1757
  "Peru": {
1488
1758
  "formal name": "Republic of Peru",
1759
+ "motto": "Firm and happy for the union",
1489
1760
  "continents": ["South America"],
1761
+ "landlocked": False,
1490
1762
  "area": 1285216.0,
1491
1763
  "land area": 1279996.0,
1492
1764
  "population": 34350244,
@@ -1497,18 +1769,22 @@ COUNTRIES = {
1497
1769
  },
1498
1770
  "Philippines": {
1499
1771
  "formal name": "Republic of the Philippines",
1772
+ "motto": "For God, for the people, for nature and for the country",
1500
1773
  "continents": ["Asia"],
1774
+ "landlocked": False,
1501
1775
  "area": 300000.0,
1502
1776
  "land area": 298170.0,
1503
1777
  "population": 114123600,
1504
1778
  "official languages": ["Filipino", "English"],
1505
1779
  "nominal GDP": 437146000000,
1506
- "HDI": 0.720,
1780
+ "HDI": 0.72,
1507
1781
  "ISO 3166-1": {"alpha-2": "PH", "alpha-3": "PHL", "numeric": "608"},
1508
1782
  },
1509
1783
  "Poland": {
1510
1784
  "formal name": "Republic of Poland",
1785
+ "motto": "",
1511
1786
  "continents": ["Europe"],
1787
+ "landlocked": False,
1512
1788
  "area": 312685.0,
1513
1789
  "land area": 304255.0,
1514
1790
  "population": 37423000,
@@ -1519,18 +1795,22 @@ COUNTRIES = {
1519
1795
  },
1520
1796
  "Portugal": {
1521
1797
  "formal name": "Portuguese Republic",
1798
+ "motto": "This is my blissful beloved homeland",
1522
1799
  "continents": ["Europe"],
1800
+ "landlocked": False,
1523
1801
  "area": 92225.0,
1524
1802
  "land area": 91606.0,
1525
1803
  "population": 10749635,
1526
1804
  "official languages": ["Portuguese"],
1527
1805
  "nominal GDP": 289114000000,
1528
- "HDI": 0.890,
1806
+ "HDI": 0.89,
1529
1807
  "ISO 3166-1": {"alpha-2": "PT", "alpha-3": "PRT", "numeric": "620"},
1530
1808
  },
1531
1809
  "Qatar": {
1532
1810
  "formal name": "State of Qatar",
1811
+ "motto": "",
1533
1812
  "continents": ["Asia"],
1813
+ "landlocked": False,
1534
1814
  "area": 11586.0,
1535
1815
  "land area": 11586.0,
1536
1816
  "population": 2857822,
@@ -1540,19 +1820,23 @@ COUNTRIES = {
1540
1820
  "ISO 3166-1": {"alpha-2": "QA", "alpha-3": "QAT", "numeric": "634"},
1541
1821
  },
1542
1822
  "Republic of the Congo": {
1543
- "formal name": "",
1823
+ "formal name": "Republic of the Congo",
1824
+ "motto": "Unity, Work, Progress",
1544
1825
  "continents": ["Africa"],
1826
+ "landlocked": False,
1545
1827
  "area": 342000.0,
1546
1828
  "land area": 341500.0,
1547
1829
  "population": 6142180,
1548
1830
  "official languages": ["French"],
1549
1831
  "nominal GDP": 14167000000,
1550
- "HDI": 0.,
1832
+ "HDI": 0.0,
1551
1833
  "ISO 3166-1": {"alpha-2": "CG", "alpha-3": "COG", "numeric": "178"},
1552
1834
  },
1553
1835
  "Romania": {
1554
1836
  "formal name": "Romania",
1837
+ "motto": "",
1555
1838
  "continents": ["Europe"],
1839
+ "landlocked": False,
1556
1840
  "area": 238398.0,
1557
1841
  "land area": 230080.0,
1558
1842
  "population": 19064409,
@@ -1563,7 +1847,9 @@ COUNTRIES = {
1563
1847
  },
1564
1848
  "Russia": {
1565
1849
  "formal name": "Russian Federation",
1850
+ "motto": "",
1566
1851
  "continents": ["Asia", "Europe"],
1852
+ "landlocked": False,
1567
1853
  "area": 17098246.0,
1568
1854
  "land area": 16376870.0,
1569
1855
  "population": 146028325,
@@ -1574,7 +1860,9 @@ COUNTRIES = {
1574
1860
  },
1575
1861
  "Rwanda": {
1576
1862
  "formal name": "Republic of Rwanda",
1863
+ "motto": "Unity, Work, Patriotism",
1577
1864
  "continents": ["Africa"],
1865
+ "landlocked": True,
1578
1866
  "area": 26338.0,
1579
1867
  "land area": 24670.0,
1580
1868
  "population": 14104969,
@@ -1585,18 +1873,22 @@ COUNTRIES = {
1585
1873
  },
1586
1874
  "Saint Kitts and Nevis": {
1587
1875
  "formal name": "Federation of Saint Christopher and Nevis",
1876
+ "motto": "Country Above Self",
1588
1877
  "continents": ["North America"],
1878
+ "landlocked": False,
1589
1879
  "area": 261.0,
1590
1880
  "land area": 261.0,
1591
1881
  "population": 51320,
1592
1882
  "official languages": ["English"],
1593
1883
  "nominal GDP": 1058000000,
1594
- "HDI": 0.840,
1884
+ "HDI": 0.84,
1595
1885
  "ISO 3166-1": {"alpha-2": "KN", "alpha-3": "KNA", "numeric": "659"},
1596
1886
  },
1597
1887
  "Saint Lucia": {
1598
1888
  "formal name": "Saint Lucia",
1889
+ "motto": "The land, the people, the light",
1599
1890
  "continents": ["North America"],
1891
+ "landlocked": False,
1600
1892
  "area": 616.0,
1601
1893
  "land area": 610.0,
1602
1894
  "population": 184100,
@@ -1607,7 +1899,9 @@ COUNTRIES = {
1607
1899
  },
1608
1900
  "Saint Vincent and the Grenadines": {
1609
1901
  "formal name": "Saint Vincent and the Grenadines",
1902
+ "motto": "Peace and justice",
1610
1903
  "continents": ["North America"],
1904
+ "landlocked": False,
1611
1905
  "area": 389.0,
1612
1906
  "land area": 389.0,
1613
1907
  "population": 110872,
@@ -1618,7 +1912,9 @@ COUNTRIES = {
1618
1912
  },
1619
1913
  "Samoa": {
1620
1914
  "formal name": "Independent State of Samoa",
1915
+ "motto": "God be the Foundation of Samoa",
1621
1916
  "continents": ["Oceania"],
1917
+ "landlocked": False,
1622
1918
  "area": 2842.0,
1623
1919
  "land area": 2780.0,
1624
1920
  "population": 205557,
@@ -1629,7 +1925,9 @@ COUNTRIES = {
1629
1925
  },
1630
1926
  "San Marino": {
1631
1927
  "formal name": "Republic of San Marino",
1928
+ "motto": "Liberty",
1632
1929
  "continents": ["Europe"],
1930
+ "landlocked": True,
1633
1931
  "area": 61.0,
1634
1932
  "land area": 61.0,
1635
1933
  "population": 34062,
@@ -1640,29 +1938,35 @@ COUNTRIES = {
1640
1938
  },
1641
1939
  "Saudi Arabia": {
1642
1940
  "formal name": "Kingdom of Saudi Arabia",
1941
+ "motto": "There is no God other than God and Muhammad is the Messenger of God",
1643
1942
  "continents": ["Asia"],
1943
+ "landlocked": False,
1644
1944
  "area": 2149690.0,
1645
1945
  "land area": 2149690.0,
1646
1946
  "population": 35300280,
1647
1947
  "official languages": ["Arabic"],
1648
1948
  "nominal GDP": 1067583000000,
1649
- "HDI": 0.900,
1949
+ "HDI": 0.9,
1650
1950
  "ISO 3166-1": {"alpha-2": "SA", "alpha-3": "SAU", "numeric": "682"},
1651
1951
  },
1652
1952
  "Senegal": {
1653
1953
  "formal name": "Republic of Senegal",
1954
+ "motto": "One people, one goal, one faith",
1654
1955
  "continents": ["Africa"],
1956
+ "landlocked": False,
1655
1957
  "area": 196712.0,
1656
1958
  "land area": 192530.0,
1657
1959
  "population": 18126390,
1658
1960
  "official languages": ["French"],
1659
1961
  "nominal GDP": 30408000000,
1660
- "HDI": 0.530,
1962
+ "HDI": 0.53,
1661
1963
  "ISO 3166-1": {"alpha-2": "SN", "alpha-3": "SEN", "numeric": "686"},
1662
1964
  },
1663
1965
  "Serbia": {
1664
1966
  "formal name": "Republic of Serbia",
1967
+ "motto": "",
1665
1968
  "continents": ["Europe"],
1969
+ "landlocked": True,
1666
1970
  "area": 88499.0,
1667
1971
  "land area": 88499.0,
1668
1972
  "population": 6567783,
@@ -1673,7 +1977,9 @@ COUNTRIES = {
1673
1977
  },
1674
1978
  "Seychelles": {
1675
1979
  "formal name": "Republic of Seychelles",
1980
+ "motto": "The end crowns the work",
1676
1981
  "continents": ["Africa"],
1982
+ "landlocked": False,
1677
1983
  "area": 457.0,
1678
1984
  "land area": 457.0,
1679
1985
  "population": 122038,
@@ -1684,7 +1990,9 @@ COUNTRIES = {
1684
1990
  },
1685
1991
  "Sierra Leone": {
1686
1992
  "formal name": "Republic of Sierra Leone",
1993
+ "motto": "Unity, freedom, justice",
1687
1994
  "continents": ["Africa"],
1995
+ "landlocked": False,
1688
1996
  "area": 72300.0,
1689
1997
  "land area": 72180.0,
1690
1998
  "population": 8884032,
@@ -1695,7 +2003,9 @@ COUNTRIES = {
1695
2003
  },
1696
2004
  "Singapore": {
1697
2005
  "formal name": "Republic of Singapore",
2006
+ "motto": "Onward Singapore",
1698
2007
  "continents": ["Asia"],
2008
+ "landlocked": False,
1699
2009
  "area": 736.0,
1700
2010
  "land area": 726.0,
1701
2011
  "population": 6036900,
@@ -1706,18 +2016,22 @@ COUNTRIES = {
1706
2016
  },
1707
2017
  "Slovakia": {
1708
2018
  "formal name": "Slovak Republic",
2019
+ "motto": "",
1709
2020
  "continents": ["Europe"],
2021
+ "landlocked": True,
1710
2022
  "area": 49035.0,
1711
2023
  "land area": 48080.0,
1712
2024
  "population": 5415978,
1713
2025
  "official languages": ["Slovak"],
1714
2026
  "nominal GDP": 132908000000,
1715
- "HDI": 0.880,
2027
+ "HDI": 0.88,
1716
2028
  "ISO 3166-1": {"alpha-2": "SK", "alpha-3": "SVK", "numeric": "703"},
1717
2029
  },
1718
2030
  "Slovenia": {
1719
2031
  "formal name": "Republic of Slovenia",
2032
+ "motto": "",
1720
2033
  "continents": ["Europe"],
2034
+ "landlocked": False,
1721
2035
  "area": 20273.0,
1722
2036
  "land area": 20151.0,
1723
2037
  "population": 2130850,
@@ -1728,7 +2042,9 @@ COUNTRIES = {
1728
2042
  },
1729
2043
  "Solomon Islands": {
1730
2044
  "formal name": "Solomon Islands",
2045
+ "motto": "To lead is to serve",
1731
2046
  "continents": ["Oceania"],
2047
+ "landlocked": False,
1732
2048
  "area": 28896.0,
1733
2049
  "land area": 27990.0,
1734
2050
  "population": 750325,
@@ -1739,7 +2055,9 @@ COUNTRIES = {
1739
2055
  },
1740
2056
  "Somalia": {
1741
2057
  "formal name": "Federal Republic of Somalia",
2058
+ "motto": "",
1742
2059
  "continents": ["Africa"],
2060
+ "landlocked": False,
1743
2061
  "area": 637657.0,
1744
2062
  "land area": 627340.0,
1745
2063
  "population": 19009151,
@@ -1750,7 +2068,9 @@ COUNTRIES = {
1750
2068
  },
1751
2069
  "South Africa": {
1752
2070
  "formal name": "Republic of South Africa",
2071
+ "motto": "Unity in Diversity",
1753
2072
  "continents": ["Africa"],
2073
+ "landlocked": False,
1754
2074
  "area": 1219090.0,
1755
2075
  "land area": 1214470.0,
1756
2076
  "population": 63015904,
@@ -1761,7 +2081,9 @@ COUNTRIES = {
1761
2081
  },
1762
2082
  "South Korea": {
1763
2083
  "formal name": "Republic of Korea",
2084
+ "motto": "To broadly benefit the human world",
1764
2085
  "continents": ["Asia"],
2086
+ "landlocked": False,
1765
2087
  "area": 100432.0,
1766
2088
  "land area": 97600.0,
1767
2089
  "population": 51164582,
@@ -1772,7 +2094,9 @@ COUNTRIES = {
1772
2094
  },
1773
2095
  "South Sudan": {
1774
2096
  "formal name": "Republic of South Sudan",
2097
+ "motto": "Justice, Liberty, Prosperity",
1775
2098
  "continents": ["Africa"],
2099
+ "landlocked": True,
1776
2100
  "area": 644329.0,
1777
2101
  "land area": 631930.0,
1778
2102
  "population": 15786898,
@@ -1783,7 +2107,9 @@ COUNTRIES = {
1783
2107
  },
1784
2108
  "Spain": {
1785
2109
  "formal name": "Kingdom of Spain",
2110
+ "motto": "Further beyond",
1786
2111
  "continents": ["Europe"],
2112
+ "landlocked": False,
1787
2113
  "area": 505370.0,
1788
2114
  "land area": 498980.0,
1789
2115
  "population": 49153849,
@@ -1794,7 +2120,9 @@ COUNTRIES = {
1794
2120
  },
1795
2121
  "Sri Lanka": {
1796
2122
  "formal name": "Democratic Socialist Republic of Sri Lanka",
2123
+ "motto": "",
1797
2124
  "continents": ["Asia"],
2125
+ "landlocked": False,
1798
2126
  "area": 65610.0,
1799
2127
  "land area": 61860.0,
1800
2128
  "population": 21763170,
@@ -1805,7 +2133,9 @@ COUNTRIES = {
1805
2133
  },
1806
2134
  "Sudan": {
1807
2135
  "formal name": "Republic of the Sudan",
2136
+ "motto": "Victory is Ours",
1808
2137
  "continents": ["Africa"],
2138
+ "landlocked": False,
1809
2139
  "area": 1861484.0,
1810
2140
  "land area": 1731671.0,
1811
2141
  "population": 50448963,
@@ -1816,7 +2146,9 @@ COUNTRIES = {
1816
2146
  },
1817
2147
  "Suriname": {
1818
2148
  "formal name": "Republic of Suriname",
2149
+ "motto": "Justice, piety, loyalty",
1819
2150
  "continents": ["South America"],
2151
+ "landlocked": False,
1820
2152
  "area": 163820.0,
1821
2153
  "land area": 156000.0,
1822
2154
  "population": 616500,
@@ -1827,7 +2159,9 @@ COUNTRIES = {
1827
2159
  },
1828
2160
  "Sweden": {
1829
2161
  "formal name": "Kingdom of Sweden",
2162
+ "motto": "",
1830
2163
  "continents": ["Europe"],
2164
+ "landlocked": False,
1831
2165
  "area": 450295.0,
1832
2166
  "land area": 407284.0,
1833
2167
  "population": 10588818,
@@ -1838,18 +2172,22 @@ COUNTRIES = {
1838
2172
  },
1839
2173
  "Switzerland": {
1840
2174
  "formal name": "Swiss Confederation",
2175
+ "motto": "One for all, all for one",
1841
2176
  "continents": ["Europe"],
2177
+ "landlocked": True,
1842
2178
  "area": 41291.0,
1843
2179
  "land area": 39510.0,
1844
2180
  "population": 9067144,
1845
2181
  "official languages": ["French", "German", "Italian", "Romansh"],
1846
2182
  "nominal GDP": 894425000000,
1847
- "HDI": 0.970,
2183
+ "HDI": 0.97,
1848
2184
  "ISO 3166-1": {"alpha-2": "CH", "alpha-3": "CHE", "numeric": "756"},
1849
2185
  },
1850
2186
  "Syria": {
1851
2187
  "formal name": "Syrian Arab Republic",
2188
+ "motto": "",
1852
2189
  "continents": ["Asia"],
2190
+ "landlocked": False,
1853
2191
  "area": 185180.0,
1854
2192
  "land area": 183630.0,
1855
2193
  "population": 24672760,
@@ -1860,7 +2198,9 @@ COUNTRIES = {
1860
2198
  },
1861
2199
  "São Tomé and Príncipe": {
1862
2200
  "formal name": "Democratic Republic of São Tomé and Príncipe",
2201
+ "motto": "Unity, Discipline, Work",
1863
2202
  "continents": ["Africa"],
2203
+ "landlocked": False,
1864
2204
  "area": 964.0,
1865
2205
  "land area": 964.0,
1866
2206
  "population": 228319,
@@ -1871,7 +2211,9 @@ COUNTRIES = {
1871
2211
  },
1872
2212
  "Tajikistan": {
1873
2213
  "formal name": "Republic of Tajikistan",
2214
+ "motto": "Independence, Freedom, Homeland!",
1874
2215
  "continents": ["Asia"],
2216
+ "landlocked": True,
1875
2217
  "area": 144100.0,
1876
2218
  "land area": 141510.0,
1877
2219
  "population": 10499000,
@@ -1882,7 +2224,9 @@ COUNTRIES = {
1882
2224
  },
1883
2225
  "Tanzania": {
1884
2226
  "formal name": "United Republic of Tanzania",
2227
+ "motto": "Freedom and Unity",
1885
2228
  "continents": ["Africa"],
2229
+ "landlocked": False,
1886
2230
  "area": 947303.0,
1887
2231
  "land area": 885800.0,
1888
2232
  "population": 68153004,
@@ -1893,7 +2237,9 @@ COUNTRIES = {
1893
2237
  },
1894
2238
  "Thailand": {
1895
2239
  "formal name": "Kingdom of Thailand",
2240
+ "motto": "",
1896
2241
  "continents": ["Asia"],
2242
+ "landlocked": False,
1897
2243
  "area": 513120.0,
1898
2244
  "land area": 510890.0,
1899
2245
  "population": 65870610,
@@ -1904,7 +2250,9 @@ COUNTRIES = {
1904
2250
  },
1905
2251
  "Timor-Leste": {
1906
2252
  "formal name": "Democratic Republic of Timor-Leste",
2253
+ "motto": "Unity, Action, and Progress",
1907
2254
  "continents": ["Asia"],
2255
+ "landlocked": False,
1908
2256
  "area": 14874.0,
1909
2257
  "land area": 14874.0,
1910
2258
  "population": 1373024,
@@ -1915,7 +2263,9 @@ COUNTRIES = {
1915
2263
  },
1916
2264
  "Togo": {
1917
2265
  "formal name": "Togolese Republic",
2266
+ "motto": "Work, liberty, homeland",
1918
2267
  "continents": ["Africa"],
2268
+ "landlocked": False,
1919
2269
  "area": 56785.0,
1920
2270
  "land area": 54390.0,
1921
2271
  "population": 8095498,
@@ -1926,7 +2276,9 @@ COUNTRIES = {
1926
2276
  },
1927
2277
  "Tonga": {
1928
2278
  "formal name": "Kingdom of Tonga",
2279
+ "motto": "God and Tonga are my Inheritance",
1929
2280
  "continents": ["Oceania"],
2281
+ "landlocked": False,
1930
2282
  "area": 747.0,
1931
2283
  "land area": 720.0,
1932
2284
  "population": 100179,
@@ -1937,7 +2289,9 @@ COUNTRIES = {
1937
2289
  },
1938
2290
  "Trinidad and Tobago": {
1939
2291
  "formal name": "Republic of Trinidad and Tobago",
2292
+ "motto": "Together we aspire, together we achieve",
1940
2293
  "continents": ["North America"],
2294
+ "landlocked": False,
1941
2295
  "area": 5127.0,
1942
2296
  "land area": 5127.0,
1943
2297
  "population": 1368333,
@@ -1948,7 +2302,9 @@ COUNTRIES = {
1948
2302
  },
1949
2303
  "Tunisia": {
1950
2304
  "formal name": "Republic of Tunisia",
2305
+ "motto": "Freedom, Order, Justice",
1951
2306
  "continents": ["Africa"],
2307
+ "landlocked": False,
1952
2308
  "area": 163610.0,
1953
2309
  "land area": 155360.0,
1954
2310
  "population": 11972169,
@@ -1959,7 +2315,9 @@ COUNTRIES = {
1959
2315
  },
1960
2316
  "Turkey": {
1961
2317
  "formal name": "Republic of Türkiye",
2318
+ "motto": "",
1962
2319
  "continents": ["Asia", "Europe"],
2320
+ "landlocked": False,
1963
2321
  "area": 783562.0,
1964
2322
  "land area": 769632.0,
1965
2323
  "population": 85664944,
@@ -1970,7 +2328,9 @@ COUNTRIES = {
1970
2328
  },
1971
2329
  "Turkmenistan": {
1972
2330
  "formal name": "Turkmenistan",
2331
+ "motto": "Turkmenistan is the motherland of Neutrality",
1973
2332
  "continents": ["Asia"],
2333
+ "landlocked": True,
1974
2334
  "area": 488100.0,
1975
2335
  "land area": 469930.0,
1976
2336
  "population": 7057841,
@@ -1981,7 +2341,9 @@ COUNTRIES = {
1981
2341
  },
1982
2342
  "Tuvalu": {
1983
2343
  "formal name": "Tuvalu",
2344
+ "motto": "Tuvalu for the Almighty",
1984
2345
  "continents": ["Oceania"],
2346
+ "landlocked": False,
1985
2347
  "area": 25.0,
1986
2348
  "land area": 25.0,
1987
2349
  "population": 10643,
@@ -1992,7 +2354,9 @@ COUNTRIES = {
1992
2354
  },
1993
2355
  "Uganda": {
1994
2356
  "formal name": "Republic of Uganda",
2357
+ "motto": "For God and My Country",
1995
2358
  "continents": ["Africa"],
2359
+ "landlocked": True,
1996
2360
  "area": 241550.0,
1997
2361
  "land area": 200520.0,
1998
2362
  "population": 45905417,
@@ -2003,7 +2367,9 @@ COUNTRIES = {
2003
2367
  },
2004
2368
  "Ukraine": {
2005
2369
  "formal name": "Ukraine",
2370
+ "motto": "",
2006
2371
  "continents": ["Europe"],
2372
+ "landlocked": False,
2007
2373
  "area": 603550.0,
2008
2374
  "land area": 579330.0,
2009
2375
  "population": 32862000,
@@ -2014,18 +2380,22 @@ COUNTRIES = {
2014
2380
  },
2015
2381
  "United Arab Emirates": {
2016
2382
  "formal name": "United Arab Emirates",
2383
+ "motto": "",
2017
2384
  "continents": ["Asia"],
2385
+ "landlocked": False,
2018
2386
  "area": 83600.0,
2019
2387
  "land area": 82880.0,
2020
2388
  "population": 10678556,
2021
2389
  "official languages": ["Arabic"],
2022
2390
  "nominal GDP": 514130000000,
2023
- "HDI": 0.940,
2391
+ "HDI": 0.94,
2024
2392
  "ISO 3166-1": {"alpha-2": "AE", "alpha-3": "ARE", "numeric": "784"},
2025
2393
  },
2026
2394
  "United Kingdom": {
2027
2395
  "formal name": "United Kingdom of Great Britain and Northern Ireland",
2396
+ "motto": "",
2028
2397
  "continents": ["Europe"],
2398
+ "landlocked": False,
2029
2399
  "area": 244376.0,
2030
2400
  "land area": 242741.0,
2031
2401
  "population": 68265209,
@@ -2036,7 +2406,9 @@ COUNTRIES = {
2036
2406
  },
2037
2407
  "United States": {
2038
2408
  "formal name": "United States of America",
2409
+ "motto": "In God We Trust",
2039
2410
  "continents": ["North America"],
2411
+ "landlocked": False,
2040
2412
  "area": 9525067.0,
2041
2413
  "land area": 9147593.0,
2042
2414
  "population": 340110988,
@@ -2047,7 +2419,9 @@ COUNTRIES = {
2047
2419
  },
2048
2420
  "Uruguay": {
2049
2421
  "formal name": "Oriental Republic of Uruguay",
2422
+ "motto": "Liberty or Death",
2050
2423
  "continents": ["South America"],
2424
+ "landlocked": False,
2051
2425
  "area": 176215.0,
2052
2426
  "land area": 175015.0,
2053
2427
  "population": 3499451,
@@ -2058,18 +2432,22 @@ COUNTRIES = {
2058
2432
  },
2059
2433
  "Uzbekistan": {
2060
2434
  "formal name": "Republic of Uzbekistan",
2435
+ "motto": "The Strength is in The Justice!",
2061
2436
  "continents": ["Asia"],
2437
+ "landlocked": True,
2062
2438
  "area": 447400.0,
2063
2439
  "land area": 425400.0,
2064
2440
  "population": 37860975,
2065
2441
  "official languages": ["Uzbek"],
2066
2442
  "nominal GDP": 90889000000,
2067
- "HDI": 0.740,
2443
+ "HDI": 0.74,
2068
2444
  "ISO 3166-1": {"alpha-2": "UZ", "alpha-3": "UZB", "numeric": "860"},
2069
2445
  },
2070
2446
  "Vanuatu": {
2071
2447
  "formal name": "Republic of Vanuatu",
2448
+ "motto": "In God we stand",
2072
2449
  "continents": ["Oceania"],
2450
+ "landlocked": False,
2073
2451
  "area": 12189.0,
2074
2452
  "land area": 12189.0,
2075
2453
  "population": 321409,
@@ -2080,7 +2458,9 @@ COUNTRIES = {
2080
2458
  },
2081
2459
  "Vatican City": {
2082
2460
  "formal name": "Vatican City State",
2461
+ "motto": "",
2083
2462
  "continents": ["Europe"],
2463
+ "landlocked": True,
2084
2464
  "area": 0.49,
2085
2465
  "land area": 0.49,
2086
2466
  "population": 882,
@@ -2091,7 +2471,9 @@ COUNTRIES = {
2091
2471
  },
2092
2472
  "Venezuela": {
2093
2473
  "formal name": "Bolivarian Republic of Venezuela",
2474
+ "motto": "God and Federation",
2094
2475
  "continents": ["South America"],
2476
+ "landlocked": False,
2095
2477
  "area": 912050.0,
2096
2478
  "land area": 882050.0,
2097
2479
  "population": 28405543,
@@ -2102,7 +2484,9 @@ COUNTRIES = {
2102
2484
  },
2103
2485
  "Vietnam": {
2104
2486
  "formal name": "Socialist Republic of Vietnam",
2487
+ "motto": "Independence, Liberty, Happiness",
2105
2488
  "continents": ["Asia"],
2489
+ "landlocked": False,
2106
2490
  "area": 331340.0,
2107
2491
  "land area": 313429.0,
2108
2492
  "population": 101343800,
@@ -2113,18 +2497,22 @@ COUNTRIES = {
2113
2497
  },
2114
2498
  "Yemen": {
2115
2499
  "formal name": "Republic of Yemen",
2500
+ "motto": "God, Homeland, Revolution, Unity",
2116
2501
  "continents": ["Asia"],
2502
+ "landlocked": False,
2117
2503
  "area": 455503.0,
2118
2504
  "land area": 455503.0,
2119
2505
  "population": 32684503,
2120
2506
  "official languages": ["Arabic"],
2121
2507
  "nominal GDP": 8758000000,
2122
- "HDI": 0.470,
2508
+ "HDI": 0.47,
2123
2509
  "ISO 3166-1": {"alpha-2": "YE", "alpha-3": "YEM", "numeric": "887"},
2124
2510
  },
2125
2511
  "Zambia": {
2126
2512
  "formal name": "Republic of Zambia",
2513
+ "motto": "One Zambia, One Nation",
2127
2514
  "continents": ["Africa"],
2515
+ "landlocked": True,
2128
2516
  "area": 752612.0,
2129
2517
  "land area": 743390.0,
2130
2518
  "population": 19693423,
@@ -2135,7 +2523,9 @@ COUNTRIES = {
2135
2523
  },
2136
2524
  "Zimbabwe": {
2137
2525
  "formal name": "Republic of Zimbabwe",
2526
+ "motto": "Unity, Freedom, Work",
2138
2527
  "continents": ["Africa"],
2528
+ "landlocked": True,
2139
2529
  "area": 390757.0,
2140
2530
  "land area": 386850.0,
2141
2531
  "population": 16751469,
@@ -2147,7 +2537,9 @@ COUNTRIES = {
2147
2537
  }
2148
2538
  """A dictionary contains all members and observer states of the United Nations and information about them:
2149
2539
  - Formal name
2540
+ - Motto (in English), source: https://en.wikipedia.org/wiki/List_of_national_mottos
2150
2541
  - Continent(s) of the country's mainland, order: Asia, Europe, Africa, North America, South America, Oceania
2542
+ - Landlocked or not
2151
2543
  - Area and land area (in square kilometre), source: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_area
2152
2544
  - Population, source: https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_by_population
2153
2545
  - Official language(s), source: https://en.wikipedia.org/wiki/List_of_official_languages_by_country_and_territory
@@ -2155,4 +2547,4 @@ COUNTRIES = {
2155
2547
  - Human Development Index, source: https://en.wikipedia.org/wiki/List_of_countries_by_Human_Development_Index, excluding Monaco; North Korea and Vatican City
2156
2548
  - ISO 3166-1 codes
2157
2549
 
2158
- Note: the dictionary might contain inaccuracies"""
2550
+ Note: the dictionary might contain inaccuracies"""