From 48c1481caaf5a4521f07e41ff2aad4d702257a80 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 16 Dec 2015 11:28:27 -0800 Subject: [PATCH] World Map with bubbles --- panoramix/bin/panoramix | 71 +- panoramix/data/countries.json | 11549 ++++++++++++++ panoramix/data/countries.py | 2490 +++ panoramix/forms.py | 16 + panoramix/static/lib/datamaps.all.js | 12532 ++++++++++++++++ panoramix/static/lib/datamaps.world.min.js | 2 + panoramix/static/lib/topojson.min.js | 1 + panoramix/static/panoramix.css | 4 + panoramix/static/widgets/viz_world_map.css | 0 panoramix/static/widgets/viz_world_map.js | 87 + .../templates/panoramix/viz_world_map.html | 8 + panoramix/views.py | 4 +- panoramix/viz.py | 81 + 13 files changed, 26833 insertions(+), 12 deletions(-) create mode 100644 panoramix/data/countries.json create mode 100644 panoramix/data/countries.py create mode 100644 panoramix/static/lib/datamaps.all.js create mode 100644 panoramix/static/lib/datamaps.world.min.js create mode 100644 panoramix/static/lib/topojson.min.js create mode 100644 panoramix/static/widgets/viz_world_map.css create mode 100644 panoramix/static/widgets/viz_world_map.js create mode 100644 panoramix/templates/panoramix/viz_world_map.html diff --git a/panoramix/bin/panoramix b/panoramix/bin/panoramix index a8317241b9..188bea63e1 100755 --- a/panoramix/bin/panoramix +++ b/panoramix/bin/panoramix @@ -12,7 +12,7 @@ from panoramix import app from flask.ext.migrate import MigrateCommand from panoramix import db from flask.ext.appbuilder import Base -from sqlalchemy import Column, Integer, String, Table, DateTime +from sqlalchemy import Column, Integer, String, Table, DateTime, Float from panoramix import models, utils config = app.config @@ -59,6 +59,63 @@ def init(): def load_examples(sample): """Loads a set of Slices and Dashboards and a supporting dataset """ print("Loading examples into {}".format(db)) + session = db.session() + Country = Table( + "countries", Base.metadata, + Column("id", Integer, primary_key=True), + Column("ds", DateTime, default=datetime.now()), + Column("name", String(255)), + Column("cca2", String(2)), + Column("cca3", String(3)), + Column("cioc", String(3)), + Column("capital", String(255)), + Column("lat", Float), + Column("lng", Float), + Column("area", Float), + ) + try: + Country.drop(db.engine) + except: + pass + Country.create(db.engine) + + filepath = os.path.join(config.get("BASE_DIR"), 'data/countries.json') + with open(filepath, 'r') as f: + d = {} + for c in json.load(f): + if not c['latlng']: + continue + db.engine.execute( + Country.insert(), + name=c['name']['common'].encode('utf8'), + cca2=c['cca2'], + cca3=c['cca3'], + cioc=c['cioc'], + capital=c['capital'], + lat=c['latlng'][0], + lng=c['latlng'][1], + area=c['area'], + ) + d[c['cca3']] = dict( + name=c['name']['common'], + cca2=c['cca2'], + cca3=c['cca3'], + cioc=c['cioc'], + capital=c['capital'], + lat=c['latlng'][0], + lng=c['latlng'][1], + area=c['area'], + ) + #print(json.dumps(d, indent=4)) + print("Creating database reference") + DB = models.Database + dbobj = session.query(DB).filter_by(database_name='main').first() + if not dbobj: + dbobj = DB(database_name="main") + print(config.get("SQLALCHEMY_DATABASE_URI")) + dbobj.sqlalchemy_uri = config.get("SQLALCHEMY_DATABASE_URI") + session.add(dbobj) + session.commit() BirthNames = Table( @@ -79,8 +136,8 @@ def load_examples(sample): pass BirthNames.create(db.engine) - session = db.session() filepath = os.path.join(config.get("BASE_DIR"), 'data/birth_names.csv.gz') + ''' with gzip.open(filepath, mode='rt') as f: bb_csv = csv.reader(f) for i, (state, year, name, gender, num) in enumerate(bb_csv): @@ -105,16 +162,8 @@ def load_examples(sample): if sample and i>1000: break print("Done loading table!") print("-" * 80) + ''' - print("Creating database reference") - DB = models.Database - dbobj = session.query(DB).filter_by(database_name='main').first() - if not dbobj: - dbobj = DB(database_name="main") - print(config.get("SQLALCHEMY_DATABASE_URI")) - dbobj.sqlalchemy_uri = config.get("SQLALCHEMY_DATABASE_URI") - session.add(dbobj) - session.commit() print("Creating table reference") TBL = models.SqlaTable diff --git a/panoramix/data/countries.json b/panoramix/data/countries.json new file mode 100644 index 0000000000..67b4921c84 --- /dev/null +++ b/panoramix/data/countries.json @@ -0,0 +1,11549 @@ +[ + { + "name": { + "common": "Aruba", + "official": "Aruba", + "native": { + "nld": { + "official": "Aruba", + "common": "Aruba" + }, + "pap": { + "official": "Aruba", + "common": "Aruba" + } + } + }, + "tld": [".aw"], + "cca2": "AW", + "ccn3": "533", + "cca3": "ABW", + "cioc": "ARU", + "currency": ["AWG"], + "callingCode": ["297"], + "capital": "Oranjestad", + "altSpellings": ["AW"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "nld": "Dutch", + "pap": "Papiamento" + }, + "translations": { + "deu": {"official": "Aruba", "common": "Aruba"}, + "fra": {"official": "Aruba", "common": "Aruba"}, + "hrv": {"official": "Aruba", "common": "Aruba"}, + "ita": {"official": "Aruba", "common": "Aruba"}, + "jpn": {"official": "\u30a2\u30eb\u30d0", "common": "\u30a2\u30eb\u30d0"}, + "nld": {"official": "Aruba", "common": "Aruba"}, + "por": {"official": "Aruba", "common": "Aruba"}, + "rus": {"official": "\u0410\u0440\u0443\u0431\u0430", "common": "\u0410\u0440\u0443\u0431\u0430"}, + "spa": {"official": "Aruba", "common": "Aruba"}, + "fin": {"official": "Aruba", "common": "Aruba"} + }, + "latlng": [12.5, -69.96666666], + "demonym": "Aruban", + "landlocked": false, + "borders": [], + "area": 180 + }, + { + "name": { + "common": "Afghanistan", + "official": "Islamic Republic of Afghanistan", + "native": { + "prs": { + "official": "\u062c\u0645\u0647\u0648\u0631\u06cc \u0627\u0633\u0644\u0627\u0645\u06cc \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646", + "common": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646" + }, + "pus": { + "official": "\u062f \u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646 \u0627\u0633\u0644\u0627\u0645\u064a \u062c\u0645\u0647\u0648\u0631\u06cc\u062a", + "common": "\u0627\u0641\u063a\u0627\u0646\u0633\u062a\u0627\u0646" + }, + "tuk": { + "official": "Owganystan Yslam Respublikasy", + "common": "Owganystan" + } + } + }, + "tld": [".af"], + "cca2": "AF", + "ccn3": "004", + "cca3": "AFG", + "cioc": "AFG", + "currency": ["AFN"], + "callingCode": ["93"], + "capital": "Kabul", + "altSpellings": ["AF", "Af\u0121\u0101nist\u0101n"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "prs": "Dari", + "pus": "Pashto", + "tuk": "Turkmen" + }, + "translations": { + "cym": {"official": "Islamic Republic of Afghanistan", "common": "Affganistan"}, + "deu": {"official": "Islamische Republik Afghanistan", "common": "Afghanistan"}, + "fra": {"official": "R\u00e9publique islamique d'Afghanistan", "common": "Afghanistan"}, + "hrv": {"official": "Islamska Republika Afganistan", "common": "Afganistan"}, + "ita": {"official": "Repubblica islamica dell'Afghanistan", "common": "Afghanistan"}, + "jpn": {"official": "\u30a2\u30d5\u30ac\u30cb\u30b9\u30bf\u30f3\u00b7\u30a4\u30b9\u30e9\u30e0\u5171\u548c\u56fd", "common": "\u30a2\u30d5\u30ac\u30cb\u30b9\u30bf\u30f3"}, + "nld": {"official": "Islamitische Republiek Afghanistan", "common": "Afghanistan"}, + "por": {"official": "Rep\u00fablica Isl\u00e2mica do Afeganist\u00e3o", "common": "Afeganist\u00e3o"}, + "rus": {"official": "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u0444\u0433\u0430\u043d\u0438\u0441\u0442\u0430\u043d", "common": "\u0410\u0444\u0433\u0430\u043d\u0438\u0441\u0442\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica Isl\u00e1mica de Afganist\u00e1n", "common": "Afganist\u00e1n"}, + "fin": {"official": "Afganistanin islamilainen tasavalta", "common": "Afganistan"} + }, + "latlng": [33, 65], + "demonym": "Afghan", + "landlocked": true, + "borders": ["IRN", "PAK", "TKM", "UZB", "TJK", "CHN"], + "area": 652230 + }, + { + "name": { + "common": "Angola", + "official": "Republic of Angola", + "native": { + "por": { + "official": "Rep\u00fablica de Angola", + "common": "Angola" + } + } + }, + "tld": [".ao"], + "cca2": "AO", + "ccn3": "024", + "cca3": "AGO", + "cioc": "ANG", + "currency": ["AOA"], + "callingCode": ["244"], + "capital": "Luanda", + "altSpellings": ["AO", "Rep\u00fablica de Angola", "\u0281\u025bpublika de an'\u0261\u0254la"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "por": "Portuguese" + }, + "translations": { + "cym": {"official": "Republic of Angola", "common": "Angola"}, + "deu": {"official": "Republik Angola", "common": "Angola"}, + "fra": {"official": "R\u00e9publique d'Angola", "common": "Angola"}, + "hrv": {"official": "Republika Angola", "common": "Angola"}, + "ita": {"official": "Repubblica dell'Angola", "common": "Angola"}, + "jpn": {"official": "\u30a2\u30f3\u30b4\u30e9\u5171\u548c\u56fd", "common": "\u30a2\u30f3\u30b4\u30e9"}, + "nld": {"official": "Republiek Angola", "common": "Angola"}, + "por": {"official": "Rep\u00fablica de Angola", "common": "Angola"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u043d\u0433\u043e\u043b\u0430", "common": "\u0410\u043d\u0433\u043e\u043b\u0430"}, + "spa": {"official": "Rep\u00fablica de Angola", "common": "Angola"}, + "fin": {"official": "Angolan tasavalta", "common": "Angola"} + }, + "latlng": [-12.5, 18.5], + "demonym": "Angolan", + "landlocked": false, + "borders": ["COG", "COD", "ZMB", "NAM"], + "area": 1246700 + }, + { + "name": { + "common": "Anguilla", + "official": "Anguilla", + "native": { + "eng": { + "official": "Anguilla", + "common": "Anguilla" + } + } + }, + "tld": [".ai"], + "cca2": "AI", + "ccn3": "660", + "cca3": "AIA", + "cioc": "", + "currency": ["XCD"], + "callingCode": ["1264"], + "capital": "The Valley", + "altSpellings": ["AI"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Anguilla", "common": "Anguilla"}, + "fra": {"official": "Anguilla", "common": "Anguilla"}, + "hrv": {"official": "Anguilla", "common": "Angvila"}, + "ita": {"official": "Anguilla", "common": "Anguilla"}, + "jpn": {"official": "\u30a2\u30f3\u30b0\u30a3\u30e9", "common": "\u30a2\u30f3\u30ae\u30e9"}, + "nld": {"official": "Anguilla", "common": "Anguilla"}, + "por": {"official": "Anguilla", "common": "Anguilla"}, + "rus": {"official": "\u0410\u043d\u0433\u0438\u043b\u044c\u044f", "common": "\u0410\u043d\u0433\u0438\u043b\u044c\u044f"}, + "spa": {"official": "Anguila", "common": "Anguilla"}, + "fin": {"official": "Anguilla", "common": "Anguilla"} + }, + "latlng": [18.25, -63.16666666], + "demonym": "Anguillian", + "landlocked": false, + "borders": [], + "area": 91 + }, + { + "name": { + "common": "\u00c5land Islands", + "official": "\u00c5land Islands", + "native": { + "swe": { + "official": "Landskapet \u00c5land", + "common": "\u00c5land" + } + } + }, + "tld": [".ax"], + "cca2": "AX", + "ccn3": "248", + "cca3": "ALA", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["358"], + "capital": "Mariehamn", + "altSpellings": ["AX", "Aaland", "Aland", "Ahvenanmaa"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "swe": "Swedish" + }, + "translations": { + "deu": {"official": "\u00c5land-Inseln", "common": "\u00c5land"}, + "fra": {"official": "Ahvenanmaa", "common": "Ahvenanmaa"}, + "hrv": {"official": "Aland Islands", "common": "\u00c5landski otoci"}, + "ita": {"official": "Isole \u00c5land", "common": "Isole Aland"}, + "jpn": {"official": "\u30aa\u30fc\u30e9\u30f3\u30c9\u8af8\u5cf6", "common": "\u30aa\u30fc\u30e9\u30f3\u30c9\u8af8\u5cf6"}, + "nld": {"official": "\u00c5land eilanden", "common": "\u00c5landeilanden"}, + "por": {"official": "Ilhas \u00c5land", "common": "Al\u00e2ndia"}, + "rus": {"official": "\u0410\u043b\u0430\u043d\u0434\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0410\u043b\u0430\u043d\u0434\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Islas \u00c5land", "common": "Alandia"}, + "fin": {"official": "Ahvenanmaan maakunta", "common": "Ahvenanmaa"} + }, + "latlng": [60.116667, 19.9], + "demonym": "\u00c5landish", + "landlocked": false, + "borders": [], + "area": 1580 + }, + { + "name": { + "common": "Albania", + "official": "Republic of Albania", + "native": { + "sqi": { + "official": "Republika e Shqip\u00ebris\u00eb", + "common": "Shqip\u00ebria" + } + } + }, + "tld": [".al"], + "cca2": "AL", + "ccn3": "008", + "cca3": "ALB", + "cioc": "ALB", + "currency": ["ALL"], + "callingCode": ["355"], + "capital": "Tirana", + "altSpellings": ["AL", "Shqip\u00ebri", "Shqip\u00ebria", "Shqipnia"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "sqi": "Albanian" + }, + "translations": { + "cym": {"official": "Republic of Albania", "common": "Albania"}, + "deu": {"official": "Republik Albanien", "common": "Albanien"}, + "fra": {"official": "R\u00e9publique d'Albanie", "common": "Albanie"}, + "hrv": {"official": "Republika Albanija", "common": "Albanija"}, + "ita": {"official": "Repubblica d'Albania", "common": "Albania"}, + "jpn": {"official": "\u30a2\u30eb\u30d0\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30a2\u30eb\u30d0\u30cb\u30a2"}, + "nld": {"official": "Republiek Albani\u00eb", "common": "Albani\u00eb"}, + "por": {"official": "Rep\u00fablica da Alb\u00e2nia", "common": "Alb\u00e2nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u043b\u0431\u0430\u043d\u0438\u044f", "common": "\u0410\u043b\u0431\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Albania", "common": "Albania"}, + "fin": {"official": "Albanian tasavalta", "common": "Albania"} + }, + "latlng": [41, 20], + "demonym": "Albanian", + "landlocked": false, + "borders": ["MNE", "GRC", "MKD", "KOS"], + "area": 28748 + }, + { + "name": { + "common": "Andorra", + "official": "Principality of Andorra", + "native": { + "cat": { + "official": "Principat d'Andorra", + "common": "Andorra" + } + } + }, + "tld": [".ad"], + "cca2": "AD", + "ccn3": "020", + "cca3": "AND", + "cioc": "AND", + "currency": ["EUR"], + "callingCode": ["376"], + "capital": "Andorra la Vella", + "altSpellings": ["AD", "Principality of Andorra", "Principat d'Andorra"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "cat": "Catalan" + }, + "translations": { + "cym": {"official": "Principality of Andorra", "common": "Andorra"}, + "deu": {"official": "F\u00fcrstentum Andorra", "common": "Andorra"}, + "fra": {"official": "Principaut\u00e9 d'Andorre", "common": "Andorre"}, + "hrv": {"official": "Kne\u017eevina Andora", "common": "Andora"}, + "ita": {"official": "Principato di Andorra", "common": "Andorra"}, + "jpn": {"official": "\u30a2\u30f3\u30c9\u30e9\u516c\u56fd", "common": "\u30a2\u30f3\u30c9\u30e9"}, + "nld": {"official": "Prinsdom Andorra", "common": "Andorra"}, + "por": {"official": "Principado de Andorra", "common": "Andorra"}, + "rus": {"official": "\u041a\u043d\u044f\u0436\u0435\u0441\u0442\u0432\u043e \u0410\u043d\u0434\u043e\u0440\u0440\u0430", "common": "\u0410\u043d\u0434\u043e\u0440\u0440\u0430"}, + "spa": {"official": "Principado de Andorra", "common": "Andorra"}, + "fin": {"official": "Andorran ruhtinaskunta", "common": "Andorra"} + }, + "latlng": [42.5, 1.5], + "demonym": "Andorran", + "landlocked": true, + "borders": ["FRA", "ESP"], + "area": 468 + }, + { + "name": { + "common": "United Arab Emirates", + "official": "United Arab Emirates", + "native": { + "ara": { + "official": "\u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629", + "common": "\u062f\u0648\u0644\u0629 \u0627\u0644\u0625\u0645\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0645\u062a\u062d\u062f\u0629" + } + } + }, + "tld": [".ae", "\u0627\u0645\u0627\u0631\u0627\u062a."], + "cca2": "AE", + "ccn3": "784", + "cca3": "ARE", + "cioc": "UAE", + "currency": ["AED"], + "callingCode": ["971"], + "capital": "Abu Dhabi", + "altSpellings": ["AE", "UAE", "Emirates"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Vereinigte Arabische Emirate", "common": "Vereinigte Arabische Emirate"}, + "fra": {"official": "\u00c9mirats arabes unis", "common": "\u00c9mirats arabes unis"}, + "hrv": {"official": "Ujedinjeni Arapski Emirati", "common": "Ujedinjeni Arapski Emirati"}, + "ita": {"official": "Emirati Arabi Uniti", "common": "Emirati Arabi Uniti"}, + "jpn": {"official": "\u30a2\u30e9\u30d6\u9996\u9577\u56fd\u9023\u90a6", "common": "\u30a2\u30e9\u30d6\u9996\u9577\u56fd\u9023\u90a6"}, + "nld": {"official": "Verenigde Arabische Emiraten", "common": "Verenigde Arabische Emiraten"}, + "por": {"official": "Emirados \u00c1rabes Unidos", "common": "Emirados \u00c1rabes Unidos"}, + "rus": {"official": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0410\u0440\u0430\u0431\u0441\u043a\u0438\u0435 \u042d\u043c\u0438\u0440\u0430\u0442\u044b", "common": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0451\u043d\u043d\u044b\u0435 \u0410\u0440\u0430\u0431\u0441\u043a\u0438\u0435 \u042d\u043c\u0438\u0440\u0430\u0442\u044b"}, + "spa": {"official": "Emiratos \u00c1rabes Unidos", "common": "Emiratos \u00c1rabes Unidos"}, + "fin": {"official": "Yhdistyneet arabiemiirikunnat", "common": "Arabiemiraatit"} + }, + "latlng": [24, 54], + "demonym": "Emirati", + "landlocked": false, + "borders": ["OMN", "SAU"], + "area": 83600 + }, + { + "name": { + "common": "Argentina", + "official": "Argentine Republic", + "native": { + "grn": { + "official": "Argentine Republic", + "common": "Argentina" + }, + "spa": { + "official": "Rep\u00fablica Argentina", + "common": "Argentina" + } + } + }, + "tld": [".ar"], + "cca2": "AR", + "ccn3": "032", + "cca3": "ARG", + "cioc": "ARG", + "currency": ["ARS"], + "callingCode": ["54"], + "capital": "Buenos Aires", + "altSpellings": ["AR", "Argentine Republic", "Rep\u00fablica Argentina"], + "region": "Americas", + "subregion": "South America", + "languages": { + "grn": "Guaran\u00ed", + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Argentine Republic", "common": "Ariannin"}, + "deu": {"official": "Argentinische Republik", "common": "Argentinien"}, + "fra": {"official": "R\u00e9publique argentine", "common": "Argentine"}, + "hrv": {"official": "Argentinski Republika", "common": "Argentina"}, + "ita": {"official": "Repubblica Argentina", "common": "Argentina"}, + "jpn": {"official": "\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3\u5171\u548c\u56fd", "common": "\u30a2\u30eb\u30bc\u30f3\u30c1\u30f3"}, + "nld": {"official": "Argentijnse Republiek", "common": "Argentini\u00eb"}, + "por": {"official": "Rep\u00fablica Argentina", "common": "Argentina"}, + "rus": {"official": "\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0410\u0440\u0433\u0435\u043d\u0442\u0438\u043d\u0430"}, + "spa": {"official": "Rep\u00fablica Argentina", "common": "Argentina"}, + "fin": {"official": "Argentiinan tasavalta", "common": "Argentiina"} + }, + "latlng": [-34, -64], + "demonym": "Argentinean", + "landlocked": false, + "borders": ["BOL", "BRA", "CHL", "PRY", "URY"], + "area": 2780400 + }, + { + "name": { + "common": "Armenia", + "official": "Republic of Armenia", + "native": { + "hye": { + "official": "\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\u056b \u0540\u0561\u0576\u0580\u0561\u057a\u0565\u057f\u0578\u0582\u0569\u0575\u0578\u0582\u0576", + "common": "\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576" + }, + "rus": { + "official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u0440\u043c\u0435\u043d\u0438\u044f", + "common": "\u0410\u0440\u043c\u0435\u043d\u0438\u044f" + } + } + }, + "tld": [".am"], + "cca2": "AM", + "ccn3": "051", + "cca3": "ARM", + "cioc": "ARM", + "currency": ["AMD"], + "callingCode": ["374"], + "capital": "Yerevan", + "altSpellings": ["AM", "Hayastan", "Republic of Armenia", "\u0540\u0561\u0575\u0561\u057d\u057f\u0561\u0576\u056b \u0540\u0561\u0576\u0580\u0561\u057a\u0565\u057f\u0578\u0582\u0569\u0575\u0578\u0582\u0576"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "hye": "Armenian", + "rus": "Russian" + }, + "translations": { + "cym": {"official": "Republic of Armenia", "common": "Armenia"}, + "deu": {"official": "Republik Armenien", "common": "Armenien"}, + "fra": {"official": "R\u00e9publique d'Arm\u00e9nie", "common": "Arm\u00e9nie"}, + "hrv": {"official": "Republika Armenija", "common": "Armenija"}, + "ita": {"official": "Repubblica di Armenia", "common": "Armenia"}, + "jpn": {"official": "\u30a2\u30eb\u30e1\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30a2\u30eb\u30e1\u30cb\u30a2"}, + "nld": {"official": "Republiek Armeni\u00eb", "common": "Armeni\u00eb"}, + "por": {"official": "Rep\u00fablica da Arm\u00e9nia", "common": "Arm\u00e9nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u0440\u043c\u0435\u043d\u0438\u044f", "common": "\u0410\u0440\u043c\u0435\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Armenia", "common": "Armenia"}, + "fin": {"official": "Armenian tasavalta", "common": "Armenia"} + }, + "latlng": [40, 45], + "demonym": "Armenian", + "landlocked": true, + "borders": ["AZE", "GEO", "IRN", "TUR"], + "area": 29743 + }, + { + "name": { + "common": "American Samoa", + "official": "American Samoa", + "native": { + "eng": { + "official": "American Samoa", + "common": "American Samoa" + }, + "smo": { + "official": "S\u0101moa Amelika", + "common": "S\u0101moa Amelika" + } + } + }, + "tld": [".as"], + "cca2": "AS", + "ccn3": "016", + "cca3": "ASM", + "cioc": "ASA", + "currency": ["USD"], + "callingCode": ["1684"], + "capital": "Pago Pago", + "altSpellings": ["AS", "Amerika S\u0101moa", "Amelika S\u0101moa", "S\u0101moa Amelika"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "smo": "Samoan" + }, + "translations": { + "deu": {"official": "Amerikanisch-Samoa", "common": "Amerikanisch-Samoa"}, + "fra": {"official": "Samoa am\u00e9ricaines", "common": "Samoa am\u00e9ricaines"}, + "hrv": {"official": "ameri\u010dka Samoa", "common": "Ameri\u010dka Samoa"}, + "ita": {"official": "Samoa americane", "common": "Samoa Americane"}, + "jpn": {"official": "\u7c73\u30b5\u30e2\u30a2", "common": "\u30a2\u30e1\u30ea\u30ab\u9818\u30b5\u30e2\u30a2"}, + "nld": {"official": "Amerikaans Samoa", "common": "Amerikaans Samoa"}, + "por": {"official": "Samoa americana", "common": "Samoa Americana"}, + "rus": {"official": "\u0430\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0435 \u0421\u0430\u043c\u043e\u0430", "common": "\u0410\u043c\u0435\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u043e\u0435 \u0421\u0430\u043c\u043e\u0430"}, + "spa": {"official": "Samoa Americana", "common": "Samoa Americana"}, + "fin": {"official": "Amerikan Samoa", "common": "Amerikan Samoa"} + }, + "latlng": [-14.33333333, -170], + "demonym": "American Samoan", + "landlocked": false, + "borders": [], + "area": 199 + }, + { + "name": { + "common": "Antarctica", + "official": "Antarctica", + "native": {} + }, + "tld": [".aq"], + "cca2": "AQ", + "ccn3": "010", + "cca3": "ATA", + "cioc": "", + "currency": [], + "callingCode": [], + "capital": "", + "altSpellings": ["AQ"], + "region": "", + "subregion": "", + "languages": {}, + "translations": { + "cym": {"official": "Antarctica", "common": "Antarctica"}, + "deu": {"official": "Antarktika", "common": "Antarktis"}, + "fra": {"official": "Antarctique", "common": "Antarctique"}, + "hrv": {"official": "Antarktika", "common": "Antarktika"}, + "ita": {"official": "Antartide", "common": "Antartide"}, + "jpn": {"official": "\u5357\u6975\u5927\u9678", "common": "\u5357\u6975"}, + "nld": {"official": "Antarctica", "common": "Antarctica"}, + "por": {"official": "Ant\u00e1rtica", "common": "Ant\u00e1rtida"}, + "rus": {"official": "\u0410\u043d\u0442\u0430\u0440\u043a\u0442\u0438\u0434\u0430", "common": "\u0410\u043d\u0442\u0430\u0440\u043a\u0442\u0438\u0434\u0430"}, + "spa": {"official": "Ant\u00e1rtida", "common": "Ant\u00e1rtida"}, + "fin": {"official": "Etel\u00e4manner", "common": "Etel\u00e4manner"} + }, + "latlng": [-90, 0], + "demonym": "Antarctican", + "landlocked": false, + "borders": [], + "area": 14000000 + }, + { + "name": { + "common": "French Southern and Antarctic Lands", + "official": "Territory of the French Southern and Antarctic Lands", + "native": { + "fra": { + "official": "Territoire des Terres australes et antarctiques fran\u00e7aises", + "common": "Terres australes et antarctiques fran\u00e7aises" + } + } + }, + "tld": [".tf"], + "cca2": "TF", + "ccn3": "260", + "cca3": "ATF", + "cioc": "", + "currency": ["EUR"], + "callingCode": [], + "capital": "Port-aux-Fran\u00e7ais", + "altSpellings": ["TF", "French Southern Territories"], + "region": "", + "subregion": "", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Gebiet der Franz\u00f6sisch S\u00fcd-und Antarktisgebiete", "common": "Franz\u00f6sische S\u00fcd-und Antarktisgebiete"}, + "fra": {"official": "Territoire des Terres australes et antarctiques fran\u00e7aises", "common": "Terres australes et antarctiques fran\u00e7aises"}, + "hrv": {"official": "Teritoriju Francuski ju\u017eni i antarkti\u010dki teritoriji", "common": "Francuski ju\u017eni i antarkti\u010dki teritoriji"}, + "ita": {"official": "Territorio della australi e antartiche francesi Terre", "common": "Territori Francesi del Sud"}, + "jpn": {"official": "\u30d5\u30e9\u30f3\u30b9\u9818\u5357\u65b9\u00b7\u5357\u6975\u5730\u57df\u306e\u9818\u571f", "common": "\u30d5\u30e9\u30f3\u30b9\u9818\u5357\u65b9\u30fb\u5357\u6975\u5730\u57df"}, + "nld": {"official": "Grondgebied van de Franse Zuidelijke en Antarctische gebieden", "common": "Franse Gebieden in de zuidelijke Indische Oceaan"}, + "por": {"official": "Territ\u00f3rio do Sul e Ant\u00e1rtica Francesa", "common": "Terras Austrais e Ant\u00e1rticas Francesas"}, + "rus": {"official": "\u0422\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0435 \u042e\u0436\u043d\u044b\u0435 \u0438 \u0410\u043d\u0442\u0430\u0440\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0437\u0435\u043c\u043b\u0438", "common": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0438\u0435 \u042e\u0436\u043d\u044b\u0435 \u0438 \u0410\u043d\u0442\u0430\u0440\u043a\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u0438"}, + "spa": {"official": "Territorio del Franc\u00e9s Tierras australes y ant\u00e1rticas", "common": "Tierras Australes y Ant\u00e1rticas Francesas"}, + "fin": {"official": "Ranskan etel\u00e4iset ja antarktiset alueet", "common": "Ranskan etel\u00e4iset ja antarktiset alueet"} + }, + "latlng": [-49.25, 69.167], + "demonym": "French", + "landlocked": false, + "borders": [], + "area": 7747 + }, + { + "name": { + "common": "Antigua and Barbuda", + "official": "Antigua and Barbuda", + "native": { + "eng": { + "official": "Antigua and Barbuda", + "common": "Antigua and Barbuda" + } + } + }, + "tld": [".ag"], + "cca2": "AG", + "ccn3": "028", + "cca3": "ATG", + "cioc": "ANT", + "currency": ["XCD"], + "callingCode": ["1268"], + "capital": "Saint John's", + "altSpellings": ["AG"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Antigua and Barbuda", "common": "Antigwa a Barbiwda"}, + "deu": {"official": "Antigua und Barbuda", "common": "Antigua und Barbuda"}, + "fra": {"official": "Antigua -et-Barbuda", "common": "Antigua-et-Barbuda"}, + "hrv": {"official": "Antigva i Barbuda", "common": "Antigva i Barbuda"}, + "ita": {"official": "Antigua e Barbuda", "common": "Antigua e Barbuda"}, + "jpn": {"official": "\u30a2\u30f3\u30c1\u30b0\u30a2\u30d0\u30fc\u30d6\u30fc\u30c0", "common": "\u30a2\u30f3\u30c6\u30a3\u30b0\u30a2\u30fb\u30d0\u30fc\u30d6\u30fc\u30c0"}, + "nld": {"official": "Antigua en Barbuda", "common": "Antigua en Barbuda"}, + "por": {"official": "Antigua e Barbuda", "common": "Ant\u00edgua e Barbuda"}, + "rus": {"official": "\u0410\u043d\u0442\u0438\u0433\u0443\u0430 \u0438 \u0411\u0430\u0440\u0431\u0443\u0434\u0430", "common": "\u0410\u043d\u0442\u0438\u0433\u0443\u0430 \u0438 \u0411\u0430\u0440\u0431\u0443\u0434\u0430"}, + "spa": {"official": "Antigua y Barbuda", "common": "Antigua y Barbuda"}, + "fin": {"official": "Antigua ja Barbuda", "common": "Antigua ja Barbuda"} + }, + "latlng": [17.05, -61.8], + "demonym": "Antiguan, Barbudan", + "landlocked": false, + "borders": [], + "area": 442 + }, + { + "name": { + "common": "Australia", + "official": "Commonwealth of Australia", + "native": { + "eng": { + "official": "Commonwealth of Australia", + "common": "Australia" + } + } + }, + "tld": [".au"], + "cca2": "AU", + "ccn3": "036", + "cca3": "AUS", + "cioc": "AUS", + "currency": ["AUD"], + "callingCode": ["61"], + "capital": "Canberra", + "altSpellings": ["AU"], + "region": "Oceania", + "subregion": "Australia and New Zealand", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Commonwealth of Australia", "common": "Awstralia"}, + "deu": {"official": "Commonwealth Australien", "common": "Australien"}, + "fra": {"official": "Australie", "common": "Australie"}, + "hrv": {"official": "Commonwealth of Australia", "common": "Australija"}, + "ita": {"official": "Commonwealth dell'Australia", "common": "Australia"}, + "jpn": {"official": "\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2\u9023\u90a6", "common": "\u30aa\u30fc\u30b9\u30c8\u30e9\u30ea\u30a2"}, + "nld": {"official": "Gemenebest van Australi\u00eb", "common": "Australi\u00eb"}, + "por": {"official": "Comunidade da Austr\u00e1lia", "common": "Austr\u00e1lia"}, + "rus": {"official": "\u0421\u043e\u0434\u0440\u0443\u0436\u0435\u0441\u0442\u0432\u043e \u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u0438", "common": "\u0410\u0432\u0441\u0442\u0440\u0430\u043b\u0438\u044f"}, + "spa": {"official": "Mancomunidad de Australia", "common": "Australia"}, + "fin": {"official": "Australian liittovaltio", "common": "Australia"} + }, + "latlng": [-27, 133], + "demonym": "Australian", + "landlocked": false, + "borders": [], + "area": 7692024 + }, + { + "name": { + "common": "Austria", + "official": "Republic of Austria", + "native": { + "bar": { + "official": "Republik \u00d6sterreich", + "common": "\u00d6sterreich" + } + } + }, + "tld": [".at"], + "cca2": "AT", + "ccn3": "040", + "cca3": "AUT", + "cioc": "AUT", + "currency": ["EUR"], + "callingCode": ["43"], + "capital": "Vienna", + "altSpellings": ["AT", "Osterreich", "Oesterreich"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "bar": "Austro-Bavarian German" + }, + "translations": { + "cym": {"official": "Republic of Austria", "common": "Awstria"}, + "deu": {"official": "Republik \u00d6sterreich", "common": "\u00d6sterreich"}, + "fra": {"official": "R\u00e9publique d'Autriche", "common": "Autriche"}, + "hrv": {"official": "Republika Austrija", "common": "Austrija"}, + "ita": {"official": "Repubblica d'Austria", "common": "Austria"}, + "jpn": {"official": "\u30aa\u30fc\u30b9\u30c8\u30ea\u30a2\u5171\u548c\u56fd", "common": "\u30aa\u30fc\u30b9\u30c8\u30ea\u30a2"}, + "nld": {"official": "Republiek Oostenrijk", "common": "Oostenrijk"}, + "por": {"official": "Rep\u00fablica da \u00c1ustria", "common": "\u00c1ustria"}, + "rus": {"official": "\u0410\u0432\u0441\u0442\u0440\u0438\u0439\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0410\u0432\u0441\u0442\u0440\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Austria", "common": "Austria"}, + "fin": {"official": "It\u00e4vallan tasavalta", "common": "It\u00e4valta"} + }, + "latlng": [47.33333333, 13.33333333], + "demonym": "Austrian", + "landlocked": true, + "borders": ["CZE", "DEU", "HUN", "ITA", "LIE", "SVK", "SVN", "CHE"], + "area": 83871 + }, + { + "name": { + "common": "Azerbaijan", + "official": "Republic of Azerbaijan", + "native": { + "aze": { + "official": "Az\u0259rbaycan Respublikas\u0131", + "common": "Az\u0259rbaycan" + }, + "rus": { + "official": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "common": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d" + } + } + }, + "tld": [".az"], + "cca2": "AZ", + "ccn3": "031", + "cca3": "AZE", + "cioc": "AZE", + "currency": ["AZN"], + "callingCode": ["994"], + "capital": "Baku", + "altSpellings": ["AZ", "Republic of Azerbaijan", "Az\u0259rbaycan Respublikas\u0131"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "aze": "Azerbaijani", + "rus": "Russian" + }, + "translations": { + "cym": {"official": "Republic of Azerbaijan", "common": "Aserbaijan"}, + "deu": {"official": "Republik Aserbaidschan", "common": "Aserbaidschan"}, + "fra": {"official": "R\u00e9publique d'Azerba\u00efdjan", "common": "Azerba\u00efdjan"}, + "hrv": {"official": "Republika Azerbajd\u017ean", "common": "Azerbajd\u017ean"}, + "ita": {"official": "Repubblica dell'Azerbaigian", "common": "Azerbaijan"}, + "jpn": {"official": "\u30a2\u30bc\u30eb\u30d0\u30a4\u30b8\u30e3\u30f3\u5171\u548c\u56fd", "common": "\u30a2\u30bc\u30eb\u30d0\u30a4\u30b8\u30e3\u30f3"}, + "nld": {"official": "Republiek Azerbeidzjan", "common": "Azerbeidzjan"}, + "por": {"official": "Rep\u00fablica do Azerbaij\u00e3o", "common": "Azerbeij\u00e3o"}, + "rus": {"official": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0410\u0437\u0435\u0440\u0431\u0430\u0439\u0434\u0436\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Azerbaiy\u00e1n", "common": "Azerbaiy\u00e1n"}, + "fin": {"official": "Azerbaidzanin tasavalta", "common": "Azerbaidzan"} + }, + "latlng": [40.5, 47.5], + "demonym": "Azerbaijani", + "landlocked": true, + "borders": ["ARM", "GEO", "IRN", "RUS", "TUR"], + "area": 86600 + }, + { + "name": { + "common": "Burundi", + "official": "Republic of Burundi", + "native": { + "fra": { + "official": "R\u00e9publique du Burundi", + "common": "Burundi" + }, + "run": { + "official": "Republika y'Uburundi ", + "common": "Uburundi" + } + } + }, + "tld": [".bi"], + "cca2": "BI", + "ccn3": "108", + "cca3": "BDI", + "cioc": "BDI", + "currency": ["BIF"], + "callingCode": ["257"], + "capital": "Bujumbura", + "altSpellings": ["BI", "Republic of Burundi", "Republika y'Uburundi", "R\u00e9publique du Burundi"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "fra": "French", + "run": "Kirundi" + }, + "translations": { + "cym": {"official": "Republic of Burundi", "common": "Bwrwndi"}, + "deu": {"official": "Republik Burundi", "common": "Burundi"}, + "fra": {"official": "R\u00e9publique du Burundi", "common": "Burundi"}, + "hrv": {"official": "Burundi", "common": "Burundi"}, + "ita": {"official": "Repubblica del Burundi", "common": "Burundi"}, + "jpn": {"official": "\u30d6\u30eb\u30f3\u30b8\u5171\u548c\u56fd", "common": "\u30d6\u30eb\u30f3\u30b8"}, + "nld": {"official": "Republiek Burundi", "common": "Burundi"}, + "por": {"official": "Rep\u00fablica do Burundi", "common": "Burundi"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0443\u0440\u0443\u043d\u0434\u0438", "common": "\u0411\u0443\u0440\u0443\u043d\u0434\u0438"}, + "spa": {"official": "Rep\u00fablica de Burundi", "common": "Burundi"}, + "fin": {"official": "Burundin tasavalta", "common": "Burundi"} + }, + "latlng": [-3.5, 30], + "demonym": "Burundian", + "landlocked": true, + "borders": ["COD", "RWA", "TZA"], + "area": 27834 + }, + { + "name": { + "common": "Belgium", + "official": "Kingdom of Belgium", + "native": { + "deu": { + "official": "K\u00f6nigreich Belgien", + "common": "Belgien" + }, + "fra": { + "official": "Royaume de Belgique", + "common": "Belgique" + }, + "nld": { + "official": "Koninkrijk Belgi\u00eb", + "common": "Belgi\u00eb" + } + } + }, + "tld": [".be"], + "cca2": "BE", + "ccn3": "056", + "cca3": "BEL", + "cioc": "BEL", + "currency": ["EUR"], + "callingCode": ["32"], + "capital": "Brussels", + "altSpellings": ["BE", "Belgi\u00eb", "Belgie", "Belgien", "Belgique", "Kingdom of Belgium", "Koninkrijk Belgi\u00eb", "Royaume de Belgique", "K\u00f6nigreich Belgien"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "deu": "German", + "fra": "French", + "nld": "Dutch" + }, + "translations": { + "cym": {"official": "Kingdom of Belgium", "common": "Gwlad Belg"}, + "deu": {"official": "K\u00f6nigreich Belgien", "common": "Belgien"}, + "fra": {"official": "Royaume de Belgique", "common": "Belgique"}, + "hrv": {"official": "Kraljevina Belgija", "common": "Belgija"}, + "ita": {"official": "Regno del Belgio", "common": "Belgio"}, + "jpn": {"official": "\u30d9\u30eb\u30ae\u30fc\u738b\u56fd", "common": "\u30d9\u30eb\u30ae\u30fc"}, + "nld": {"official": "Koninkrijk Belgi\u00eb", "common": "Belgi\u00eb"}, + "por": {"official": "Reino da B\u00e9lgica", "common": "B\u00e9lgica"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0411\u0435\u043b\u044c\u0433\u0438\u044f", "common": "\u0411\u0435\u043b\u044c\u0433\u0438\u044f"}, + "spa": {"official": "Reino de B\u00e9lgica", "common": "B\u00e9lgica"}, + "fin": {"official": "Belgian kuningaskunta", "common": "Belgia"} + }, + "latlng": [50.83333333, 4], + "demonym": "Belgian", + "landlocked": false, + "borders": ["FRA", "DEU", "LUX", "NLD"], + "area": 30528 + }, + { + "name": { + "common": "Benin", + "official": "Republic of Benin", + "native": { + "fra": { + "official": "R\u00e9publique du B\u00e9nin", + "common": "B\u00e9nin" + } + } + }, + "tld": [".bj"], + "cca2": "BJ", + "ccn3": "204", + "cca3": "BEN", + "cioc": "BEN", + "currency": ["XOF"], + "callingCode": ["229"], + "capital": "Porto-Novo", + "altSpellings": ["BJ", "Republic of Benin", "R\u00e9publique du B\u00e9nin"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "cym": {"official": "Republic of Benin", "common": "Benin"}, + "deu": {"official": "Republik Benin", "common": "Benin"}, + "fra": {"official": "R\u00e9publique du B\u00e9nin", "common": "B\u00e9nin"}, + "hrv": {"official": "Republika Benin", "common": "Benin"}, + "ita": {"official": "Repubblica del Benin", "common": "Benin"}, + "jpn": {"official": "\u30d9\u30ca\u30f3\u5171\u548c\u56fd", "common": "\u30d9\u30ca\u30f3"}, + "nld": {"official": "Republiek Benin", "common": "Benin"}, + "por": {"official": "Rep\u00fablica do Benin", "common": "Benin"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0435\u043d\u0438\u043d", "common": "\u0411\u0435\u043d\u0438\u043d"}, + "spa": {"official": "Rep\u00fablica de Benin", "common": "Ben\u00edn"}, + "fin": {"official": "Beninin tasavalta", "common": "Benin"} + }, + "latlng": [9.5, 2.25], + "demonym": "Beninese", + "landlocked": false, + "borders": ["BFA", "NER", "NGA", "TGO"], + "area": 112622 + }, + { + "name": { + "common": "Burkina Faso", + "official": "Burkina Faso", + "native": { + "fra": { + "official": "R\u00e9publique du Burkina", + "common": "Burkina Faso" + } + } + }, + "tld": [".bf"], + "cca2": "BF", + "ccn3": "854", + "cca3": "BFA", + "cioc": "BUR", + "currency": ["XOF"], + "callingCode": ["226"], + "capital": "Ouagadougou", + "altSpellings": ["BF"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "cym": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "deu": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "fra": {"official": "R\u00e9publique du Burkina", "common": "Burkina Faso"}, + "hrv": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "ita": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "jpn": {"official": "\u30d6\u30eb\u30ad\u30ca\u30d5\u30a1\u30bd", "common": "\u30d6\u30eb\u30ad\u30ca\u30d5\u30a1\u30bd"}, + "nld": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "por": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "rus": {"official": "\u0411\u0443\u0440\u043a\u0438\u043d\u0430 -\u0424\u0430\u0441\u043e", "common": "\u0411\u0443\u0440\u043a\u0438\u043d\u0430-\u0424\u0430\u0441\u043e"}, + "spa": {"official": "Burkina Faso", "common": "Burkina Faso"}, + "fin": {"official": "Burkina Faso", "common": "Burkina Faso"} + }, + "latlng": [13, -2], + "demonym": "Burkinabe", + "landlocked": true, + "borders": ["BEN", "CIV", "GHA", "MLI", "NER", "TGO"], + "area": 272967 + }, + { + "name": { + "common": "Bangladesh", + "official": "People's Republic of Bangladesh", + "native": { + "ben": { + "official": "\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6 \u0997\u09a3\u09aa\u09cd\u09b0\u099c\u09be\u09a4\u09a8\u09cd\u09a4\u09cd\u09b0\u09c0", + "common": "\u09ac\u09be\u0982\u09b2\u09be\u09a6\u09c7\u09b6" + } + } + }, + "tld": [".bd"], + "cca2": "BD", + "ccn3": "050", + "cca3": "BGD", + "cioc": "BAN", + "currency": ["BDT"], + "callingCode": ["880"], + "capital": "Dhaka", + "altSpellings": ["BD", "People's Republic of Bangladesh", "G\u00f4n\u00f4pr\u00f4jat\u00f4ntri Bangladesh"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "ben": "Bengali" + }, + "translations": { + "cym": {"official": "People's Republic of Bangladesh", "common": "Bangladesh"}, + "deu": {"official": "Volksrepublik Bangladesch", "common": "Bangladesch"}, + "fra": {"official": "La R\u00e9publique populaire du Bangladesh", "common": "Bangladesh"}, + "hrv": {"official": "Narodna Republika Banglade\u0161", "common": "Banglade\u0161"}, + "ita": {"official": "Repubblica popolare del Bangladesh", "common": "Bangladesh"}, + "jpn": {"official": "\u30d0\u30f3\u30b0\u30e9\u30c7\u30b7\u30e5\u4eba\u6c11\u5171\u548c\u56fd", "common": "\u30d0\u30f3\u30b0\u30e9\u30c7\u30b7\u30e5"}, + "nld": {"official": "Volksrepubliek Bangladesh", "common": "Bangladesh"}, + "por": {"official": "Rep\u00fablica Popular do Bangladesh", "common": "Bangladesh"}, + "rus": {"official": "\u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0430\u043d\u0433\u043b\u0430\u0434\u0435\u0448", "common": "\u0411\u0430\u043d\u0433\u043b\u0430\u0434\u0435\u0448"}, + "spa": {"official": "Rep\u00fablica Popular de Bangladesh", "common": "Bangladesh"}, + "fin": {"official": "Bangladeshin kansantasavalta", "common": "Bangladesh"} + }, + "latlng": [24, 90], + "demonym": "Bangladeshi", + "landlocked": false, + "borders": ["MMR", "IND"], + "area": 147570 + }, + { + "name": { + "common": "Bulgaria", + "official": "Republic of Bulgaria", + "native": { + "bul": { + "official": "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f", + "common": "\u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f" + } + } + }, + "tld": [".bg"], + "cca2": "BG", + "ccn3": "100", + "cca3": "BGR", + "cioc": "BUL", + "currency": ["BGN"], + "callingCode": ["359"], + "capital": "Sofia", + "altSpellings": ["BG", "Republic of Bulgaria", "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u044a\u043b\u0433\u0430\u0440\u0438\u044f"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "bul": "Bulgarian" + }, + "translations": { + "cym": {"official": "Republic of Bulgaria", "common": "Bwlgaria"}, + "deu": {"official": "Republik Bulgarien", "common": "Bulgarien"}, + "fra": {"official": "R\u00e9publique de Bulgarie", "common": "Bulgarie"}, + "hrv": {"official": "Republika Bugarska", "common": "Bugarska"}, + "ita": {"official": "Repubblica di Bulgaria", "common": "Bulgaria"}, + "jpn": {"official": "\u30d6\u30eb\u30ac\u30ea\u30a2\u5171\u548c\u56fd", "common": "\u30d6\u30eb\u30ac\u30ea\u30a2"}, + "nld": {"official": "Republiek Bulgarije", "common": "Bulgarije"}, + "por": {"official": "Rep\u00fablica da Bulg\u00e1ria", "common": "Bulg\u00e1ria"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u043e\u043b\u0433\u0430\u0440\u0438\u044f", "common": "\u0411\u043e\u043b\u0433\u0430\u0440\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Bulgaria", "common": "Bulgaria"}, + "fin": {"official": "Bulgarian tasavalta", "common": "Bulgaria"} + }, + "latlng": [43, 25], + "demonym": "Bulgarian", + "landlocked": false, + "borders": ["GRC", "MKD", "ROU", "SRB", "TUR"], + "area": 110879 + }, + { + "name": { + "common": "Bahrain", + "official": "Kingdom of Bahrain", + "native": { + "ara": { + "official": "\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0628\u062d\u0631\u064a\u0646", + "common": "\u200f\u0627\u0644\u0628\u062d\u0631\u064a\u0646" + } + } + }, + "tld": [".bh"], + "cca2": "BH", + "ccn3": "048", + "cca3": "BHR", + "cioc": "BRN", + "currency": ["BHD"], + "callingCode": ["973"], + "capital": "Manama", + "altSpellings": ["BH", "Kingdom of Bahrain", "Mamlakat al-Ba\u1e25rayn"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "cym": {"official": "Kingdom of Bahrain", "common": "Bahrain"}, + "deu": {"official": "K\u00f6nigreich Bahrain", "common": "Bahrain"}, + "fra": {"official": "Royaume de Bahre\u00efn", "common": "Bahre\u00efn"}, + "hrv": {"official": "Kraljevina Bahrein", "common": "Bahrein"}, + "ita": {"official": "Regno del Bahrain", "common": "Bahrein"}, + "jpn": {"official": "\u30d0\u30fc\u30ec\u30fc\u30f3\u738b\u56fd", "common": "\u30d0\u30fc\u30ec\u30fc\u30f3"}, + "nld": {"official": "Koninkrijk Bahrein", "common": "Bahrein"}, + "por": {"official": "Reino do Bahrein", "common": "Bahrein"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0411\u0430\u0445\u0440\u0435\u0439\u043d", "common": "\u0411\u0430\u0445\u0440\u0435\u0439\u043d"}, + "spa": {"official": "Reino de Bahrein", "common": "Bahrein"}, + "fin": {"official": "Bahrainin kuningaskunta", "common": "Bahrain"} + }, + "latlng": [26, 50.55], + "demonym": "Bahraini", + "landlocked": false, + "borders": [], + "area": 765 + }, + { + "name": { + "common": "Bahamas", + "official": "Commonwealth of the Bahamas", + "native": { + "eng": { + "official": "Commonwealth of the Bahamas", + "common": "Bahamas" + } + } + }, + "tld": [".bs"], + "cca2": "BS", + "ccn3": "044", + "cca3": "BHS", + "cioc": "BAH", + "currency": ["BSD"], + "callingCode": ["1242"], + "capital": "Nassau", + "altSpellings": ["BS", "Commonwealth of the Bahamas"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Commonwealth of the Bahamas", "common": "Bahamas"}, + "deu": {"official": "Commonwealth der Bahamas", "common": "Bahamas"}, + "fra": {"official": "Commonwealth des Bahamas", "common": "Bahamas"}, + "hrv": {"official": "Zajednica Bahama", "common": "Bahami"}, + "ita": {"official": "Commonwealth delle Bahamas", "common": "Bahamas"}, + "jpn": {"official": "\u30d0\u30cf\u30de", "common": "\u30d0\u30cf\u30de"}, + "nld": {"official": "Gemenebest van de Bahama's", "common": "Bahama\u2019s"}, + "por": {"official": "Comunidade das Bahamas", "common": "Bahamas"}, + "rus": {"official": "\u0421\u043e\u0434\u0440\u0443\u0436\u0435\u0441\u0442\u0432\u043e \u0411\u0430\u0433\u0430\u043c\u0441\u043a\u0438\u0445 \u041e\u0441\u0442\u0440\u043e\u0432\u043e\u0432", "common": "\u0411\u0430\u0433\u0430\u043c\u0441\u043a\u0438\u0435 \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Commonwealth de las Bahamas", "common": "Bahamas"}, + "fin": {"official": "Bahaman liittovaltio", "common": "Bahamasaaret"} + }, + "latlng": [24.25, -76], + "demonym": "Bahamian", + "landlocked": false, + "borders": [], + "area": 13943 + }, + { + "name": { + "common": "Bosnia and Herzegovina", + "official": "Bosnia and Herzegovina", + "native": { + "bos": { + "official": "Bosna i Hercegovina", + "common": "Bosna i Hercegovina" + }, + "hrv": { + "official": "Bosna i Hercegovina", + "common": "Bosna i Hercegovina" + }, + "srp": { + "official": "\u0411\u043e\u0441\u043da \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430", + "common": "\u0411\u043e\u0441\u043da \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430" + } + } + }, + "tld": [".ba"], + "cca2": "BA", + "ccn3": "070", + "cca3": "BIH", + "cioc": "BIH", + "currency": ["BAM"], + "callingCode": ["387"], + "capital": "Sarajevo", + "altSpellings": ["BA", "Bosnia-Herzegovina", "\u0411\u043e\u0441\u043d\u0430 \u0438 \u0425\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "bos": "Bosnian", + "hrv": "Croatian", + "srp": "Serbian" + }, + "translations": { + "cym": {"official": "Bosnia and Herzegovina", "common": "Bosnia a Hercegovina"}, + "deu": {"official": "Bosnien und Herzegowina", "common": "Bosnien und Herzegowina"}, + "fra": {"official": "Bosnie-et-Herz\u00e9govine", "common": "Bosnie-Herz\u00e9govine"}, + "hrv": {"official": "Bosna i Hercegovina", "common": "Bosna i Hercegovina"}, + "ita": {"official": "Bosnia-Erzegovina", "common": "Bosnia ed Erzegovina"}, + "jpn": {"official": "\u30dc\u30b9\u30cb\u30a2\u00b7\u30d8\u30eb\u30c4\u30a7\u30b4\u30d3\u30ca", "common": "\u30dc\u30b9\u30cb\u30a2\u30fb\u30d8\u30eb\u30c4\u30a7\u30b4\u30d3\u30ca"}, + "nld": {"official": "Bosni\u00eb-Herzegovina", "common": "Bosni\u00eb en Herzegovina"}, + "por": {"official": "B\u00f3snia e Herzegovina", "common": "B\u00f3snia e Herzegovina"}, + "rus": {"official": "\u0411\u043e\u0441\u043d\u0438\u044f \u0438 \u0413\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430", "common": "\u0411\u043e\u0441\u043d\u0438\u044f \u0438 \u0413\u0435\u0440\u0446\u0435\u0433\u043e\u0432\u0438\u043d\u0430"}, + "spa": {"official": "Bosnia y Herzegovina", "common": "Bosnia y Herzegovina"}, + "fin": {"official": "Bosnia ja Hertsegovina", "common": "Bosnia ja Hertsegovina"} + }, + "latlng": [44, 18], + "demonym": "Bosnian, Herzegovinian", + "landlocked": false, + "borders": ["HRV", "MNE", "SRB"], + "area": 51209 + }, + { + "name": { + "common": "Saint Barth\u00e9lemy", + "official": "Collectivity of Saint Barth\u00e9lemy", + "native": { + "fra": { + "official": "Collectivit\u00e9 de Saint-Barth\u00e9lemy", + "common": "Saint-Barth\u00e9lemy" + } + } + }, + "tld": [".bl"], + "cca2": "BL", + "ccn3": "652", + "cca3": "BLM", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["590"], + "capital": "Gustavia", + "altSpellings": ["BL", "St. Barthelemy", "Collectivity of Saint Barth\u00e9lemy", "Collectivit\u00e9 de Saint-Barth\u00e9lemy"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Gebietsk\u00f6rperschaft Saint -Barth\u00e9lemy", "common": "Saint-Barth\u00e9lemy"}, + "fra": {"official": "Collectivit\u00e9 de Saint-Barth\u00e9lemy", "common": "Saint-Barth\u00e9lemy"}, + "hrv": {"official": "Kolektivnost sv Barth\u00e9lemy", "common": "Saint Barth\u00e9lemy"}, + "ita": {"official": "Collettivit\u00e0 di Saint Barth\u00e9lemy", "common": "Antille Francesi"}, + "jpn": {"official": "\u30b5\u30f3\u00b7\u30d0\u30eb\u30c6\u30eb\u30df\u30fc\u5cf6\u306e\u96c6\u5408\u4f53", "common": "\u30b5\u30f3\u30fb\u30d0\u30eb\u30c6\u30eb\u30df\u30fc"}, + "nld": {"official": "Gemeenschap Saint Barth\u00e9lemy", "common": "Saint Barth\u00e9lemy"}, + "por": {"official": "Coletividade de Saint Barth\u00e9lemy", "common": "S\u00e3o Bartolomeu"}, + "rus": {"official": "\u041a\u043e\u043b\u043b\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c \u0421\u0430\u043d\u043a\u0442 -\u0411\u0430\u0440\u0442\u0435\u043b\u044c\u043c\u0438", "common": "\u0421\u0435\u043d-\u0411\u0430\u0440\u0442\u0435\u043b\u0435\u043c\u0438"}, + "spa": {"official": "Colectividad de San Barth\u00e9lemy", "common": "San Bartolom\u00e9"}, + "fin": {"official": "Saint-Barth\u00e9lemyn yhteis\u00f6", "common": "Saint-Barth\u00e9lemy"} + }, + "latlng": [18.5, -63.41666666], + "demonym": "Saint Barth\u00e9lemy Islander", + "landlocked": false, + "borders": [], + "area": 21 + }, + { + "name": { + "common": "Belarus", + "official": "Republic of Belarus", + "native": { + "bel": { + "official": "\u0420\u044d\u0441\u043f\u0443\u0431\u043b\u0456\u043a\u0430 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c", + "common": "\u0411\u0435\u043b\u0430\u0440\u0443\u0301\u0441\u044c" + }, + "rus": { + "official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c", + "common": "\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u0438\u044f" + } + } + }, + "tld": [".by"], + "cca2": "BY", + "ccn3": "112", + "cca3": "BLR", + "cioc": "BLR", + "currency": ["BYR"], + "callingCode": ["375"], + "capital": "Minsk", + "altSpellings": ["BY", "Bielaru\u015b", "Republic of Belarus", "\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u0438\u044f", "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c", "Belorussiya", "Respublika Belarus\u2019"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "bel": "Belarusian", + "rus": "Russian" + }, + "translations": { + "cym": {"official": "Republic of Belarus", "common": "Belarws"}, + "deu": {"official": "Republik Belarus", "common": "Wei\u00dfrussland"}, + "fra": {"official": "R\u00e9publique de Bi\u00e9lorussie", "common": "Bi\u00e9lorussie"}, + "hrv": {"official": "Republika Bjelorusija", "common": "Bjelorusija"}, + "ita": {"official": "Repubblica di Belarus", "common": "Bielorussia"}, + "jpn": {"official": "\u30d9\u30e9\u30eb\u30fc\u30b7\u5171\u548c\u56fd", "common": "\u30d9\u30e9\u30eb\u30fc\u30b7"}, + "nld": {"official": "Republiek Belarus", "common": "Wit-Rusland"}, + "por": {"official": "Rep\u00fablica da Bielorr\u00fassia", "common": "Bielor\u00fassia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c", "common": "\u0411\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Belar\u00fas", "common": "Bielorrusia"}, + "fin": {"official": "Valko-Ven\u00e4j\u00e4n tasavalta", "common": "Valko-Ven\u00e4j\u00e4"} + }, + "latlng": [53, 28], + "demonym": "Belarusian", + "landlocked": true, + "borders": ["LVA", "LTU", "POL", "RUS", "UKR"], + "area": 207600 + }, + { + "name": { + "common": "Belize", + "official": "Belize", + "native": { + "bjz": { + "official": "Belize", + "common": "Belize" + }, + "eng": { + "official": "Belize", + "common": "Belize" + }, + "spa": { + "official": "Belice", + "common": "Belice" + } + } + }, + "tld": [".bz"], + "cca2": "BZ", + "ccn3": "084", + "cca3": "BLZ", + "cioc": "BIZ", + "currency": ["BZD"], + "callingCode": ["501"], + "capital": "Belmopan", + "altSpellings": ["BZ"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "bjz": "Belizean Creole", + "eng": "English", + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Belize", "common": "Belize"}, + "deu": {"official": "Belize", "common": "Belize"}, + "fra": {"official": "Belize", "common": "Belize"}, + "hrv": {"official": "Belize", "common": "Belize"}, + "ita": {"official": "Belize", "common": "Belize"}, + "jpn": {"official": "\u30d9\u30ea\u30fc\u30ba", "common": "\u30d9\u30ea\u30fc\u30ba"}, + "nld": {"official": "Belize", "common": "Belize"}, + "por": {"official": "Belize", "common": "Belize"}, + "rus": {"official": "\u0411\u0435\u043b\u0438\u0437", "common": "\u0411\u0435\u043b\u0438\u0437"}, + "spa": {"official": "Belice", "common": "Belice"}, + "fin": {"official": "Belize", "common": "Belize"} + }, + "latlng": [17.25, -88.75], + "demonym": "Belizean", + "landlocked": false, + "borders": ["GTM", "MEX"], + "area": 22966 + }, + { + "name": { + "common": "Bermuda", + "official": "Bermuda", + "native": { + "eng": { + "official": "Bermuda", + "common": "Bermuda" + } + } + }, + "tld": [".bm"], + "cca2": "BM", + "ccn3": "060", + "cca3": "BMU", + "cioc": "BER", + "currency": ["BMD"], + "callingCode": ["1441"], + "capital": "Hamilton", + "altSpellings": ["BM", "The Islands of Bermuda", "The Bermudas", "Somers Isles"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Bermuda", "common": "Bermiwda"}, + "deu": {"official": "Bermuda", "common": "Bermuda"}, + "fra": {"official": "Bermudes", "common": "Bermudes"}, + "hrv": {"official": "Bermuda", "common": "Bermudi"}, + "ita": {"official": "Bermuda", "common": "Bermuda"}, + "jpn": {"official": "\u30d0\u30df\u30e5\u30fc\u30c0", "common": "\u30d0\u30df\u30e5\u30fc\u30c0"}, + "nld": {"official": "Bermuda", "common": "Bermuda"}, + "por": {"official": "Bermudas", "common": "Bermudas"}, + "rus": {"official": "\u0411\u0435\u0440\u043c\u0443\u0434\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0411\u0435\u0440\u043c\u0443\u0434\u0441\u043a\u0438\u0435 \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Bermuda", "common": "Bermudas"}, + "fin": {"official": "Bermuda", "common": "Bermuda"} + }, + "latlng": [32.33333333, -64.75], + "demonym": "Bermudian", + "landlocked": false, + "borders": [], + "area": 54 + }, + { + "name": { + "common": "Bolivia", + "official": "Plurinational State of Bolivia", + "native": { + "aym": { + "official": "Wuliwya Suyu", + "common": "Wuliwya" + }, + "grn": { + "official": "Tet\u00e3 Vol\u00edvia", + "common": "Vol\u00edvia" + }, + "que": { + "official": "Buliwya Mamallaqta", + "common": "Buliwya" + }, + "spa": { + "official": "Estado Plurinacional de Bolivia", + "common": "Bolivia" + } + } + }, + "tld": [".bo"], + "cca2": "BO", + "ccn3": "068", + "cca3": "BOL", + "cioc": "BOL", + "currency": ["BOB", "BOV"], + "callingCode": ["591"], + "capital": "Sucre", + "altSpellings": ["BO", "Buliwya", "Wuliwya", "Bolivia, Plurinational State of", "Plurinational State of Bolivia", "Estado Plurinacional de Bolivia", "Buliwya Mamallaqta", "Wuliwya Suyu", "Tet\u00e3 Vol\u00edvia"], + "region": "Americas", + "subregion": "South America", + "languages": { + "aym": "Aymara", + "grn": "Guaran\u00ed", + "que": "Quechua", + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Plurinational State of Bolivia", "common": "Bolifia"}, + "deu": {"official": "Multinationaler Staat von Bolivien", "common": "Bolivien"}, + "fra": {"official": "\u00c9tat plurinational de Bolivie", "common": "Bolivie"}, + "hrv": {"official": "Plurinational State of Bolivia", "common": "Bolivija"}, + "ita": {"official": "Stato Plurinazionale della Bolivia", "common": "Bolivia"}, + "jpn": {"official": "\u30dc\u30ea\u30d3\u30a2\u306e\u591a\u6c11\u65cf\u56fd", "common": "\u30dc\u30ea\u30d3\u30a2\u591a\u6c11\u65cf\u56fd"}, + "nld": {"official": "Plurinationale Staat van Bolivia", "common": "Bolivia"}, + "por": {"official": "Estado Plurinacional da Bol\u00edvia", "common": "Bol\u00edvia"}, + "rus": {"official": "\u041c\u043d\u043e\u0433\u043e\u043d\u0430\u0446\u0438\u043e\u043d\u0430\u043b\u044c\u043d\u043e\u0435 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0411\u043e\u043b\u0438\u0432\u0438\u044f", "common": "\u0411\u043e\u043b\u0438\u0432\u0438\u044f"}, + "spa": {"official": "Estado Plurinacional de Bolivia", "common": "Bolivia"}, + "fin": {"official": "Bolivian monikansainen valtio", "common": "Bolivia"} + }, + "latlng": [-17, -65], + "demonym": "Bolivian", + "landlocked": true, + "borders": ["ARG", "BRA", "CHL", "PRY", "PER"], + "area": 1098581 + }, + { + "name": { + "common": "Brazil", + "official": "Federative Republic of Brazil", + "native": { + "por": { + "official": "Rep\u00fablica Federativa do Brasil", + "common": "Brasil" + } + } + }, + "tld": [".br"], + "cca2": "BR", + "ccn3": "076", + "cca3": "BRA", + "cioc": "BRA", + "currency": ["BRL"], + "callingCode": ["55"], + "capital": "Bras\u00edlia", + "altSpellings": ["BR", "Brasil", "Federative Republic of Brazil", "Rep\u00fablica Federativa do Brasil"], + "region": "Americas", + "subregion": "South America", + "languages": { + "por": "Portuguese" + }, + "translations": { + "cym": {"official": "Federative Republic of Brazil", "common": "Brasil"}, + "deu": {"official": "F\u00f6derative Republik Brasilien", "common": "Brasilien"}, + "fra": {"official": "R\u00e9publique f\u00e9d\u00e9rative du Br\u00e9sil", "common": "Br\u00e9sil"}, + "hrv": {"official": "Savezne Republike Brazil", "common": "Brazil"}, + "ita": {"official": "Repubblica federativa del Brasile", "common": "Brasile"}, + "jpn": {"official": "\u30d6\u30e9\u30b8\u30eb\u9023\u90a6\u5171\u548c\u56fd", "common": "\u30d6\u30e9\u30b8\u30eb"}, + "nld": {"official": "Federale Republiek Brazili\u00eb", "common": "Brazili\u00eb"}, + "por": {"official": "Rep\u00fablica Federativa do Brasil", "common": "Brasil"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f", "common": "\u0411\u0440\u0430\u0437\u0438\u043b\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Federativa del Brasil", "common": "Brasil"}, + "fin": {"official": "Brasilian liittotasavalta", "common": "Brasilia"} + }, + "latlng": [-10, -55], + "demonym": "Brazilian", + "landlocked": false, + "borders": ["ARG", "BOL", "COL", "GUF", "GUY", "PRY", "PER", "SUR", "URY", "VEN"], + "area": 8515767 + }, + { + "name": { + "common": "Barbados", + "official": "Barbados", + "native": { + "eng": { + "official": "Barbados", + "common": "Barbados" + } + } + }, + "tld": [".bb"], + "cca2": "BB", + "ccn3": "052", + "cca3": "BRB", + "cioc": "BAR", + "currency": ["BBD"], + "callingCode": ["1246"], + "capital": "Bridgetown", + "altSpellings": ["BB"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Barbados", "common": "Barbados"}, + "deu": {"official": "Barbados", "common": "Barbados"}, + "fra": {"official": "Barbade", "common": "Barbade"}, + "hrv": {"official": "Barbados", "common": "Barbados"}, + "ita": {"official": "Barbados", "common": "Barbados"}, + "jpn": {"official": "\u30d0\u30eb\u30d0\u30c9\u30b9", "common": "\u30d0\u30eb\u30d0\u30c9\u30b9"}, + "nld": {"official": "Barbados", "common": "Barbados"}, + "por": {"official": "Barbados", "common": "Barbados"}, + "rus": {"official": "\u0411\u0430\u0440\u0431\u0430\u0434\u043e\u0441", "common": "\u0411\u0430\u0440\u0431\u0430\u0434\u043e\u0441"}, + "spa": {"official": "Barbados", "common": "Barbados"}, + "fin": {"official": "Barbados", "common": "Barbados"} + }, + "latlng": [13.16666666, -59.53333333], + "demonym": "Barbadian", + "landlocked": false, + "borders": [], + "area": 430 + }, + { + "name": { + "common": "Brunei", + "official": "Nation of Brunei, Abode of Peace", + "native": { + "msa": { + "official": "Nation of Brunei, Abode Damai", + "common": "Negara Brunei Darussalam" + } + } + }, + "tld": [".bn"], + "cca2": "BN", + "ccn3": "096", + "cca3": "BRN", + "cioc": "BRU", + "currency": ["BND"], + "callingCode": ["673"], + "capital": "Bandar Seri Begawan", + "altSpellings": ["BN", "Brunei Darussalam", "Nation of Brunei", "the Abode of Peace"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "msa": "Malay" + }, + "translations": { + "cym": {"official": "Nation of Brunei, Abode of Peace", "common": "Brunei"}, + "deu": {"official": "Nation von Brunei, Wohnung des Friedens", "common": "Brunei"}, + "fra": {"official": "\u00c9tat de Brunei Darussalam", "common": "Brunei"}, + "hrv": {"official": "Nacija od Bruneja, Ku\u0107u Mira", "common": "Brunej"}, + "ita": {"official": "Nazione di Brunei, Dimora della Pace", "common": "Brunei"}, + "jpn": {"official": "\u30d6\u30eb\u30cd\u30a4\u3001\u5e73\u548c\u306e\u7cbe\u820e\u306e\u56fd\u5bb6", "common": "\u30d6\u30eb\u30cd\u30a4\u30fb\u30c0\u30eb\u30b5\u30e9\u30fc\u30e0"}, + "nld": {"official": "Natie van Brunei, de verblijfplaats van de Vrede", "common": "Brunei"}, + "por": {"official": "Na\u00e7\u00e3o do Brunei, Morada da Paz", "common": "Brunei"}, + "rus": {"official": "\u041d\u0430\u0446\u0438\u044f \u0411\u0440\u0443\u043d\u0435\u0439, \u043e\u0431\u0438\u0442\u0435\u043b\u044c \u043c\u0438\u0440\u0430", "common": "\u0411\u0440\u0443\u043d\u0435\u0439"}, + "spa": {"official": "Naci\u00f3n de Brunei, Morada de la Paz", "common": "Brunei"}, + "fin": {"official": "Brunei Darussalamin valtio", "common": "Brunei"} + }, + "latlng": [4.5, 114.66666666], + "demonym": "Bruneian", + "landlocked": false, + "borders": ["MYS"], + "area": 5765 + }, + { + "name": { + "common": "Bhutan", + "official": "Kingdom of Bhutan", + "native": { + "dzo": { + "official": "\u0f60\u0f56\u0fb2\u0f74\u0f42\u0f0b\u0f62\u0f92\u0fb1\u0f63\u0f0b\u0f41\u0f56\u0f0b", + "common": "\u0f60\u0f56\u0fb2\u0f74\u0f42\u0f0b\u0f61\u0f74\u0f63\u0f0b" + } + } + }, + "tld": [".bt"], + "cca2": "BT", + "ccn3": "064", + "cca3": "BTN", + "cioc": "BHU", + "currency": ["BTN", "INR"], + "callingCode": ["975"], + "capital": "Thimphu", + "altSpellings": ["BT", "Kingdom of Bhutan"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "dzo": "Dzongkha" + }, + "translations": { + "cym": {"official": "Kingdom of Bhutan", "common": "Bhwtan"}, + "deu": {"official": "K\u00f6nigreich Bhutan", "common": "Bhutan"}, + "fra": {"official": "Royaume du Bhoutan", "common": "Bhoutan"}, + "hrv": {"official": "Kraljevina Butan", "common": "Butan"}, + "ita": {"official": "Regno del Bhutan", "common": "Bhutan"}, + "jpn": {"official": "\u30d6\u30fc\u30bf\u30f3\u738b\u56fd", "common": "\u30d6\u30fc\u30bf\u30f3"}, + "nld": {"official": "Koninkrijk Bhutan", "common": "Bhutan"}, + "por": {"official": "Reino do But\u00e3o", "common": "But\u00e3o"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0411\u0443\u0442\u0430\u043d", "common": "\u0411\u0443\u0442\u0430\u043d"}, + "spa": {"official": "Reino de But\u00e1n", "common": "But\u00e1n"}, + "fin": {"official": "Bhutanin kuningaskunta", "common": "Bhutan"} + }, + "latlng": [27.5, 90.5], + "demonym": "Bhutanese", + "landlocked": true, + "borders": ["CHN", "IND"], + "area": 38394 + }, + { + "name": { + "common": "Bouvet Island", + "official": "Bouvet Island", + "native": { + "nor": { + "official": "Bouvet\u00f8ya", + "common": "Bouvet\u00f8ya" + } + } + }, + "tld": [".bv"], + "cca2": "BV", + "ccn3": "074", + "cca3": "BVT", + "cioc": "", + "currency": ["NOK"], + "callingCode": [], + "capital": "", + "altSpellings": ["BV", "Bouvet\u00f8ya", "Bouvet-\u00f8ya"], + "region": "", + "subregion": "", + "languages": { + "nor": "Norwegian" + }, + "translations": { + "deu": {"official": "Bouvet-Insel", "common": "Bouvetinsel"}, + "fra": {"official": "\u00cele Bouvet", "common": "\u00cele Bouvet"}, + "hrv": {"official": "Bouvet Island", "common": "Otok Bouvet"}, + "ita": {"official": "Isola Bouvet", "common": "Isola Bouvet"}, + "jpn": {"official": "\u30d6\u30fc\u30f4\u30a7\u5cf6", "common": "\u30d6\u30fc\u30d9\u5cf6"}, + "nld": {"official": "Bouvet Island", "common": "Bouveteiland"}, + "por": {"official": "Ilha Bouvet", "common": "Ilha Bouvet"}, + "rus": {"official": "\u041e\u0441\u0442\u0440\u043e\u0432 \u0411\u0443\u0432\u0435", "common": "\u041e\u0441\u0442\u0440\u043e\u0432 \u0411\u0443\u0432\u0435"}, + "spa": {"official": "Isla Bouvet", "common": "Isla Bouvet"}, + "fin": {"official": "Bouvet'nsaari", "common": "Bouvet'nsaari"} + }, + "latlng": [-54.43333333, 3.4], + "demonym": "", + "landlocked": false, + "borders": [], + "area": 49 + }, + { + "name": { + "common": "Botswana", + "official": "Republic of Botswana", + "native": { + "eng": { + "official": "Republic of Botswana", + "common": "Botswana" + }, + "tsn": { + "official": "Lefatshe la Botswana", + "common": "Botswana" + } + } + }, + "tld": [".bw"], + "cca2": "BW", + "ccn3": "072", + "cca3": "BWA", + "cioc": "BOT", + "currency": ["BWP"], + "callingCode": ["267"], + "capital": "Gaborone", + "altSpellings": ["BW", "Republic of Botswana", "Lefatshe la Botswana"], + "region": "Africa", + "subregion": "Southern Africa", + "languages": { + "eng": "English", + "tsn": "Tswana" + }, + "translations": { + "deu": {"official": "Republik Botsuana", "common": "Botswana"}, + "fra": {"official": "R\u00e9publique du Botswana", "common": "Botswana"}, + "hrv": {"official": "Republika Bocvana", "common": "Bocvana"}, + "ita": {"official": "Repubblica del Botswana", "common": "Botswana"}, + "jpn": {"official": "\u30dc\u30c4\u30ef\u30ca\u5171\u548c\u56fd", "common": "\u30dc\u30c4\u30ef\u30ca"}, + "nld": {"official": "Republiek Botswana", "common": "Botswana"}, + "por": {"official": "Rep\u00fablica do Botswana", "common": "Botswana"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0411\u043e\u0442\u0441\u0432\u0430\u043d\u0430", "common": "\u0411\u043e\u0442\u0441\u0432\u0430\u043d\u0430"}, + "spa": {"official": "Rep\u00fablica de Botswana", "common": "Botswana"}, + "fin": {"official": "Botswanan tasavalta", "common": "Botswana"} + }, + "latlng": [-22, 24], + "demonym": "Motswana", + "landlocked": true, + "borders": ["NAM", "ZAF", "ZMB", "ZWE"], + "area": 582000 + }, + { + "name": { + "common": "Central African Republic", + "official": "Central African Republic", + "native": { + "fra": { + "official": "R\u00e9publique centrafricaine", + "common": "R\u00e9publique centrafricaine" + }, + "sag": { + "official": "K\u00f6d\u00f6r\u00f6s\u00ease t\u00ee B\u00eaafr\u00eeka", + "common": "B\u00eaafr\u00eeka" + } + } + }, + "tld": [".cf"], + "cca2": "CF", + "ccn3": "140", + "cca3": "CAF", + "cioc": "CAF", + "currency": ["XAF"], + "callingCode": ["236"], + "capital": "Bangui", + "altSpellings": ["CF", "Central African Republic", "R\u00e9publique centrafricaine"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "fra": "French", + "sag": "Sango" + }, + "translations": { + "cym": {"official": "Central African Republic", "common": "Gweriniaeth Canolbarth Affrica"}, + "deu": {"official": "Zentralafrikanische Republik", "common": "Zentralafrikanische Republik"}, + "fra": {"official": "R\u00e9publique centrafricaine", "common": "R\u00e9publique centrafricaine"}, + "hrv": {"official": "Centralna Afri\u010dka Republika", "common": "Srednjoafri\u010dka Republika"}, + "ita": {"official": "Repubblica Centrafricana", "common": "Repubblica Centrafricana"}, + "jpn": {"official": "\u4e2d\u592e\u30a2\u30d5\u30ea\u30ab\u5171\u548c\u56fd", "common": "\u4e2d\u592e\u30a2\u30d5\u30ea\u30ab\u5171\u548c\u56fd"}, + "nld": {"official": "Centraal-Afrikaanse Republiek", "common": "Centraal-Afrikaanse Republiek"}, + "por": {"official": "Rep\u00fablica Centro-Africano", "common": "Rep\u00fablica Centro-Africana"}, + "rus": {"official": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u043e-\u0410\u0444\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0426\u0435\u043d\u0442\u0440\u0430\u043b\u044c\u043d\u043e\u0430\u0444\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430"}, + "spa": {"official": "Rep\u00fablica Centroafricana", "common": "Rep\u00fablica Centroafricana"}, + "fin": {"official": "Keski-Afrikan tasavalta", "common": "Keski-Afrikan tasavalta"} + }, + "latlng": [7, 21], + "demonym": "Central African", + "landlocked": true, + "borders": ["CMR", "TCD", "COD", "COG", "SSD", "SDN"], + "area": 622984 + }, + { + "name": { + "common": "Canada", + "official": "Canada", + "native": { + "eng": { + "official": "Canada", + "common": "Canada" + }, + "fra": { + "official": "Canada", + "common": "Canada" + } + } + }, + "tld": [".ca"], + "cca2": "CA", + "ccn3": "124", + "cca3": "CAN", + "cioc": "CAN", + "currency": ["CAD"], + "callingCode": ["1"], + "capital": "Ottawa", + "altSpellings": ["CA"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "eng": "English", + "fra": "French" + }, + "translations": { + "cym": {"official": "Canada", "common": "Canada"}, + "deu": {"official": "Kanada", "common": "Kanada"}, + "fra": {"official": "Canada", "common": "Canada"}, + "hrv": {"official": "Kanada", "common": "Kanada"}, + "ita": {"official": "Canada", "common": "Canada"}, + "jpn": {"official": "\u30ab\u30ca\u30c0", "common": "\u30ab\u30ca\u30c0"}, + "nld": {"official": "Canada", "common": "Canada"}, + "por": {"official": "Canad\u00e1", "common": "Canad\u00e1"}, + "rus": {"official": "\u041a\u0430\u043d\u0430\u0434\u0430", "common": "\u041a\u0430\u043d\u0430\u0434\u0430"}, + "spa": {"official": "Canad\u00e1", "common": "Canad\u00e1"}, + "fin": {"official": "Kanada", "common": "Kanada"} + }, + "latlng": [60, -95], + "demonym": "Canadian", + "landlocked": false, + "borders": ["USA"], + "area": 9984670 + }, + { + "name": { + "common": "Cocos (Keeling) Islands", + "official": "Territory of the Cocos (Keeling) Islands", + "native": { + "eng": { + "official": "Territory of the Cocos (Keeling) Islands", + "common": "Cocos (Keeling) Islands" + } + } + }, + "tld": [".cc"], + "cca2": "CC", + "ccn3": "166", + "cca3": "CCK", + "cioc": "", + "currency": ["AUD"], + "callingCode": ["61"], + "capital": "West Island", + "altSpellings": ["CC", "Territory of the Cocos (Keeling) Islands", "Keeling Islands"], + "region": "Oceania", + "subregion": "Australia and New Zealand", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Territory of the Cocos (Keeling) Islands", "common": "Ynysoedd Cocos"}, + "deu": {"official": "Gebiet der Cocos (Keeling) Islands", "common": "Kokosinseln"}, + "fra": {"official": "Territoire des \u00eeles Cocos (Keeling)", "common": "\u00celes Cocos"}, + "hrv": {"official": "Teritoriju Kokosovi (Keeling) Islands", "common": "Kokosovi Otoci"}, + "ita": {"official": "Territorio della (Keeling) Isole Cocos", "common": "Isole Cocos e Keeling"}, + "jpn": {"official": "\u30b3\u30b3\u30b9\u8af8\u5cf6\u306e\u9818\u571f", "common": "\u30b3\u30b3\u30b9\uff08\u30ad\u30fc\u30ea\u30f3\u30b0\uff09\u8af8\u5cf6"}, + "nld": {"official": "Grondgebied van de Eilanden Cocos (Keeling )", "common": "Cocoseilanden"}, + "por": {"official": "Territ\u00f3rio dos Cocos (Keeling)", "common": "Ilhas Cocos (Keeling)"}, + "rus": {"official": "\u0422\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u041a\u043e\u043a\u043e\u0441\u043e\u0432\u044b\u0435 (\u041a\u0438\u043b\u0438\u043d\u0433) \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u041a\u043e\u043a\u043e\u0441\u043e\u0432\u044b\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Territorio de los (Keeling) Islas Cocos", "common": "Islas Cocos o Islas Keeling"}, + "fin": {"official": "Kookossaaret", "common": "Kookossaaret"} + }, + "latlng": [-12.5, 96.83333333], + "demonym": "Cocos Islander", + "landlocked": false, + "borders": [], + "area": 14 + }, + { + "name": { + "common": "Switzerland", + "official": "Swiss Confederation", + "native": { + "fra": { + "official": "Conf\u00e9d\u00e9ration suisse", + "common": "Suisse" + }, + "gsw": { + "official": "Schweizerische Eidgenossenschaft", + "common": "Schweiz" + }, + "ita": { + "official": "Confederazione Svizzera", + "common": "Svizzera" + }, + "roh": { + "official": "Confederaziun svizra", + "common": "Svizra" + } + } + }, + "tld": [".ch"], + "cca2": "CH", + "ccn3": "756", + "cca3": "CHE", + "cioc": "SUI", + "currency": ["CHE", "CHF", "CHW"], + "callingCode": ["41"], + "capital": "Bern", + "altSpellings": ["CH", "Swiss Confederation", "Schweiz", "Suisse", "Svizzera", "Svizra"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "fra": "French", + "gsw": "Swiss German", + "ita": "Italian", + "roh": "Romansh" + }, + "translations": { + "deu": {"official": "Schweizerische Eidgenossenschaft", "common": "Schweiz"}, + "fra": {"official": "Conf\u00e9d\u00e9ration suisse", "common": "Suisse"}, + "hrv": {"official": "\u0161vicarska Konfederacija", "common": "\u0160vicarska"}, + "ita": {"official": "Confederazione svizzera", "common": "Svizzera"}, + "jpn": {"official": "\u30b9\u30a4\u30b9\u9023\u90a6", "common": "\u30b9\u30a4\u30b9"}, + "nld": {"official": "Zwitserse Confederatie", "common": "Zwitserland"}, + "por": {"official": "Confedera\u00e7\u00e3o Su\u00ed\u00e7a", "common": "Su\u00ed\u00e7a"}, + "rus": {"official": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0441\u043a\u0430\u044f \u041a\u043e\u043d\u0444\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "common": "\u0428\u0432\u0435\u0439\u0446\u0430\u0440\u0438\u044f"}, + "spa": {"official": "Confederaci\u00f3n Suiza", "common": "Suiza"}, + "fin": {"official": "Sveitsin valaliitto", "common": "Sveitsi"} + }, + "latlng": [47, 8], + "demonym": "Swiss", + "landlocked": true, + "borders": ["AUT", "FRA", "ITA", "LIE", "DEU"], + "area": 41284 + }, + { + "name": { + "common": "Chile", + "official": "Republic of Chile", + "native": { + "spa": { + "official": "Rep\u00fablica de Chile", + "common": "Chile" + } + } + }, + "tld": [".cl"], + "cca2": "CL", + "ccn3": "152", + "cca3": "CHL", + "cioc": "CHI", + "currency": ["CLF", "CLP"], + "callingCode": ["56"], + "capital": "Santiago", + "altSpellings": ["CL", "Republic of Chile", "Rep\u00fablica de Chile"], + "region": "Americas", + "subregion": "South America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Chile", "common": "Chile"}, + "deu": {"official": "Republik Chile", "common": "Chile"}, + "fra": {"official": "R\u00e9publique du Chili", "common": "Chili"}, + "hrv": {"official": "Republika \u010cile", "common": "\u010cile"}, + "ita": {"official": "Repubblica del Cile", "common": "Cile"}, + "jpn": {"official": "\u30c1\u30ea\u5171\u548c\u56fd", "common": "\u30c1\u30ea"}, + "nld": {"official": "Republiek Chili", "common": "Chili"}, + "por": {"official": "Rep\u00fablica do Chile", "common": "Chile"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0427\u0438\u043b\u0438", "common": "\u0427\u0438\u043b\u0438"}, + "spa": {"official": "Rep\u00fablica de Chile", "common": "Chile"}, + "fin": {"official": "Chilen tasavalta", "common": "Chile"} + }, + "latlng": [-30, -71], + "demonym": "Chilean", + "landlocked": false, + "borders": ["ARG", "BOL", "PER"], + "area": 756102 + }, + { + "name": { + "common": "China", + "official": "People's Republic of China", + "native": { + "cmn": { + "official": "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd", + "common": "\u4e2d\u56fd" + } + } + }, + "tld": [".cn", ".\u4e2d\u56fd", ".\u4e2d\u570b", ".\u516c\u53f8", ".\u7f51\u7edc"], + "cca2": "CN", + "ccn3": "156", + "cca3": "CHN", + "cioc": "CHN", + "currency": ["CNY"], + "callingCode": ["86"], + "capital": "Beijing", + "altSpellings": ["CN", "Zh\u014dnggu\u00f3", "Zhongguo", "Zhonghua", "People's Republic of China", "\u4e2d\u534e\u4eba\u6c11\u5171\u548c\u56fd", "Zh\u014dnghu\u00e1 R\u00e9nm\u00edn G\u00f2ngh\u00e9gu\u00f3"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "cmn": "Mandarin" + }, + "translations": { + "cym": {"official": "People's Republic of China", "common": "Tsieina"}, + "deu": {"official": "Volksrepublik China", "common": "China"}, + "fra": {"official": "R\u00e9publique populaire de Chine", "common": "Chine"}, + "hrv": {"official": "Narodna Republika Kina", "common": "Kina"}, + "ita": {"official": "Repubblica popolare cinese", "common": "Cina"}, + "jpn": {"official": "\u4e2d\u83ef\u4eba\u6c11\u5171\u548c\u56fd", "common": "\u4e2d\u56fd"}, + "nld": {"official": "Volksrepubliek China", "common": "China"}, + "por": {"official": "Rep\u00fablica Popular da China", "common": "China"}, + "rus": {"official": "\u041d\u0430\u0440\u043e\u0434\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0438\u0442\u0430\u0439", "common": "\u041a\u0438\u0442\u0430\u0439"}, + "spa": {"official": "Rep\u00fablica Popular de China", "common": "China"}, + "fin": {"official": "Kiinan kansantasavalta", "common": "Kiina"} + }, + "latlng": [35, 105], + "demonym": "Chinese", + "landlocked": false, + "borders": ["AFG", "BTN", "MMR", "HKG", "IND", "KAZ", "PRK", "KGZ", "LAO", "MAC", "MNG", "PAK", "RUS", "TJK", "VNM"], + "area": 9706961 + }, + { + "name": { + "common": "Ivory Coast", + "official": "Republic of C\u00f4te d'Ivoire", + "native": { + "fra": { + "official": "R\u00e9publique de C\u00f4te d'Ivoire", + "common": "C\u00f4te d'Ivoire" + } + } + }, + "tld": [".ci"], + "cca2": "CI", + "ccn3": "384", + "cca3": "CIV", + "cioc": "CIV", + "currency": ["XOF"], + "callingCode": ["225"], + "capital": "Yamoussoukro", + "altSpellings": ["CI", "C\u00f4te d'Ivoire", "Ivory Coast", "Republic of C\u00f4te d'Ivoire", "R\u00e9publique de C\u00f4te d'Ivoire"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik C\u00f4te d'Ivoire", "common": "Elfenbeink\u00fcste"}, + "fra": {"official": "R\u00e9publique de C\u00f4te d' Ivoire", "common": "C\u00f4te d'Ivoire"}, + "hrv": {"official": "Republika C\u00f4te d'Ivoire", "common": "Obala Bjelokosti"}, + "ita": {"official": "Repubblica della Costa d'Avorio", "common": "Costa d'Avorio"}, + "jpn": {"official": "\u30b3\u30fc\u30c8\u30b8\u30dc\u30ef\u30fc\u30eb\u5171\u548c\u56fd", "common": "\u30b3\u30fc\u30c8\u30b8\u30dc\u30ef\u30fc\u30eb"}, + "nld": {"official": "Republiek Ivoorkust", "common": "Ivoorkust"}, + "por": {"official": "Rep\u00fablica da C\u00f4te d'Ivoire", "common": "Costa do Marfim"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0442-\u0434'\u0418\u0432\u0443\u0430\u0440\u0435", "common": "\u041a\u043e\u0442-\u0434\u2019\u0418\u0432\u0443\u0430\u0440"}, + "spa": {"official": "Rep\u00fablica de C\u00f4te d'Ivoire", "common": "Costa de Marfil"}, + "fin": {"official": "Norsunluurannikon tasavalta", "common": "Norsunluurannikko"} + }, + "latlng": [8, -5], + "demonym": "Ivorian", + "landlocked": false, + "borders": ["BFA", "GHA", "GIN", "LBR", "MLI"], + "area": 322463 + }, + { + "name": { + "common": "Cameroon", + "official": "Republic of Cameroon", + "native": { + "eng": { + "official": "Republic of Cameroon", + "common": "Cameroon" + }, + "fra": { + "official": "R\u00e9publique du Cameroun", + "common": "Cameroun" + } + } + }, + "tld": [".cm"], + "cca2": "CM", + "ccn3": "120", + "cca3": "CMR", + "cioc": "CMR", + "currency": ["XAF"], + "callingCode": ["237"], + "capital": "Yaound\u00e9", + "altSpellings": ["CM", "Republic of Cameroon", "R\u00e9publique du Cameroun"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "eng": "English", + "fra": "French" + }, + "translations": { + "cym": {"official": "Republic of Cameroon", "common": "Camer\u0175n"}, + "deu": {"official": "Republik Kamerun", "common": "Kamerun"}, + "fra": {"official": "R\u00e9publique du Cameroun", "common": "Cameroun"}, + "hrv": {"official": "Republika Kamerun", "common": "Kamerun"}, + "ita": {"official": "Repubblica del Camerun", "common": "Camerun"}, + "jpn": {"official": "\u30ab\u30e1\u30eb\u30fc\u30f3\u5171\u548c\u56fd", "common": "\u30ab\u30e1\u30eb\u30fc\u30f3"}, + "nld": {"official": "Republiek Kameroen", "common": "Kameroen"}, + "por": {"official": "Rep\u00fablica dos Camar\u00f5es", "common": "Camar\u00f5es"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u043c\u0435\u0440\u0443\u043d", "common": "\u041a\u0430\u043c\u0435\u0440\u0443\u043d"}, + "spa": {"official": "Rep\u00fablica de Camer\u00fan", "common": "Camer\u00fan"}, + "fin": {"official": "Kamerunin tasavalta", "common": "Kamerun"} + }, + "latlng": [6, 12], + "demonym": "Cameroonian", + "landlocked": false, + "borders": ["CAF", "TCD", "COG", "GNQ", "GAB", "NGA"], + "area": 475442 + }, + { + "name": { + "common": "DR Congo", + "official": "Democratic Republic of the Congo", + "native": { + "fra": { + "official": "R\u00e9publique d\u00e9mocratique du Congo", + "common": "RD Congo" + }, + "kon": { + "official": "Repubilika ya Kongo Demokratiki", + "common": "Repubilika ya Kongo Demokratiki" + }, + "lin": { + "official": "Republiki ya Kong\u00f3 Demokratiki", + "common": "Republiki ya Kong\u00f3 Demokratiki" + }, + "lua": { + "official": "Ditunga dia Kongu wa Mungalaata", + "common": "Ditunga dia Kongu wa Mungalaata" + }, + "swa": { + "official": "Jamhuri ya Kidemokrasia ya Kongo", + "common": "Jamhuri ya Kidemokrasia ya Kongo" + } + } + }, + "tld": [".cd"], + "cca2": "CD", + "ccn3": "180", + "cca3": "COD", + "cioc": "COD", + "currency": ["CDF"], + "callingCode": ["243"], + "capital": "Kinshasa", + "altSpellings": ["CD", "DR Congo", "Congo-Kinshasa", "Congo, the Democratic Republic of the", "DRC"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "fra": "French", + "kon": "Kikongo", + "lin": "Lingala", + "lua": "Tshiluba", + "swa": "Swahili" + }, + "translations": { + "cym": {"official": "Democratic Republic of the Congo", "common": "Gweriniaeth Ddemocrataidd Congo"}, + "deu": {"official": "Demokratische Republik Kongo", "common": "Kongo (Dem. Rep.)"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique du Congo", "common": "Congo (R\u00e9p. d\u00e9m.)"}, + "hrv": {"official": "Demokratska Republika Kongo", "common": "Kongo, Demokratska Republika"}, + "ita": {"official": "Repubblica Democratica del Congo", "common": "Congo (Rep. Dem.)"}, + "jpn": {"official": "\u30b3\u30f3\u30b4\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30b3\u30f3\u30b4\u6c11\u4e3b\u5171\u548c\u56fd"}, + "nld": {"official": "Democratische Republiek Congo", "common": "Congo (DRC)"}, + "por": {"official": "Rep\u00fablica Democr\u00e1tica do Congo", "common": "Rep\u00fablica Democr\u00e1tica do Congo"}, + "rus": {"official": "\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e", "common": "\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica del Congo", "common": "Congo (Rep. Dem.)"}, + "fin": {"official": "Kongon demokraattinen tasavalta", "common": "Kongon demokraattinen tasavalta"} + }, + "latlng": [0, 25], + "demonym": "Congolese", + "landlocked": false, + "borders": ["AGO", "BDI", "CAF", "COG", "RWA", "SSD", "TZA", "UGA", "ZMB"], + "area": 2344858 + }, + { + "name": { + "common": "Republic of the Congo", + "official": "Republic of the Congo", + "native": { + "fra": { + "official": "R\u00e9publique du Congo", + "common": "R\u00e9publique du Congo" + }, + "kon": { + "official": "Repubilika ya Kongo", + "common": "Repubilika ya Kongo" + }, + "lin": { + "official": "Republ\u00edki ya Kong\u00f3", + "common": "Republ\u00edki ya Kong\u00f3" + } + } + }, + "tld": [".cg"], + "cca2": "CG", + "ccn3": "178", + "cca3": "COG", + "cioc": "CGO", + "currency": ["XAF"], + "callingCode": ["242"], + "capital": "Brazzaville", + "altSpellings": ["CG", "Congo", "Congo-Brazzaville"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "fra": "French", + "kon": "Kikongo", + "lin": "Lingala" + }, + "translations": { + "cym": {"official": "Republic of the Congo", "common": "Gweriniaeth y Congo"}, + "deu": {"official": "Republik Kongo", "common": "Kongo"}, + "fra": {"official": "R\u00e9publique du Congo", "common": "Congo"}, + "hrv": {"official": "Republika Kongo", "common": "Kongo"}, + "ita": {"official": "Repubblica del Congo", "common": "Congo"}, + "jpn": {"official": "\u30b3\u30f3\u30b4\u5171\u548c\u56fd", "common": "\u30b3\u30f3\u30b4\u5171\u548c\u56fd"}, + "nld": {"official": "Republiek Congo", "common": "Congo"}, + "por": {"official": "Rep\u00fablica do Congo", "common": "Congo"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e", "common": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043d\u0433\u043e"}, + "spa": {"official": "Rep\u00fablica del Congo", "common": "Congo"}, + "fin": {"official": "Kongon tasavalta", "common": "Kongo-Brazzaville"} + }, + "latlng": [-1, 15], + "demonym": "Congolese", + "landlocked": false, + "borders": ["AGO", "CMR", "CAF", "COD", "GAB"], + "area": 342000 + }, + { + "name": { + "common": "Cook Islands", + "official": "Cook Islands", + "native": { + "eng": { + "official": "Cook Islands", + "common": "Cook Islands" + }, + "rar": { + "official": "K\u016bki '\u0100irani", + "common": "K\u016bki '\u0100irani" + } + } + }, + "tld": [".ck"], + "cca2": "CK", + "ccn3": "184", + "cca3": "COK", + "cioc": "COK", + "currency": ["NZD"], + "callingCode": ["682"], + "capital": "Avarua", + "altSpellings": ["CK", "K\u016bki '\u0100irani"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "rar": "Cook Islands M\u0101ori" + }, + "translations": { + "cym": {"official": "Cook Islands", "common": "Ynysoedd Cook"}, + "deu": {"official": "Cook-Inseln", "common": "Cookinseln"}, + "fra": {"official": "\u00celes Cook", "common": "\u00celes Cook"}, + "hrv": {"official": "Cook Islands", "common": "Cookovo Oto\u010dje"}, + "ita": {"official": "Isole Cook", "common": "Isole Cook"}, + "jpn": {"official": "\u30af\u30c3\u30af\u8af8\u5cf6", "common": "\u30af\u30c3\u30af\u8af8\u5cf6"}, + "nld": {"official": "Cook eilanden", "common": "Cookeilanden"}, + "por": {"official": "Ilhas Cook", "common": "Ilhas Cook"}, + "rus": {"official": "\u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u041a\u0443\u043a\u0430", "common": "\u041e\u0441\u0442\u0440\u043e\u0432\u0430 \u041a\u0443\u043a\u0430"}, + "spa": {"official": "Islas Cook", "common": "Islas Cook"}, + "fin": {"official": "Cookinsaaret", "common": "Cookinsaaret"} + }, + "latlng": [-21.23333333, -159.76666666], + "demonym": "Cook Islander", + "landlocked": false, + "borders": [], + "area": 236 + }, + { + "name": { + "common": "Colombia", + "official": "Republic of Colombia", + "native": { + "spa": { + "official": "Rep\u00fablica de Colombia", + "common": "Colombia" + } + } + }, + "tld": [".co"], + "cca2": "CO", + "ccn3": "170", + "cca3": "COL", + "cioc": "COL", + "currency": ["COP"], + "callingCode": ["57"], + "capital": "Bogot\u00e1", + "altSpellings": ["CO", "Republic of Colombia", "Rep\u00fablica de Colombia"], + "region": "Americas", + "subregion": "South America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Colombia", "common": "Colombia"}, + "deu": {"official": "Republik Kolumbien", "common": "Kolumbien"}, + "fra": {"official": "R\u00e9publique de Colombie", "common": "Colombie"}, + "hrv": {"official": "Republika Kolumbija", "common": "Kolumbija"}, + "ita": {"official": "Repubblica di Colombia", "common": "Colombia"}, + "jpn": {"official": "\u30b3\u30ed\u30f3\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30b3\u30ed\u30f3\u30d3\u30a2"}, + "nld": {"official": "Republiek Colombia", "common": "Colombia"}, + "por": {"official": "Rep\u00fablica da Col\u00f4mbia", "common": "Col\u00f4mbia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u043b\u0443\u043c\u0431\u0438\u044f", "common": "\u041a\u043e\u043b\u0443\u043c\u0431\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Colombia", "common": "Colombia"}, + "fin": {"official": "Kolumbian tasavalta", "common": "Kolumbia"} + }, + "latlng": [4, -72], + "demonym": "Colombian", + "landlocked": false, + "borders": ["BRA", "ECU", "PAN", "PER", "VEN"], + "area": 1141748 + }, + { + "name": { + "common": "Comoros", + "official": "Union of the Comoros", + "native": { + "ara": { + "official": "\u0627\u0644\u0627\u062a\u062d\u0627\u062f \u0627\u0644\u0642\u0645\u0631\u064a", + "common": "\u0627\u0644\u0642\u0645\u0631\u200e" + }, + "fra": { + "official": "Union des Comores", + "common": "Comores" + }, + "zdj": { + "official": "Udzima wa Komori", + "common": "Komori" + } + } + }, + "tld": [".km"], + "cca2": "KM", + "ccn3": "174", + "cca3": "COM", + "cioc": "COM", + "currency": ["KMF"], + "callingCode": ["269"], + "capital": "Moroni", + "altSpellings": ["KM", "Union of the Comoros", "Union des Comores", "Udzima wa Komori", "al-Itti\u1e25\u0101d al-Qumur\u012b"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "ara": "Arabic", + "fra": "French", + "zdj": "Comorian" + }, + "translations": { + "cym": {"official": "Union of the Comoros", "common": "Comoros"}, + "deu": {"official": "Union der Komoren", "common": "Union der Komoren"}, + "fra": {"official": "Union des Comores", "common": "Comores"}, + "hrv": {"official": "Savez Komori", "common": "Komori"}, + "ita": {"official": "Unione delle Comore", "common": "Comore"}, + "jpn": {"official": "\u30b3\u30e2\u30ed\u9023\u5408", "common": "\u30b3\u30e2\u30ed"}, + "nld": {"official": "Unie van de Comoren", "common": "Comoren"}, + "por": {"official": "Uni\u00e3o das Comores", "common": "Comores"}, + "rus": {"official": "\u0421\u043e\u044e\u0437 \u041a\u043e\u043c\u043e\u0440\u0441\u043a\u0438\u0445 \u041e\u0441\u0442\u0440\u043e\u0432\u043e\u0432", "common": "\u041a\u043e\u043c\u043e\u0440\u044b"}, + "spa": {"official": "Uni\u00f3n de las Comoras", "common": "Comoras"}, + "fin": {"official": "Komorien liitto", "common": "Komorit"} + }, + "latlng": [-12.16666666, 44.25], + "demonym": "Comoran", + "landlocked": false, + "borders": [], + "area": 1862 + }, + { + "name": { + "common": "Cape Verde", + "official": "Republic of Cabo Verde", + "native": { + "por": { + "official": "Rep\u00fablica de Cabo Verde", + "common": "Cabo Verde" + } + } + }, + "tld": [".cv"], + "cca2": "CV", + "ccn3": "132", + "cca3": "CPV", + "cioc": "CPV", + "currency": ["CVE"], + "callingCode": ["238"], + "capital": "Praia", + "altSpellings": ["CV", "Republic of Cabo Verde", "Rep\u00fablica de Cabo Verde"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "por": "Portuguese" + }, + "translations": { + "cym": {"official": "Republic of Cabo Verde", "common": "Cape Verde"}, + "deu": {"official": "Republik Cabo Verde", "common": "Kap Verde"}, + "fra": {"official": "R\u00e9publique du Cap-Vert", "common": "\u00celes du Cap-Vert"}, + "hrv": {"official": "Republika Cabo Verde", "common": "Zelenortska Republika"}, + "ita": {"official": "Repubblica di Capo Verde", "common": "Capo Verde"}, + "jpn": {"official": "\u30ab\u30fc\u30dc\u30d9\u30eb\u30c7\u5171\u548c\u56fd", "common": "\u30ab\u30fc\u30dc\u30d9\u30eb\u30c7"}, + "nld": {"official": "Republiek van Cabo Verde", "common": "Kaapverdi\u00eb"}, + "por": {"official": "Rep\u00fablica de Cabo Verde", "common": "Cabo Verde"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0431\u043e -\u0412\u0435\u0440\u0434\u0435", "common": "\u041a\u0430\u0431\u043e-\u0412\u0435\u0440\u0434\u0435"}, + "spa": {"official": "Rep\u00fablica de Cabo Verde", "common": "Cabo Verde"}, + "fin": {"official": "Kap Verden tasavalta", "common": "Kap Verde"} + }, + "latlng": [16, -24], + "demonym": "Cape Verdian", + "landlocked": false, + "borders": [], + "area": 4033 + }, + { + "name": { + "common": "Costa Rica", + "official": "Republic of Costa Rica", + "native": { + "spa": { + "official": "Rep\u00fablica de Costa Rica", + "common": "Costa Rica" + } + } + }, + "tld": [".cr"], + "cca2": "CR", + "ccn3": "188", + "cca3": "CRI", + "cioc": "CRC", + "currency": ["CRC"], + "callingCode": ["506"], + "capital": "San Jos\u00e9", + "altSpellings": ["CR", "Republic of Costa Rica", "Rep\u00fablica de Costa Rica"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Costa Rica", "common": "Costa Rica"}, + "deu": {"official": "Republik Costa Rica", "common": "Costa Rica"}, + "fra": {"official": "R\u00e9publique du Costa Rica", "common": "Costa Rica"}, + "hrv": {"official": "Republika Kostarika", "common": "Kostarika"}, + "ita": {"official": "Repubblica di Costa Rica", "common": "Costa Rica"}, + "jpn": {"official": "\u30b3\u30b9\u30bf\u30ea\u30ab\u5171\u548c\u56fd", "common": "\u30b3\u30b9\u30bf\u30ea\u30ab"}, + "nld": {"official": "Republiek Costa Rica", "common": "Costa Rica"}, + "por": {"official": "Rep\u00fablica da Costa Rica", "common": "Costa Rica"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0441\u0442\u0430-\u0420\u0438\u043a\u0430", "common": "\u041a\u043e\u0441\u0442\u0430-\u0420\u0438\u043a\u0430"}, + "spa": {"official": "Rep\u00fablica de Costa Rica", "common": "Costa Rica"}, + "fin": {"official": "Costa Rican tasavalta", "common": "Costa Rica"} + }, + "latlng": [10, -84], + "demonym": "Costa Rican", + "landlocked": false, + "borders": ["NIC", "PAN"], + "area": 51100 + }, + { + "name": { + "common": "Cuba", + "official": "Republic of Cuba", + "native": { + "spa": { + "official": "Rep\u00fablica de Cuba", + "common": "Cuba" + } + } + }, + "tld": [".cu"], + "cca2": "CU", + "ccn3": "192", + "cca3": "CUB", + "cioc": "CUB", + "currency": ["CUC", "CUP"], + "callingCode": ["53"], + "capital": "Havana", + "altSpellings": ["CU", "Republic of Cuba", "Rep\u00fablica de Cuba"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Cuba", "common": "Ciwba"}, + "deu": {"official": "Republik Kuba", "common": "Kuba"}, + "fra": {"official": "R\u00e9publique de Cuba", "common": "Cuba"}, + "hrv": {"official": "Republika Kuba", "common": "Kuba"}, + "ita": {"official": "Repubblica di Cuba", "common": "Cuba"}, + "jpn": {"official": "\u30ad\u30e5\u30fc\u30d0\u5171\u548c\u56fd", "common": "\u30ad\u30e5\u30fc\u30d0"}, + "nld": {"official": "Republiek Cuba", "common": "Cuba"}, + "por": {"official": "Rep\u00fablica de Cuba", "common": "Cuba"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0443\u0431\u0430", "common": "\u041a\u0443\u0431\u0430"}, + "spa": {"official": "Rep\u00fablica de Cuba", "common": "Cuba"}, + "fin": {"official": "Kuuban tasavalta", "common": "Kuuba"} + }, + "latlng": [21.5, -80], + "demonym": "Cuban", + "landlocked": false, + "borders": [], + "area": 109884 + }, + { + "name": { + "common": "Cura\u00e7ao", + "official": "Country of Cura\u00e7ao", + "native": { + "eng": { + "official": "Country of Cura\u00e7ao", + "common": "Cura\u00e7ao" + }, + "nld": { + "official": "Land Cura\u00e7ao", + "common": "Cura\u00e7ao" + }, + "pap": { + "official": "Pais K\u00f2rsou", + "common": "Pais K\u00f2rsou" + } + } + }, + "tld": [".cw"], + "cca2": "CW", + "ccn3": "531", + "cca3": "CUW", + "cioc": "", + "currency": ["ANG"], + "callingCode": ["5999"], + "capital": "Willemstad", + "altSpellings": ["CW", "Curacao", "K\u00f2rsou", "Country of Cura\u00e7ao", "Land Cura\u00e7ao", "Pais K\u00f2rsou"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English", + "nld": "Dutch", + "pap": "Papiamento" + }, + "translations": { + "nld": {"official": "Land Cura\u00e7ao", "common": "Cura\u00e7ao"}, + "por": {"official": "Pa\u00eds de Cura\u00e7ao", "common": "ilha da Cura\u00e7\u00e3o"}, + "rus": {"official": "\u0421\u0442\u0440\u0430\u043d\u0430 \u041a\u044e\u0440\u0430\u0441\u0430\u043e", "common": "\u041a\u044e\u0440\u0430\u0441\u0430\u043e"}, + "spa": {"official": "Pa\u00eds de Curazao", "common": "Curazao"}, + "fin": {"official": "Cura\u00e7ao", "common": "Cura\u00e7ao"} + }, + "latlng": [12.116667, -68.933333], + "demonym": "Dutch", + "landlocked": false, + "borders": [], + "area": 444 + }, + { + "name": { + "common": "Christmas Island", + "official": "Territory of Christmas Island", + "native": { + "eng": { + "official": "Territory of Christmas Island", + "common": "Christmas Island" + } + } + }, + "tld": [".cx"], + "cca2": "CX", + "ccn3": "162", + "cca3": "CXR", + "cioc": "", + "currency": ["AUD"], + "callingCode": ["61"], + "capital": "Flying Fish Cove", + "altSpellings": ["CX", "Territory of Christmas Island"], + "region": "Oceania", + "subregion": "Australia and New Zealand", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Territory of Christmas Island", "common": "Ynys y Nadolig"}, + "deu": {"official": "Gebiet der Weihnachtsinsel", "common": "Weihnachtsinsel"}, + "fra": {"official": "Territoire de l'\u00eele Christmas", "common": "\u00cele Christmas"}, + "hrv": {"official": "Teritorij Bo\u017ei\u0107ni otok", "common": "Bo\u017ei\u0107ni otok"}, + "ita": {"official": "Territorio di Christmas Island", "common": "Isola di Natale"}, + "jpn": {"official": "\u30af\u30ea\u30b9\u30de\u30b9\u5cf6\u306e\u9818\u571f", "common": "\u30af\u30ea\u30b9\u30de\u30b9\u5cf6"}, + "nld": {"official": "Grondgebied van Christmas Island", "common": "Christmaseiland"}, + "por": {"official": "Territ\u00f3rio da Ilha Christmas", "common": "Ilha do Natal"}, + "rus": {"official": "\u0422\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430", "common": "\u041e\u0441\u0442\u0440\u043e\u0432 \u0420\u043e\u0436\u0434\u0435\u0441\u0442\u0432\u0430"}, + "spa": {"official": "Territorio de la Isla de Navidad", "common": "Isla de Navidad"}, + "fin": {"official": "Joulusaaren alue", "common": "Joulusaari"} + }, + "latlng": [-10.5, 105.66666666], + "demonym": "Christmas Island", + "landlocked": false, + "borders": [], + "area": 135 + }, + { + "name": { + "common": "Cayman Islands", + "official": "Cayman Islands", + "native": { + "eng": { + "official": "Cayman Islands", + "common": "Cayman Islands" + } + } + }, + "tld": [".ky"], + "cca2": "KY", + "ccn3": "136", + "cca3": "CYM", + "cioc": "CAY", + "currency": ["KYD"], + "callingCode": ["1345"], + "capital": "George Town", + "altSpellings": ["KY"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Cayman Islands", "common": "Ynysoedd_Cayman"}, + "deu": {"official": "Cayman-Inseln", "common": "Kaimaninseln"}, + "fra": {"official": "\u00celes Ca\u00efmans", "common": "\u00celes Ca\u00efmans"}, + "hrv": {"official": "Kajmanski otoci", "common": "Kajmanski otoci"}, + "ita": {"official": "Isole Cayman", "common": "Isole Cayman"}, + "jpn": {"official": "\u30b1\u30a4\u30de\u30f3\u8af8\u5cf6", "common": "\u30b1\u30a4\u30de\u30f3\u8af8\u5cf6"}, + "nld": {"official": "Caymaneilanden", "common": "Caymaneilanden"}, + "por": {"official": "Ilhas Cayman", "common": "Ilhas Caim\u00e3o"}, + "rus": {"official": "\u041a\u0430\u0439\u043c\u0430\u043d\u043e\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u041a\u0430\u0439\u043c\u0430\u043d\u043e\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Islas Caim\u00e1n", "common": "Islas Caim\u00e1n"}, + "fin": {"official": "Caymansaaret", "common": "Caymansaaret"} + }, + "latlng": [19.5, -80.5], + "demonym": "Caymanian", + "landlocked": false, + "borders": [], + "area": 264 + }, + { + "name": { + "common": "Cyprus", + "official": "Republic of Cyprus", + "native": { + "ell": { + "official": "\u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1 \u03c4\u03b7\u03c2 \u039a\u03cd\u03c0\u03c1\u03bf\u03c2", + "common": "\u039a\u03cd\u03c0\u03c1\u03bf\u03c2" + }, + "tur": { + "official": "K\u0131br\u0131s Cumhuriyeti", + "common": "K\u0131br\u0131s" + } + } + }, + "tld": [".cy"], + "cca2": "CY", + "ccn3": "196", + "cca3": "CYP", + "cioc": "CYP", + "currency": ["EUR"], + "callingCode": ["357"], + "capital": "Nicosia", + "altSpellings": ["CY", "K\u00fdpros", "K\u0131br\u0131s", "Republic of Cyprus", "\u039a\u03c5\u03c0\u03c1\u03b9\u03b1\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1", "K\u0131br\u0131s Cumhuriyeti"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "ell": "Greek", + "tur": "Turkish" + }, + "translations": { + "cym": {"official": "Republic of Cyprus", "common": "Cyprus"}, + "deu": {"official": "Republik Zypern", "common": "Zypern"}, + "fra": {"official": "R\u00e9publique de Chypre", "common": "Chypre"}, + "hrv": {"official": "Republika Cipar", "common": "Cipar"}, + "ita": {"official": "Repubblica di Cipro", "common": "Cipro"}, + "jpn": {"official": "\u30ad\u30d7\u30ed\u30b9\u5171\u548c\u56fd", "common": "\u30ad\u30d7\u30ed\u30b9"}, + "nld": {"official": "Republiek Cyprus", "common": "Cyprus"}, + "por": {"official": "Rep\u00fablica de Chipre", "common": "Chipre"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0438\u043f\u0440", "common": "\u041a\u0438\u043f\u0440"}, + "spa": {"official": "Rep\u00fablica de Chipre", "common": "Chipre"}, + "fin": {"official": "Kyproksen tasavalta", "common": "Kypros"} + }, + "latlng": [35, 33], + "demonym": "Cypriot", + "landlocked": false, + "borders": ["GBR"], + "area": 9251 + }, + { + "name": { + "common": "Czech Republic", + "official": "Czech Republic", + "native": { + "ces": { + "official": "\u010desk\u00e1 republika", + "common": "\u010cesk\u00e1 republika" + }, + "slk": { + "official": "\u010cesk\u00e1 republika", + "common": "\u010cesk\u00e1 republika" + } + } + }, + "tld": [".cz"], + "cca2": "CZ", + "ccn3": "203", + "cca3": "CZE", + "cioc": "CZE", + "currency": ["CZK"], + "callingCode": ["420"], + "capital": "Prague", + "altSpellings": ["CZ", "\u010cesk\u00e1 republika", "\u010cesko"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "ces": "Czech", + "slk": "Slovak" + }, + "translations": { + "cym": {"official": "Czech Republic", "common": "Y Weriniaeth Tsiec"}, + "deu": {"official": "Tschechische Republik", "common": "Tschechische Republik"}, + "fra": {"official": "R\u00e9publique tch\u00e8que", "common": "R\u00e9publique tch\u00e8que"}, + "hrv": {"official": "\u010ce\u0161ka", "common": "\u010ce\u0161ka"}, + "ita": {"official": "Repubblica Ceca", "common": "Repubblica Ceca"}, + "jpn": {"official": "\u30c1\u30a7\u30b3\u5171\u548c\u56fd", "common": "\u30c1\u30a7\u30b3"}, + "nld": {"official": "Tsjechische Republiek", "common": "Tsjechi\u00eb"}, + "por": {"official": "Rep\u00fablica Checa", "common": "Rep\u00fablica Checa"}, + "rus": {"official": "\u0427\u0435\u0448\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0427\u0435\u0445\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Checa", "common": "Rep\u00fablica Checa"}, + "fin": {"official": "T\u0161ekin tasavalta", "common": "T\u0161ekki"} + }, + "latlng": [49.75, 15.5], + "demonym": "Czech", + "landlocked": true, + "borders": ["AUT", "DEU", "POL", "SVK"], + "area": 78865 + }, + { + "name": { + "common": "Germany", + "official": "Federal Republic of Germany", + "native": { + "deu": { + "official": "Bundesrepublik Deutschland", + "common": "Deutschland" + } + } + }, + "tld": [".de"], + "cca2": "DE", + "ccn3": "276", + "cca3": "DEU", + "cioc": "GER", + "currency": ["EUR"], + "callingCode": ["49"], + "capital": "Berlin", + "altSpellings": ["DE", "Federal Republic of Germany", "Bundesrepublik Deutschland"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "deu": "German" + }, + "translations": { + "deu": {"official": "Bundesrepublik Deutschland", "common": "Deutschland"}, + "fra": {"official": "R\u00e9publique f\u00e9d\u00e9rale d'Allemagne", "common": "Allemagne"}, + "hrv": {"official": "Njema\u010dka Federativna Republika", "common": "Njema\u010dka"}, + "ita": {"official": "Repubblica federale di Germania", "common": "Germania"}, + "jpn": {"official": "\u30c9\u30a4\u30c4\u9023\u90a6\u5171\u548c\u56fd", "common": "\u30c9\u30a4\u30c4"}, + "nld": {"official": "Bondsrepubliek Duitsland", "common": "Duitsland"}, + "por": {"official": "Rep\u00fablica Federal da Alemanha", "common": "Alemanha"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f", "common": "\u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Federal de Alemania", "common": "Alemania"}, + "fin": {"official": "Saksan liittotasavalta", "common": "Saksa"} + }, + "latlng": [51, 9], + "demonym": "German", + "landlocked": false, + "borders": ["AUT", "BEL", "CZE", "DNK", "FRA", "LUX", "NLD", "POL", "CHE"], + "area": 357114 + }, + { + "name": { + "common": "Djibouti", + "official": "Republic of Djibouti", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u062c\u064a\u0628\u0648\u062a\u064a", + "common": "\u062c\u064a\u0628\u0648\u062a\u064a\u200e" + }, + "fra": { + "official": "R\u00e9publique de Djibouti", + "common": "Djibouti" + } + } + }, + "tld": [".dj"], + "cca2": "DJ", + "ccn3": "262", + "cca3": "DJI", + "cioc": "DJI", + "currency": ["DJF"], + "callingCode": ["253"], + "capital": "Djibouti", + "altSpellings": ["DJ", "Jabuuti", "Gabuuti", "Republic of Djibouti", "R\u00e9publique de Djibouti", "Gabuutih Ummuuno", "Jamhuuriyadda Jabuuti"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "ara": "Arabic", + "fra": "French" + }, + "translations": { + "cym": {"official": "Republic of Djibouti", "common": "Djibouti"}, + "deu": {"official": "Republik Dschibuti", "common": "Dschibuti"}, + "fra": {"official": "R\u00e9publique de Djibouti", "common": "Djibouti"}, + "hrv": {"official": "Republika D\u017eibuti", "common": "D\u017eibuti"}, + "ita": {"official": "Repubblica di Gibuti", "common": "Gibuti"}, + "jpn": {"official": "\u30b8\u30d6\u30c1\u5171\u548c\u56fd", "common": "\u30b8\u30d6\u30c1"}, + "nld": {"official": "Republiek Djibouti", "common": "Djibouti"}, + "por": {"official": "Rep\u00fablica do Djibouti", "common": "Djibouti"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0414\u0436\u0438\u0431\u0443\u0442\u0438", "common": "\u0414\u0436\u0438\u0431\u0443\u0442\u0438"}, + "spa": {"official": "Rep\u00fablica de Djibouti", "common": "Djibouti"}, + "fin": {"official": "Dijiboutin tasavalta", "common": "Dijibouti"} + }, + "latlng": [11.5, 43], + "demonym": "Djibouti", + "landlocked": false, + "borders": ["ERI", "ETH", "SOM"], + "area": 23200 + }, + { + "name": { + "common": "Dominica", + "official": "Commonwealth of Dominica", + "native": { + "eng": { + "official": "Commonwealth of Dominica", + "common": "Dominica" + } + } + }, + "tld": [".dm"], + "cca2": "DM", + "ccn3": "212", + "cca3": "DMA", + "cioc": "DMA", + "currency": ["XCD"], + "callingCode": ["1767"], + "capital": "Roseau", + "altSpellings": ["DM", "Dominique", "Wai\u2018tu kubuli", "Commonwealth of Dominica"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "Commonwealth of Dominica", "common": "Dominica"}, + "deu": {"official": "Commonwealth von Dominica", "common": "Dominica"}, + "fra": {"official": "Commonwealth de la Dominique", "common": "Dominique"}, + "hrv": {"official": "Zajednica Dominika", "common": "Dominika"}, + "ita": {"official": "Commonwealth di Dominica", "common": "Dominica"}, + "jpn": {"official": "\u30c9\u30df\u30cb\u30ab\u56fd", "common": "\u30c9\u30df\u30cb\u30ab\u56fd"}, + "nld": {"official": "Gemenebest Dominica", "common": "Dominica"}, + "por": {"official": "Comunidade da Dominica", "common": "Dominica"}, + "rus": {"official": "\u0421\u043e\u0434\u0440\u0443\u0436\u0435\u0441\u0442\u0432\u043e \u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0438", "common": "\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430"}, + "spa": {"official": "Mancomunidad de Dominica", "common": "Dominica"}, + "fin": {"official": "Dominican liittovaltio", "common": "Dominica"} + }, + "latlng": [15.41666666, -61.33333333], + "demonym": "Dominican", + "landlocked": false, + "borders": [], + "area": 751 + }, + { + "name": { + "common": "Denmark", + "official": "Kingdom of Denmark", + "native": { + "dan": { + "official": "Kongeriget Danmark", + "common": "Danmark" + } + } + }, + "tld": [".dk"], + "cca2": "DK", + "ccn3": "208", + "cca3": "DNK", + "cioc": "DEN", + "currency": ["DKK"], + "callingCode": ["45"], + "capital": "Copenhagen", + "altSpellings": ["DK", "Danmark", "Kingdom of Denmark", "Kongeriget Danmark"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "dan": "Danish" + }, + "translations": { + "cym": {"official": "Kingdom of Denmark", "common": "Denmarc"}, + "deu": {"official": "K\u00f6nigreich D\u00e4nemark", "common": "D\u00e4nemark"}, + "fra": {"official": "Royaume du Danemark", "common": "Danemark"}, + "hrv": {"official": "Kraljevina Danska", "common": "Danska"}, + "ita": {"official": "Regno di Danimarca", "common": "Danimarca"}, + "jpn": {"official": "\u30c7\u30f3\u30de\u30fc\u30af\u738b\u56fd", "common": "\u30c7\u30f3\u30de\u30fc\u30af"}, + "nld": {"official": "Koninkrijk Denemarken", "common": "Denemarken"}, + "por": {"official": "Reino da Dinamarca", "common": "Dinamarca"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0414\u0430\u043d\u0438\u044f", "common": "\u0414\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Reino de Dinamarca", "common": "Dinamarca"}, + "fin": {"official": "Tanskan kuningaskunta", "common": "Tanska"} + }, + "latlng": [56, 10], + "demonym": "Danish", + "landlocked": false, + "borders": ["DEU"], + "area": 43094 + }, + { + "name": { + "common": "Dominican Republic", + "official": "Dominican Republic", + "native": { + "spa": { + "official": "Rep\u00fablica Dominicana", + "common": "Rep\u00fablica Dominicana" + } + } + }, + "tld": [".do"], + "cca2": "DO", + "ccn3": "214", + "cca3": "DOM", + "cioc": "DOM", + "currency": ["DOP"], + "callingCode": ["1809", "1829", "1849"], + "capital": "Santo Domingo", + "altSpellings": ["DO"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Dominican Republic", "common": "Gweriniaeth_Dominica"}, + "deu": {"official": "Dominikanische Republik", "common": "Dominikanische Republik"}, + "fra": {"official": "R\u00e9publique Dominicaine", "common": "R\u00e9publique dominicaine"}, + "hrv": {"official": "Dominikanska Republika", "common": "Dominikanska Republika"}, + "ita": {"official": "Repubblica Dominicana", "common": "Repubblica Dominicana"}, + "jpn": {"official": "\u30c9\u30df\u30cb\u30ab\u5171\u548c\u56fd", "common": "\u30c9\u30df\u30cb\u30ab\u5171\u548c\u56fd"}, + "nld": {"official": "Dominicaanse Republiek", "common": "Dominicaanse Republiek"}, + "por": {"official": "Rep\u00fablica Dominicana", "common": "Rep\u00fablica Dominicana"}, + "rus": {"official": "\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0414\u043e\u043c\u0438\u043d\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430"}, + "spa": {"official": "Rep\u00fablica Dominicana", "common": "Rep\u00fablica Dominicana"}, + "fin": {"official": "Dominikaaninen tasavalta", "common": "Dominikaaninen tasavalta"} + }, + "latlng": [19, -70.66666666], + "demonym": "Dominican", + "landlocked": false, + "borders": ["HTI"], + "area": 48671 + }, + { + "name": { + "common": "Algeria", + "official": "People's Democratic Republic of Algeria", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u062f\u064a\u0645\u0642\u0631\u0627\u0637\u064a\u0629 \u0627\u0644\u0634\u0639\u0628\u064a\u0629 \u0627\u0644\u062c\u0632\u0627\u0626\u0631\u064a\u0629", + "common": "\u0627\u0644\u062c\u0632\u0627\u0626\u0631" + } + } + }, + "tld": [".dz", "\u0627\u0644\u062c\u0632\u0627\u0626\u0631."], + "cca2": "DZ", + "ccn3": "012", + "cca3": "DZA", + "cioc": "ALG", + "currency": ["DZD"], + "callingCode": ["213"], + "capital": "Algiers", + "altSpellings": ["DZ", "Dzayer", "Alg\u00e9rie"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic" + }, + "translations": { + "cym": {"official": "People's Democratic Republic of Algeria", "common": "Algeria"}, + "deu": {"official": "Demokratische Volksrepublik Algerien", "common": "Algerien"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique et populaire d'Alg\u00e9rie", "common": "Alg\u00e9rie"}, + "hrv": {"official": "Narodna Demokratska Republika Al\u017eir", "common": "Al\u017eir"}, + "ita": {"official": "Repubblica popolare democratica di Algeria", "common": "Algeria"}, + "jpn": {"official": "\u30a2\u30eb\u30b8\u30a7\u30ea\u30a2\u4eba\u6c11\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30a2\u30eb\u30b8\u30a7\u30ea\u30a2"}, + "nld": {"official": "Democratische Volksrepubliek Algerije", "common": "Algerije"}, + "por": {"official": "Rep\u00fablica Argelina Democr\u00e1tica e Popular", "common": "Arg\u00e9lia"}, + "rus": {"official": "\u041d\u0430\u0440\u043e\u0434\u043d\u043e-\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0410\u043b\u0436\u0438\u0440", "common": "\u0410\u043b\u0436\u0438\u0440"}, + "spa": {"official": "Rep\u00fablica Argelina Democr\u00e1tica y Popular", "common": "Argelia"}, + "fin": {"official": "Algerian demokraattinen kansantasavalta", "common": "Algeria"} + }, + "latlng": [28, 3], + "demonym": "Algerian", + "landlocked": false, + "borders": ["TUN", "LBY", "NER", "ESH", "MRT", "MLI", "MAR"], + "area": 2381741 + }, + { + "name": { + "common": "Ecuador", + "official": "Republic of Ecuador", + "native": { + "spa": { + "official": "Rep\u00fablica del Ecuador", + "common": "Ecuador" + } + } + }, + "tld": [".ec"], + "cca2": "EC", + "ccn3": "218", + "cca3": "ECU", + "cioc": "ECU", + "currency": ["USD"], + "callingCode": ["593"], + "capital": "Quito", + "altSpellings": ["EC", "Republic of Ecuador", "Rep\u00fablica del Ecuador"], + "region": "Americas", + "subregion": "South America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Ecuador", "common": "Ecwador"}, + "deu": {"official": "Republik Ecuador", "common": "Ecuador"}, + "fra": {"official": "R\u00e9publique de l'\u00c9quateur", "common": "\u00c9quateur"}, + "hrv": {"official": "Republika Ekvador", "common": "Ekvador"}, + "ita": {"official": "Repubblica dell'Ecuador", "common": "Ecuador"}, + "jpn": {"official": "\u30a8\u30af\u30a2\u30c9\u30eb\u5171\u548c\u56fd", "common": "\u30a8\u30af\u30a2\u30c9\u30eb"}, + "nld": {"official": "Republiek Ecuador", "common": "Ecuador"}, + "por": {"official": "Rep\u00fablica do Equador", "common": "Equador"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u042d\u043a\u0432\u0430\u0434\u043e\u0440", "common": "\u042d\u043a\u0432\u0430\u0434\u043e\u0440"}, + "spa": {"official": "Rep\u00fablica del Ecuador", "common": "Ecuador"}, + "fin": {"official": "Ecuadorin tasavalta", "common": "Ecuador"} + }, + "latlng": [-2, -77.5], + "demonym": "Ecuadorean", + "landlocked": false, + "borders": ["COL", "PER"], + "area": 276841 + }, + { + "name": { + "common": "Egypt", + "official": "Arab Republic of Egypt", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0645\u0635\u0631 \u0627\u0644\u0639\u0631\u0628\u064a\u0629", + "common": "\u0645\u0635\u0631" + } + } + }, + "tld": [".eg", ".\u0645\u0635\u0631"], + "cca2": "EG", + "ccn3": "818", + "cca3": "EGY", + "cioc": "EGY", + "currency": ["EGP"], + "callingCode": ["20"], + "capital": "Cairo", + "altSpellings": ["EG", "Arab Republic of Egypt"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic" + }, + "translations": { + "cym": {"official": "Arab Republic of Egypt", "common": "Yr Aifft"}, + "deu": {"official": "Arabische Republik \u00c4gypten", "common": "\u00c4gypten"}, + "fra": {"official": "R\u00e9publique arabe d'\u00c9gypte", "common": "\u00c9gypte"}, + "hrv": {"official": "Arapska Republika Egipat", "common": "Egipat"}, + "ita": {"official": "Repubblica araba d'Egitto", "common": "Egitto"}, + "jpn": {"official": "\u30a8\u30b8\u30d7\u30c8\u00b7\u30a2\u30e9\u30d6\u5171\u548c\u56fd", "common": "\u30a8\u30b8\u30d7\u30c8"}, + "nld": {"official": "Arabische Republiek Egypte", "common": "Egypte"}, + "por": {"official": "Rep\u00fablica \u00c1rabe do Egipto", "common": "Egito"}, + "rus": {"official": "\u0410\u0440\u0430\u0431\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0415\u0433\u0438\u043f\u0435\u0442", "common": "\u0415\u0433\u0438\u043f\u0435\u0442"}, + "spa": {"official": "Rep\u00fablica \u00c1rabe de Egipto", "common": "Egipto"}, + "fin": {"official": "Egyptin arabitasavalta", "common": "Egypti"} + }, + "latlng": [27, 30], + "demonym": "Egyptian", + "landlocked": false, + "borders": ["ISR", "LBY", "SDN"], + "area": 1002450 + }, + { + "name": { + "common": "Eritrea", + "official": "State of Eritrea", + "native": { + "ara": { + "official": "\u062f\u0648\u0644\u0629 \u0625\u0631\u062a\u0631\u064a\u0627", + "common": "\u0625\u0631\u062a\u0631\u064a\u0627\u200e" + }, + "eng": { + "official": "State of Eritrea", + "common": "Eritrea" + }, + "tir": { + "official": "\u1203\u1308\u1228 \u12a4\u122d\u1275\u122b", + "common": "\u12a4\u122d\u1275\u122b" + } + } + }, + "tld": [".er"], + "cca2": "ER", + "ccn3": "232", + "cca3": "ERI", + "cioc": "ERI", + "currency": ["ERN"], + "callingCode": ["291"], + "capital": "Asmara", + "altSpellings": ["ER", "State of Eritrea", "\u1203\u1308\u1228 \u12a4\u122d\u1275\u122b", "Dawlat Iritriy\u00e1", "\u02beErtr\u0101", "Iritriy\u0101"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "ara": "Arabic", + "eng": "English", + "tir": "Tigrinya" + }, + "translations": { + "cym": {"official": "State of Eritrea", "common": "Eritrea"}, + "deu": {"official": "Staat Eritrea", "common": "Eritrea"}, + "fra": {"official": "\u00c9tat d'\u00c9rythr\u00e9e", "common": "\u00c9rythr\u00e9e"}, + "hrv": {"official": "Dr\u017eava Eritreji", "common": "Eritreja"}, + "ita": {"official": "Stato di Eritrea", "common": "Eritrea"}, + "jpn": {"official": "\u30a8\u30ea\u30c8\u30ea\u30a2\u56fd", "common": "\u30a8\u30ea\u30c8\u30ea\u30a2"}, + "nld": {"official": "Staat Eritrea", "common": "Eritrea"}, + "por": {"official": "Estado da Eritreia", "common": "Eritreia"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u042d\u0440\u0438\u0442\u0440\u0435\u044f", "common": "\u042d\u0440\u0438\u0442\u0440\u0435\u044f"}, + "spa": {"official": "Estado de Eritrea", "common": "Eritrea"}, + "fin": {"official": "Eritrean valtio", "common": "Eritrea"} + }, + "latlng": [15, 39], + "demonym": "Eritrean", + "landlocked": false, + "borders": ["DJI", "ETH", "SDN"], + "area": 117600 + }, + { + "name": { + "common": "Western Sahara", + "official": "Sahrawi Arab Democratic Republic", + "native": { + "ber": { + "official": "Sahrawi Arab Democratic Republic", + "common": "Western Sahara" + }, + "mey": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0635\u062d\u0631\u0627\u0648\u064a\u0629 \u0627\u0644\u062f\u064a\u0645\u0642\u0631\u0627\u0637\u064a\u0629", + "common": "\u0627\u0644\u0635\u062d\u0631\u0627\u0621 \u0627\u0644\u063a\u0631\u0628\u064a\u0629" + }, + "spa": { + "official": "Rep\u00fablica \u00c1rabe Saharaui Democr\u00e1tica", + "common": "Sahara Occidental" + } + } + }, + "tld": [".eh"], + "cca2": "EH", + "ccn3": "732", + "cca3": "ESH", + "cioc": "", + "currency": ["MAD", "DZD", "MRO"], + "callingCode": ["212"], + "capital": "El Aai\u00fan", + "altSpellings": ["EH", "Tane\u1e93roft Tutrimt"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ber": "Berber", + "mey": "Hassaniya", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Demokratische Arabische Republik Sahara", "common": "Westsahara"}, + "fra": {"official": "R\u00e9publique arabe sahraouie d\u00e9mocratique", "common": "Sahara Occidental"}, + "hrv": {"official": "Sahrawi Arab Demokratska Republika", "common": "Zapadna Sahara"}, + "ita": {"official": "Repubblica Araba Saharawi Democratica", "common": "Sahara Occidentale"}, + "jpn": {"official": "\u30b5\u30cf\u30e9\u30a2\u30e9\u30d6\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u897f\u30b5\u30cf\u30e9"}, + "nld": {"official": "Sahrawi Arabische Democratische Republiek", "common": "Westelijke Sahara"}, + "por": {"official": "Rep\u00fablica \u00c1rabe Saharaui Democr\u00e1tica", "common": "Saara Ocidental"}, + "rus": {"official": "Sahrawi \u0410\u0440\u0430\u0431\u0441\u043a\u0430\u044f \u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0417\u0430\u043f\u0430\u0434\u043d\u0430\u044f \u0421\u0430\u0445\u0430\u0440\u0430"}, + "spa": {"official": "Rep\u00fablica \u00c1rabe Saharaui Democr\u00e1tica", "common": "Sahara Occidental"}, + "fin": {"official": "L\u00e4nsi-Sahara", "common": "L\u00e4nsi-Sahara"} + }, + "latlng": [24.5, -13], + "demonym": "Sahrawi", + "landlocked": false, + "borders": ["DZA", "MRT", "MAR"], + "area": 266000 + }, + { + "name": { + "common": "Spain", + "official": "Kingdom of Spain", + "native": { + "cat": { + "official": "Regne d'Espanya", + "common": "Espanya" + }, + "eus": { + "official": "Espainiako Erresuma", + "common": "Espainia" + }, + "glg": { + "official": "Reino de Espa\u00f1a", + "common": "" + }, + "oci": { + "official": "Reialme d'Espanha", + "common": "Espanha" + }, + "spa": { + "official": "Reino de Espa\u00f1a", + "common": "Espa\u00f1a" + } + } + }, + "tld": [".es"], + "cca2": "ES", + "ccn3": "724", + "cca3": "ESP", + "cioc": "ESP", + "currency": ["EUR"], + "callingCode": ["34"], + "capital": "Madrid", + "altSpellings": ["ES", "Kingdom of Spain", "Reino de Espa\u00f1a"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "cat": "Catalan", + "eus": "Basque", + "glg": "Galician", + "oci": "Occitan", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Spanien", "common": "Spanien"}, + "fra": {"official": "Royaume d'Espagne", "common": "Espagne"}, + "hrv": {"official": "Kraljevina \u0160panjolska", "common": "\u0160panjolska"}, + "ita": {"official": "Regno di Spagna", "common": "Spagna"}, + "jpn": {"official": "\u30b9\u30da\u30a4\u30f3\u738b\u56fd", "common": "\u30b9\u30da\u30a4\u30f3"}, + "nld": {"official": "Koninkrijk Spanje", "common": "Spanje"}, + "por": {"official": "Reino de Espanha", "common": "Espanha"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0418\u0441\u043f\u0430\u043d\u0438\u044f", "common": "\u0418\u0441\u043f\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Reino de Espa\u00f1a", "common": "Espa\u00f1a"}, + "fin": {"official": "Espanjan kuningaskunta", "common": "Espanja"} + }, + "latlng": [40, -4], + "demonym": "Spanish", + "landlocked": false, + "borders": ["AND", "FRA", "GIB", "PRT", "MAR"], + "area": 505992 + }, + { + "name": { + "common": "Estonia", + "official": "Republic of Estonia", + "native": { + "est": { + "official": "Eesti Vabariik", + "common": "Eesti" + } + } + }, + "tld": [".ee"], + "cca2": "EE", + "ccn3": "233", + "cca3": "EST", + "cioc": "EST", + "currency": ["EUR"], + "callingCode": ["372"], + "capital": "Tallinn", + "altSpellings": ["EE", "Eesti", "Republic of Estonia", "Eesti Vabariik"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "est": "Estonian" + }, + "translations": { + "cym": {"official": "Republic of Estonia", "common": "Estonia"}, + "deu": {"official": "Republik Estland", "common": "Estland"}, + "fra": {"official": "R\u00e9publique d'Estonie", "common": "Estonie"}, + "hrv": {"official": "Republika Estonija", "common": "Estonija"}, + "ita": {"official": "Repubblica di Estonia", "common": "Estonia"}, + "jpn": {"official": "\u30a8\u30b9\u30c8\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30a8\u30b9\u30c8\u30cb\u30a2"}, + "nld": {"official": "Republiek Estland", "common": "Estland"}, + "por": {"official": "Rep\u00fablica da Est\u00f3nia", "common": "Est\u00f3nia"}, + "rus": {"official": "\u042d\u0441\u0442\u043e\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u042d\u0441\u0442\u043e\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Estonia", "common": "Estonia"}, + "fin": {"official": "Viron tasavalta", "common": "Viro"} + }, + "latlng": [59, 26], + "demonym": "Estonian", + "landlocked": false, + "borders": ["LVA", "RUS"], + "area": 45227 + }, + { + "name": { + "common": "Ethiopia", + "official": "Federal Democratic Republic of Ethiopia", + "native": { + "amh": { + "official": "\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u134c\u12f4\u122b\u120b\u12ca \u12f2\u121e\u12ad\u122b\u1232\u12eb\u12ca \u122a\u1350\u1265\u120a\u12ad", + "common": "\u12a2\u1275\u12ee\u1335\u12eb" + } + } + }, + "tld": [".et"], + "cca2": "ET", + "ccn3": "231", + "cca3": "ETH", + "cioc": "ETH", + "currency": ["ETB"], + "callingCode": ["251"], + "capital": "Addis Ababa", + "altSpellings": ["ET", "\u02be\u012aty\u014d\u1e57\u1e57y\u0101", "Federal Democratic Republic of Ethiopia", "\u12e8\u12a2\u1275\u12ee\u1335\u12eb \u134c\u12f4\u122b\u120b\u12ca \u12f2\u121e\u12ad\u122b\u1232\u12eb\u12ca \u122a\u1350\u1265\u120a\u12ad"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "amh": "Amharic" + }, + "translations": { + "cym": {"official": "Federal Democratic Republic of Ethiopia", "common": "Ethiopia"}, + "deu": {"official": "Demokratische Bundesrepublik \u00c4thiopien", "common": "\u00c4thiopien"}, + "fra": {"official": "R\u00e9publique f\u00e9d\u00e9rale d\u00e9mocratique d'\u00c9thiopie", "common": "\u00c9thiopie"}, + "hrv": {"official": "Savezna Demokratska Republika Etiopija", "common": "Etiopija"}, + "ita": {"official": "Repubblica federale democratica di Etiopia", "common": "Etiopia"}, + "jpn": {"official": "\u30a8\u30c1\u30aa\u30d4\u30a2\u9023\u90a6\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30a8\u30c1\u30aa\u30d4\u30a2"}, + "nld": {"official": "Federale Democratische Republiek Ethiopi\u00eb", "common": "Ethiopi\u00eb"}, + "por": {"official": "Rep\u00fablica Federal Democr\u00e1tica da Eti\u00f3pia", "common": "Eti\u00f3pia"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u042d\u0444\u0438\u043e\u043f\u0438\u044f", "common": "\u042d\u0444\u0438\u043e\u043f\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica Federal de Etiop\u00eda", "common": "Etiop\u00eda"}, + "fin": {"official": "Etiopian demokraattinen liittotasavalta", "common": "Etiopia"} + }, + "latlng": [8, 38], + "demonym": "Ethiopian", + "landlocked": true, + "borders": ["DJI", "ERI", "KEN", "SOM", "SSD", "SDN"], + "area": 1104300 + }, + { + "name": { + "common": "Finland", + "official": "Republic of Finland", + "native": { + "fin": { + "official": "Suomen tasavalta", + "common": "Suomi" + }, + "swe": { + "official": "Republiken Finland", + "common": "Finland" + } + } + }, + "tld": [".fi"], + "cca2": "FI", + "ccn3": "246", + "cca3": "FIN", + "cioc": "FIN", + "currency": ["EUR"], + "callingCode": ["358"], + "capital": "Helsinki", + "altSpellings": ["FI", "Suomi", "Republic of Finland", "Suomen tasavalta", "Republiken Finland"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "fin": "Finnish", + "swe": "Swedish" + }, + "translations": { + "deu": {"official": "Republik Finnland", "common": "Finnland"}, + "fra": {"official": "R\u00e9publique de Finlande", "common": "Finlande"}, + "hrv": {"official": "Republika Finska", "common": "Finska"}, + "ita": {"official": "Repubblica di Finlandia", "common": "Finlandia"}, + "jpn": {"official": "\u30d5\u30a3\u30f3\u30e9\u30f3\u30c9\u5171\u548c\u56fd", "common": "\u30d5\u30a3\u30f3\u30e9\u30f3\u30c9"}, + "nld": {"official": "Republiek Finland", "common": "Finland"}, + "por": {"official": "Rep\u00fablica da Finl\u00e2ndia", "common": "Finl\u00e2ndia"}, + "rus": {"official": "\u0424\u0438\u043d\u043b\u044f\u043d\u0434\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0424\u0438\u043d\u043b\u044f\u043d\u0434\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Finlandia", "common": "Finlandia"}, + "fin": {"official": "Suomen tasavalta", "common": "Suomi"} + }, + "latlng": [64, 26], + "demonym": "Finnish", + "landlocked": false, + "borders": ["NOR", "SWE", "RUS"], + "area": 338424 + }, + { + "name": { + "common": "Fiji", + "official": "Republic of Fiji", + "native": { + "eng": { + "official": "Republic of Fiji", + "common": "Fiji" + }, + "fij": { + "official": "Matanitu Tugalala o Viti", + "common": "Viti" + }, + "hif": { + "official": "\u0930\u093f\u092a\u092c\u094d\u0932\u093f\u0915 \u0911\u092b \u092b\u0940\u091c\u0940", + "common": "\u092b\u093f\u091c\u0940" + } + } + }, + "tld": [".fj"], + "cca2": "FJ", + "ccn3": "242", + "cca3": "FJI", + "cioc": "FIJ", + "currency": ["FJD"], + "callingCode": ["679"], + "capital": "Suva", + "altSpellings": ["FJ", "Viti", "Republic of Fiji", "Matanitu ko Viti", "Fij\u012b Ga\u1e47ar\u0101jya"], + "region": "Oceania", + "subregion": "Melanesia", + "languages": { + "eng": "English", + "fij": "Fijian", + "hif": "Fiji Hindi" + }, + "translations": { + "deu": {"official": "Republik Fidschi", "common": "Fidschi"}, + "fra": {"official": "R\u00e9publique des Fidji", "common": "Fidji"}, + "hrv": {"official": "Republika Fid\u017ei", "common": "Fi\u0111i"}, + "ita": {"official": "Repubblica di Figi", "common": "Figi"}, + "jpn": {"official": "\u30d5\u30a3\u30b8\u30fc\u5171\u548c\u56fd", "common": "\u30d5\u30a3\u30b8\u30fc"}, + "nld": {"official": "Republiek Fiji", "common": "Fiji"}, + "por": {"official": "Rep\u00fablica de Fiji", "common": "Fiji"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0424\u0438\u0434\u0436\u0438", "common": "\u0424\u0438\u0434\u0436\u0438"}, + "spa": {"official": "Rep\u00fablica de Fiji", "common": "Fiyi"}, + "fin": {"official": "Fid\u017ein tasavalta", "common": "Fid\u017ei"} + }, + "latlng": [-18, 175], + "demonym": "Fijian", + "landlocked": false, + "borders": [], + "area": 18272 + }, + { + "name": { + "common": "Falkland Islands", + "official": "Falkland Islands", + "native": { + "eng": { + "official": "Falkland Islands", + "common": "Falkland Islands" + } + } + }, + "tld": [".fk"], + "cca2": "FK", + "ccn3": "238", + "cca3": "FLK", + "cioc": "", + "currency": ["FKP"], + "callingCode": ["500"], + "capital": "Stanley", + "altSpellings": ["FK", "Islas Malvinas", "Falkland Islands (Malvinas)"], + "region": "Americas", + "subregion": "South America", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Falkland-Inseln", "common": "Falklandinseln"}, + "fra": {"official": "\u00celes Malouines", "common": "\u00celes Malouines"}, + "hrv": {"official": "Falklandski otoci", "common": "Falklandski Otoci"}, + "ita": {"official": "Isole Falkland", "common": "Isole Falkland o Isole Malvine"}, + "jpn": {"official": "\u30d5\u30a9\u30fc\u30af\u30e9\u30f3\u30c9", "common": "\u30d5\u30a9\u30fc\u30af\u30e9\u30f3\u30c9\uff08\u30de\u30eb\u30d3\u30ca\u30b9\uff09\u8af8\u5cf6"}, + "nld": {"official": "Falkland eilanden", "common": "Falklandeilanden"}, + "por": {"official": "Ilhas Malvinas", "common": "Ilhas Malvinas"}, + "rus": {"official": "\u0424\u043e\u043b\u043a\u043b\u0435\u043d\u0434\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0424\u043e\u043b\u043a\u043b\u0435\u043d\u0434\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "islas Malvinas", "common": "Islas Malvinas"}, + "fin": {"official": "Falkandinsaaret", "common": "Falkandinsaaret"} + }, + "latlng": [-51.75, -59], + "demonym": "Falkland Islander", + "landlocked": false, + "borders": [], + "area": 12173 + }, + { + "name": { + "common": "France", + "official": "French Republic", + "native": { + "fra": { + "official": "R\u00e9publique fran\u00e7aise", + "common": "France" + } + } + }, + "tld": [".fr"], + "cca2": "FR", + "ccn3": "250", + "cca3": "FRA", + "cioc": "FRA", + "currency": ["EUR"], + "callingCode": ["33"], + "capital": "Paris", + "altSpellings": ["FR", "French Republic", "R\u00e9publique fran\u00e7aise"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Franz\u00f6sische Republik", "common": "Frankreich"}, + "fra": {"official": "R\u00e9publique fran\u00e7aise", "common": "France"}, + "hrv": {"official": "Francuska Republika", "common": "Francuska"}, + "ita": {"official": "Repubblica francese", "common": "Francia"}, + "jpn": {"official": "\u30d5\u30e9\u30f3\u30b9\u5171\u548c\u56fd", "common": "\u30d5\u30e9\u30f3\u30b9"}, + "nld": {"official": "Franse Republiek", "common": "Frankrijk"}, + "por": {"official": "Rep\u00fablica Francesa", "common": "Fran\u00e7a"}, + "rus": {"official": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0424\u0440\u0430\u043d\u0446\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica franc\u00e9s", "common": "Francia"}, + "fin": {"official": "Ranskan tasavalta", "common": "Ranska"} + }, + "latlng": [46, 2], + "demonym": "French", + "landlocked": false, + "borders": ["AND", "BEL", "DEU", "ITA", "LUX", "MCO", "ESP", "CHE"], + "area": 551695 + }, + { + "name": { + "common": "Faroe Islands", + "official": "Faroe Islands", + "native": { + "dan": { + "official": "F\u00e6r\u00f8erne", + "common": "F\u00e6r\u00f8erne" + }, + "fao": { + "official": "F\u00f8royar", + "common": "F\u00f8royar" + } + } + }, + "tld": [".fo"], + "cca2": "FO", + "ccn3": "234", + "cca3": "FRO", + "cioc": "", + "currency": ["DKK"], + "callingCode": ["298"], + "capital": "T\u00f3rshavn", + "altSpellings": ["FO", "F\u00f8royar", "F\u00e6r\u00f8erne"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "dan": "Danish", + "fao": "Faroese" + }, + "translations": { + "deu": {"official": "F\u00e4r\u00f6er", "common": "F\u00e4r\u00f6er-Inseln"}, + "fra": {"official": "\u00celes F\u00e9ro\u00e9", "common": "\u00celes F\u00e9ro\u00e9"}, + "hrv": {"official": "Farski Otoci", "common": "Farski Otoci"}, + "ita": {"official": "Isole Faroe", "common": "Isole Far Oer"}, + "jpn": {"official": "\u30d5\u30a7\u30ed\u30fc\u8af8\u5cf6", "common": "\u30d5\u30a7\u30ed\u30fc\u8af8\u5cf6"}, + "nld": {"official": "Faer\u00f6er", "common": "Faer\u00f6er"}, + "por": {"official": "Ilhas Faroe", "common": "Ilhas Faro\u00e9"}, + "rus": {"official": "\u0424\u0430\u0440\u0435\u0440\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0424\u0430\u0440\u0435\u0440\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Islas Feroe", "common": "Islas Faroe"}, + "fin": {"official": "F\u00e4rsaaret", "common": "F\u00e4rsaaret"} + }, + "latlng": [62, -7], + "demonym": "Faroese", + "landlocked": false, + "borders": [], + "area": 1393 + }, + { + "name": { + "common": "Micronesia", + "official": "Federated States of Micronesia", + "native": { + "eng": { + "official": "Federated States of Micronesia", + "common": "Micronesia" + } + } + }, + "tld": [".fm"], + "cca2": "FM", + "ccn3": "583", + "cca3": "FSM", + "cioc": "FSM", + "currency": ["USD"], + "callingCode": ["691"], + "capital": "Palikir", + "altSpellings": ["FM", "Federated States of Micronesia", "Micronesia, Federated States of"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "F\u00f6derierte Staaten von Mikronesien", "common": "Mikronesien"}, + "fra": {"official": "\u00c9tats f\u00e9d\u00e9r\u00e9s de Micron\u00e9sie", "common": "Micron\u00e9sie"}, + "hrv": {"official": "Savezne Dr\u017eave Mikronezije", "common": "Mikronezija"}, + "ita": {"official": "Stati federati di Micronesia", "common": "Micronesia"}, + "jpn": {"official": "\u30df\u30af\u30ed\u30cd\u30b7\u30a2\u9023\u90a6", "common": "\u30df\u30af\u30ed\u30cd\u30b7\u30a2\u9023\u90a6"}, + "nld": {"official": "Federale Staten van Micronesia", "common": "Micronesi\u00eb"}, + "por": {"official": "Estados Federados da Micron\u00e9sia", "common": "Micron\u00e9sia"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u041c\u0438\u043a\u0440\u043e\u043d\u0435\u0437\u0438\u0438", "common": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u041c\u0438\u043a\u0440\u043e\u043d\u0435\u0437\u0438\u0438"}, + "spa": {"official": "Estados Federados de Micronesia", "common": "Micronesia"}, + "fin": {"official": "Mikronesian liittovaltio", "common": "Mikronesia"} + }, + "latlng": [6.91666666, 158.25], + "demonym": "Micronesian", + "landlocked": false, + "borders": [], + "area": 702 + }, + { + "name": { + "common": "Gabon", + "official": "Gabonese Republic", + "native": { + "fra": { + "official": "R\u00e9publique gabonaise", + "common": "Gabon" + } + } + }, + "tld": [".ga"], + "cca2": "GA", + "ccn3": "266", + "cca3": "GAB", + "cioc": "GAB", + "currency": ["XAF"], + "callingCode": ["241"], + "capital": "Libreville", + "altSpellings": ["GA", "Gabonese Republic", "R\u00e9publique Gabonaise"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Gabunische Republik", "common": "Gabun"}, + "fra": {"official": "R\u00e9publique gabonaise", "common": "Gabon"}, + "hrv": {"official": "Gabon Republika", "common": "Gabon"}, + "ita": {"official": "Repubblica gabonese", "common": "Gabon"}, + "jpn": {"official": "\u30ac\u30dc\u30f3\u5171\u548c\u56fd", "common": "\u30ac\u30dc\u30f3"}, + "nld": {"official": "Republiek Gabon", "common": "Gabon"}, + "por": {"official": "Rep\u00fablica do Gab\u00e3o", "common": "Gab\u00e3o"}, + "rus": {"official": "\u0413\u0430\u0431\u043e\u043d\u0430 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0413\u0430\u0431\u043e\u043d"}, + "spa": {"official": "Rep\u00fablica de Gab\u00f3n", "common": "Gab\u00f3n"}, + "fin": {"official": "Gabonin tasavalta", "common": "Gabon"} + }, + "latlng": [-1, 11.75], + "demonym": "Gabonese", + "landlocked": false, + "borders": ["CMR", "COG", "GNQ"], + "area": 267668 + }, + { + "name": { + "common": "United Kingdom", + "official": "United Kingdom of Great Britain and Northern Ireland", + "native": { + "eng": { + "official": "United Kingdom of Great Britain and Northern Ireland", + "common": "United Kingdom" + } + } + }, + "tld": [".uk"], + "cca2": "GB", + "ccn3": "826", + "cca3": "GBR", + "cioc": "GBR", + "currency": ["GBP"], + "callingCode": ["44"], + "capital": "London", + "altSpellings": ["GB", "UK", "Great Britain"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Vereinigtes K\u00f6nigreich Gro\u00dfbritannien und Nordirland", "common": "Vereinigtes K\u00f6nigreich"}, + "fra": {"official": "Royaume-Uni de Grande-Bretagne et d'Irlande du Nord", "common": "Royaume-Uni"}, + "hrv": {"official": "Ujedinjeno Kraljevstvo Velike Britanije i Sjeverne Irske", "common": "Ujedinjeno Kraljevstvo"}, + "ita": {"official": "Regno Unito di Gran Bretagna e Irlanda del Nord", "common": "Regno Unito"}, + "jpn": {"official": "\u30b0\u30ec\u30fc\u30c8\u00b7\u30d6\u30ea\u30c6\u30f3\u304a\u3088\u3073\u5317\u30a2\u30a4\u30eb\u30e9\u30f3\u30c9\u9023\u5408\u738b\u56fd", "common": "\u30a4\u30ae\u30ea\u30b9"}, + "nld": {"official": "Verenigd Koninkrijk van Groot-Brittanni\u00eb en Noord-Ierland", "common": "Verenigd Koninkrijk"}, + "por": {"official": "Reino Unido da Gr\u00e3-Bretanha e Irlanda do Norte", "common": "Reino Unido"}, + "rus": {"official": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u043e\u0435 \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u0438 \u0438 \u0421\u0435\u0432\u0435\u0440\u043d\u043e\u0439 \u0418\u0440\u043b\u0430\u043d\u0434\u0438\u0438", "common": "\u0412\u0435\u043b\u0438\u043a\u043e\u0431\u0440\u0438\u0442\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Reino Unido de Gran Breta\u00f1a e Irlanda del Norte", "common": "Reino Unido"}, + "fin": {"official": "Ison-Britannian ja Pohjois-Irlannin yhdistynyt kuningaskunta", "common": "Yhdistynyt kuningaskunta"} + }, + "latlng": [54, -2], + "demonym": "British", + "landlocked": false, + "borders": ["IRL"], + "area": 242900 + }, + { + "name": { + "common": "Georgia", + "official": "Georgia", + "native": { + "kat": { + "official": "\u10e1\u10d0\u10e5\u10d0\u10e0\u10d7\u10d5\u10d4\u10da\u10dd", + "common": "\u10e1\u10d0\u10e5\u10d0\u10e0\u10d7\u10d5\u10d4\u10da\u10dd" + } + } + }, + "tld": [".ge"], + "cca2": "GE", + "ccn3": "268", + "cca3": "GEO", + "cioc": "GEO", + "currency": ["GEL"], + "callingCode": ["995"], + "capital": "Tbilisi", + "altSpellings": ["GE", "Sakartvelo"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "kat": "Georgian" + }, + "translations": { + "deu": {"official": "Georgia", "common": "Georgien"}, + "fra": {"official": "R\u00e9publique de G\u00e9orgie", "common": "G\u00e9orgie"}, + "hrv": {"official": "Gruzija", "common": "Gruzija"}, + "ita": {"official": "Georgia", "common": "Georgia"}, + "jpn": {"official": "\u30b0\u30eb\u30b8\u30a2", "common": "\u30b0\u30eb\u30b8\u30a2"}, + "nld": {"official": "Georgia", "common": "Georgi\u00eb"}, + "por": {"official": "Georgia", "common": "Ge\u00f3rgia"}, + "rus": {"official": "\u0413\u0440\u0443\u0437\u0438\u044f", "common": "\u0413\u0440\u0443\u0437\u0438\u044f"}, + "spa": {"official": "Georgia", "common": "Georgia"}, + "fin": {"official": "Georgia", "common": "Georgia"} + }, + "latlng": [42, 43.5], + "demonym": "Georgian", + "landlocked": false, + "borders": ["ARM", "AZE", "RUS", "TUR"], + "area": 69700 + }, + { + "name": { + "common": "Guernsey", + "official": "Bailiwick of Guernsey", + "native": { + "eng": { + "official": "Bailiwick of Guernsey", + "common": "Guernsey" + }, + "fra": { + "official": "Bailliage de Guernesey", + "common": "Guernesey" + }, + "nfr": { + "official": "Dg\u00e8rn\u00e9siais", + "common": "Dg\u00e8rn\u00e9siais" + } + } + }, + "tld": [".gg"], + "cca2": "GG", + "ccn3": "831", + "cca3": "GGY", + "cioc": "", + "currency": ["GBP"], + "callingCode": ["44"], + "capital": "St. Peter Port", + "altSpellings": ["GG", "Bailiwick of Guernsey", "Bailliage de Guernesey"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "eng": "English", + "fra": "French", + "nfr": "Guern\u00e9siais" + }, + "translations": { + "deu": {"official": "Guernsey", "common": "Guernsey"}, + "fra": {"official": "Bailliage de Guernesey", "common": "Guernesey"}, + "hrv": {"official": "Struka Guernsey", "common": "Guernsey"}, + "ita": {"official": "Baliato di Guernsey", "common": "Guernsey"}, + "jpn": {"official": "\u30ac\u30fc\u30f3\u30b8\u30fc\u306e\u5f97\u610f\u5206\u91ce", "common": "\u30ac\u30fc\u30f3\u30b8\u30fc"}, + "nld": {"official": "Baljuwschap Guernsey", "common": "Guernsey"}, + "por": {"official": "Bailiado de Guernsey", "common": "Guernsey"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043d\u043d\u043e\u0435 \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0435 \u0413\u0435\u0440\u043d\u0441\u0438", "common": "\u0413\u0435\u0440\u043d\u0441\u0438"}, + "spa": {"official": "Bail\u00eda de Guernsey", "common": "Guernsey"}, + "fin": {"official": "Guernsey", "common": "Guernsey"} + }, + "latlng": [49.46666666, -2.58333333], + "demonym": "Channel Islander", + "landlocked": false, + "borders": [], + "area": 78 + }, + { + "name": { + "common": "Ghana", + "official": "Republic of Ghana", + "native": { + "eng": { + "official": "Republic of Ghana", + "common": "Ghana" + } + } + }, + "tld": [".gh"], + "cca2": "GH", + "ccn3": "288", + "cca3": "GHA", + "cioc": "GHA", + "currency": ["GHS"], + "callingCode": ["233"], + "capital": "Accra", + "altSpellings": ["GH"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Ghana", "common": "Ghana"}, + "fra": {"official": "R\u00e9publique du Ghana", "common": "Ghana"}, + "hrv": {"official": "Republika Gana", "common": "Gana"}, + "ita": {"official": "Repubblica del Ghana", "common": "Ghana"}, + "jpn": {"official": "\u30ac\u30fc\u30ca\u5171\u548c\u56fd", "common": "\u30ac\u30fc\u30ca"}, + "nld": {"official": "Republiek Ghana", "common": "Ghana"}, + "por": {"official": "Rep\u00fablica do Gana", "common": "Gana"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0430\u043d\u0430", "common": "\u0413\u0430\u043d\u0430"}, + "spa": {"official": "Rep\u00fablica de Ghana", "common": "Ghana"}, + "fin": {"official": "Ghanan tasavalta", "common": "Ghana"} + }, + "latlng": [8, -2], + "demonym": "Ghanaian", + "landlocked": false, + "borders": ["BFA", "CIV", "TGO"], + "area": 238533 + }, + { + "name": { + "common": "Gibraltar", + "official": "Gibraltar", + "native": { + "eng": { + "official": "Gibraltar", + "common": "Gibraltar" + } + } + }, + "tld": [".gi"], + "cca2": "GI", + "ccn3": "292", + "cca3": "GIB", + "cioc": "", + "currency": ["GIP"], + "callingCode": ["350"], + "capital": "Gibraltar", + "altSpellings": ["GI"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Gibraltar", "common": "Gibraltar"}, + "fra": {"official": "Gibraltar", "common": "Gibraltar"}, + "hrv": {"official": "Gibraltar", "common": "Gibraltar"}, + "ita": {"official": "Gibilterra", "common": "Gibilterra"}, + "jpn": {"official": "\u30b8\u30d6\u30e9\u30eb\u30bf\u30eb", "common": "\u30b8\u30d6\u30e9\u30eb\u30bf\u30eb"}, + "nld": {"official": "Gibraltar", "common": "Gibraltar"}, + "por": {"official": "Gibraltar", "common": "Gibraltar"}, + "rus": {"official": "\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440", "common": "\u0413\u0438\u0431\u0440\u0430\u043b\u0442\u0430\u0440"}, + "spa": {"official": "Gibraltar", "common": "Gibraltar"}, + "fin": {"official": "Gibraltar", "common": "Gibraltar"} + }, + "latlng": [36.13333333, -5.35], + "demonym": "Gibraltar", + "landlocked": false, + "borders": ["ESP"], + "area": 6 + }, + { + "name": { + "common": "Guinea", + "official": "Republic of Guinea", + "native": { + "fra": { + "official": "R\u00e9publique de Guin\u00e9e", + "common": "Guin\u00e9e" + } + } + }, + "tld": [".gn"], + "cca2": "GN", + "ccn3": "324", + "cca3": "GIN", + "cioc": "GUI", + "currency": ["GNF"], + "callingCode": ["224"], + "capital": "Conakry", + "altSpellings": ["GN", "Republic of Guinea", "R\u00e9publique de Guin\u00e9e"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik Guinea", "common": "Guinea"}, + "fra": {"official": "R\u00e9publique de Guin\u00e9e", "common": "Guin\u00e9e"}, + "hrv": {"official": "Republika Gvineja", "common": "Gvineja"}, + "ita": {"official": "Repubblica di Guinea", "common": "Guinea"}, + "jpn": {"official": "\u30ae\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30ae\u30cb\u30a2"}, + "nld": {"official": "Republiek Guinee", "common": "Guinee"}, + "por": {"official": "Rep\u00fablica da Guin\u00e9", "common": "Guin\u00e9"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0432\u0438\u043d\u0435\u044f", "common": "\u0413\u0432\u0438\u043d\u0435\u044f"}, + "spa": {"official": "Rep\u00fablica de Guinea", "common": "Guinea"}, + "fin": {"official": "Guinean tasavalta", "common": "Guinea"} + }, + "latlng": [11, -10], + "demonym": "Guinean", + "landlocked": false, + "borders": ["CIV", "GNB", "LBR", "MLI", "SEN", "SLE"], + "area": 245857 + }, + { + "name": { + "common": "Guadeloupe", + "official": "Guadeloupe", + "native": { + "fra": { + "official": "Guadeloupe", + "common": "Guadeloupe" + } + } + }, + "tld": [".gp"], + "cca2": "GP", + "ccn3": "312", + "cca3": "GLP", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["590"], + "capital": "Basse-Terre", + "altSpellings": ["GP", "Gwadloup"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Guadeloupe", "common": "Guadeloupe"}, + "fra": {"official": "Guadeloupe", "common": "Guadeloupe"}, + "hrv": {"official": "Gvadalupa", "common": "Gvadalupa"}, + "ita": {"official": "Guadeloupe", "common": "Guadeloupa"}, + "jpn": {"official": "\u30b0\u30a2\u30c9\u30eb\u30fc\u30d7\u5cf6", "common": "\u30b0\u30a2\u30c9\u30eb\u30fc\u30d7"}, + "nld": {"official": "Guadeloupe", "common": "Guadeloupe"}, + "por": {"official": "Guadalupe", "common": "Guadalupe"}, + "rus": {"official": "\u0413\u0432\u0430\u0434\u0435\u043b\u0443\u043f\u0430", "common": "\u0413\u0432\u0430\u0434\u0435\u043b\u0443\u043f\u0430"}, + "spa": {"official": "Guadalupe", "common": "Guadalupe"}, + "fin": {"official": "Guadeloupen departmentti", "common": "Guadeloupe"} + }, + "latlng": [16.25, -61.583333], + "demonym": "Guadeloupian", + "landlocked": false, + "borders": [], + "area": 1628 + }, + { + "name": { + "common": "Gambia", + "official": "Republic of the Gambia", + "native": { + "eng": { + "official": "Republic of the Gambia", + "common": "Gambia" + } + } + }, + "tld": [".gm"], + "cca2": "GM", + "ccn3": "270", + "cca3": "GMB", + "cioc": "GAM", + "currency": ["GMD"], + "callingCode": ["220"], + "capital": "Banjul", + "altSpellings": ["GM", "Republic of the Gambia"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Gambia", "common": "Gambia"}, + "fra": {"official": "R\u00e9publique de Gambie", "common": "Gambie"}, + "hrv": {"official": "Republika Gambija", "common": "Gambija"}, + "ita": {"official": "Repubblica del Gambia", "common": "Gambia"}, + "jpn": {"official": "\u30ac\u30f3\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30ac\u30f3\u30d3\u30a2"}, + "nld": {"official": "Republiek Gambia", "common": "Gambia"}, + "por": {"official": "Rep\u00fablica da G\u00e2mbia", "common": "G\u00e2mbia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0430\u043c\u0431\u0438\u044f", "common": "\u0413\u0430\u043c\u0431\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Gambia", "common": "Gambia"}, + "fin": {"official": "Gambian tasavalta", "common": "Gambia"} + }, + "latlng": [13.46666666, -16.56666666], + "demonym": "Gambian", + "landlocked": false, + "borders": ["SEN"], + "area": 10689 + }, + { + "name": { + "common": "Guinea-Bissau", + "official": "Republic of Guinea-Bissau", + "native": { + "por": { + "official": "Rep\u00fablica da Guin\u00e9-Bissau", + "common": "Guin\u00e9-Bissau" + } + } + }, + "tld": [".gw"], + "cca2": "GW", + "ccn3": "624", + "cca3": "GNB", + "cioc": "GBS", + "currency": ["XOF"], + "callingCode": ["245"], + "capital": "Bissau", + "altSpellings": ["GW", "Republic of Guinea-Bissau", "Rep\u00fablica da Guin\u00e9-Bissau"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "por": "Portuguese" + }, + "translations": { + "deu": {"official": "Republik Guinea-Bissau", "common": "Guinea-Bissau"}, + "fra": {"official": "R\u00e9publique de Guin\u00e9e-Bissau", "common": "Guin\u00e9e-Bissau"}, + "hrv": {"official": "Republika Gvineja Bisau", "common": "Gvineja Bisau"}, + "ita": {"official": "Repubblica di Guinea-Bissau", "common": "Guinea-Bissau"}, + "jpn": {"official": "\u30ae\u30cb\u30a2\u30d3\u30b5\u30a6\u5171\u548c\u56fd", "common": "\u30ae\u30cb\u30a2\u30d3\u30b5\u30a6"}, + "nld": {"official": "Republiek Guinee-Bissau", "common": "Guinee-Bissau"}, + "por": {"official": "Rep\u00fablica da Guin\u00e9-Bissau", "common": "Guin\u00e9-Bissau"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0432\u0438\u043d\u0435\u044f -\u0411\u0438\u0441\u0430\u0443", "common": "\u0413\u0432\u0438\u043d\u0435\u044f-\u0411\u0438\u0441\u0430\u0443"}, + "spa": {"official": "Rep\u00fablica de Guinea-Bissau", "common": "Guinea-Bis\u00e1u"}, + "fin": {"official": "Guinea-Bissaun tasavalta", "common": "Guinea-Bissau"} + }, + "latlng": [12, -15], + "demonym": "Guinea-Bissauan", + "landlocked": false, + "borders": ["GIN", "SEN"], + "area": 36125 + }, + { + "name": { + "common": "Equatorial Guinea", + "official": "Republic of Equatorial Guinea", + "native": { + "fra": { + "official": "R\u00e9publique de la Guin\u00e9e \u00c9quatoriale", + "common": "Guin\u00e9e \u00e9quatoriale" + }, + "por": { + "official": "Rep\u00fablica da Guin\u00e9 Equatorial", + "common": "Guin\u00e9 Equatorial" + }, + "spa": { + "official": "Rep\u00fablica de Guinea Ecuatorial", + "common": "Guinea Ecuatorial" + } + } + }, + "tld": [".gq"], + "cca2": "GQ", + "ccn3": "226", + "cca3": "GNQ", + "cioc": "GEQ", + "currency": ["XAF"], + "callingCode": ["240"], + "capital": "Malabo", + "altSpellings": ["GQ", "Republic of Equatorial Guinea", "Rep\u00fablica de Guinea Ecuatorial", "R\u00e9publique de Guin\u00e9e \u00e9quatoriale", "Rep\u00fablica da Guin\u00e9 Equatorial"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "fra": "French", + "por": "Portuguese", + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of Equatorial Guinea", "common": "Gini Gyhydeddol"}, + "deu": {"official": "Republik \u00c4quatorialguinea", "common": "\u00c4quatorialguinea"}, + "fra": {"official": "R\u00e9publique de Guin\u00e9e \u00e9quatoriale", "common": "Guin\u00e9e \u00e9quatoriale"}, + "hrv": {"official": "Republika Ekvatorska Gvineja", "common": "Ekvatorijalna Gvineja"}, + "ita": {"official": "Repubblica della Guinea Equatoriale", "common": "Guinea Equatoriale"}, + "jpn": {"official": "\u8d64\u9053\u30ae\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u8d64\u9053\u30ae\u30cb\u30a2"}, + "nld": {"official": "Republiek Equatoriaal-Guinea", "common": "Equatoriaal-Guinea"}, + "por": {"official": "Rep\u00fablica da Guin\u00e9 Equatorial", "common": "Guin\u00e9 Equatorial"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u042d\u043a\u0432\u0430\u0442\u043e\u0440\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0413\u0432\u0438\u043d\u0435\u044f", "common": "\u042d\u043a\u0432\u0430\u0442\u043e\u0440\u0438\u0430\u043b\u044c\u043d\u0430\u044f \u0413\u0432\u0438\u043d\u0435\u044f"}, + "spa": {"official": "Rep\u00fablica de Guinea Ecuatorial", "common": "Guinea Ecuatorial"}, + "fin": {"official": "P\u00e4iv\u00e4ntasaajan Guinean tasavalta", "common": "P\u00e4iv\u00e4ntasaajan Guinea"} + }, + "latlng": [2, 10], + "demonym": "Equatorial Guinean", + "landlocked": false, + "borders": ["CMR", "GAB"], + "area": 28051 + }, + { + "name": { + "common": "Greece", + "official": "Hellenic Republic", + "native": { + "ell": { + "official": "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1", + "common": "\u0395\u03bb\u03bb\u03ac\u03b4\u03b1" + } + } + }, + "tld": [".gr"], + "cca2": "GR", + "ccn3": "300", + "cca3": "GRC", + "cioc": "GRE", + "currency": ["EUR"], + "callingCode": ["30"], + "capital": "Athens", + "altSpellings": ["GR", "Ell\u00e1da", "Hellenic Republic", "\u0395\u03bb\u03bb\u03b7\u03bd\u03b9\u03ba\u03ae \u0394\u03b7\u03bc\u03bf\u03ba\u03c1\u03b1\u03c4\u03af\u03b1"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "ell": "Greek" + }, + "translations": { + "deu": {"official": "Hellenische Republik", "common": "Griechenland"}, + "fra": {"official": "R\u00e9publique hell\u00e9nique", "common": "Gr\u00e8ce"}, + "hrv": {"official": "Helenska Republika", "common": "Gr\u010dka"}, + "ita": {"official": "Repubblica ellenica", "common": "Grecia"}, + "jpn": {"official": "\u30ae\u30ea\u30b7\u30e3\u5171\u548c\u56fd", "common": "\u30ae\u30ea\u30b7\u30e3"}, + "nld": {"official": "Helleense Republiek", "common": "Griekenland"}, + "por": {"official": "Rep\u00fablica Hel\u00e9nica", "common": "Gr\u00e9cia"}, + "rus": {"official": "\u0413\u0440\u0435\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0413\u0440\u0435\u0446\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Hel\u00e9nica", "common": "Grecia"}, + "fin": {"official": "Helleenien tasavalta", "common": "Kreikka"} + }, + "latlng": [39, 22], + "demonym": "Greek", + "landlocked": false, + "borders": ["ALB", "BGR", "TUR", "MKD"], + "area": 131990 + }, + { + "name": { + "common": "Grenada", + "official": "Grenada", + "native": { + "eng": { + "official": "Grenada", + "common": "Grenada" + } + } + }, + "tld": [".gd"], + "cca2": "GD", + "ccn3": "308", + "cca3": "GRD", + "cioc": "GRN", + "currency": ["XCD"], + "callingCode": ["1473"], + "capital": "St. George's", + "altSpellings": ["GD"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Grenada", "common": "Grenada"}, + "fra": {"official": "Grenade", "common": "Grenade"}, + "hrv": {"official": "Grenada", "common": "Grenada"}, + "ita": {"official": "Grenada", "common": "Grenada"}, + "jpn": {"official": "\u30b0\u30ec\u30ca\u30c0", "common": "\u30b0\u30ec\u30ca\u30c0"}, + "nld": {"official": "Grenada", "common": "Grenada"}, + "por": {"official": "Grenada", "common": "Granada"}, + "rus": {"official": "\u0413\u0440\u0435\u043d\u0430\u0434\u0430", "common": "\u0413\u0440\u0435\u043d\u0430\u0434\u0430"}, + "spa": {"official": "Granada", "common": "Grenada"}, + "fin": {"official": "Grenada", "common": "Grenada"} + }, + "latlng": [12.11666666, -61.66666666], + "demonym": "Grenadian", + "landlocked": false, + "borders": [], + "area": 344 + }, + { + "name": { + "common": "Greenland", + "official": "Greenland", + "native": { + "kal": { + "official": "Kalaallit Nunaat", + "common": "Kalaallit Nunaat" + } + } + }, + "tld": [".gl"], + "cca2": "GL", + "ccn3": "304", + "cca3": "GRL", + "cioc": "", + "currency": ["DKK"], + "callingCode": ["299"], + "capital": "Nuuk", + "altSpellings": ["GL", "Gr\u00f8nland"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "kal": "Greenlandic" + }, + "translations": { + "deu": {"official": "Gr\u00f6nland", "common": "Gr\u00f6nland"}, + "fra": {"official": "Groenland", "common": "Groenland"}, + "hrv": {"official": "Grenland", "common": "Grenland"}, + "ita": {"official": "Groenlandia", "common": "Groenlandia"}, + "jpn": {"official": "\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\u30c9", "common": "\u30b0\u30ea\u30fc\u30f3\u30e9\u30f3\u30c9"}, + "nld": {"official": "Groenland", "common": "Groenland"}, + "por": {"official": "Groenl\u00e2ndia", "common": "Gronel\u00e2ndia"}, + "rus": {"official": "\u0413\u0440\u0435\u043d\u043b\u0430\u043d\u0434\u0438\u044f", "common": "\u0413\u0440\u0435\u043d\u043b\u0430\u043d\u0434\u0438\u044f"}, + "spa": {"official": "Groenlandia", "common": "Groenlandia"}, + "fin": {"official": "Gro\u00f6nlanti", "common": "Gro\u00f6nlanti"} + }, + "latlng": [72, -40], + "demonym": "Greenlandic", + "landlocked": false, + "borders": [], + "area": 2166086 + }, + { + "name": { + "common": "Guatemala", + "official": "Republic of Guatemala", + "native": { + "spa": { + "official": "Rep\u00fablica de Guatemala", + "common": "Guatemala" + } + } + }, + "tld": [".gt"], + "cca2": "GT", + "ccn3": "320", + "cca3": "GTM", + "cioc": "GUA", + "currency": ["GTQ"], + "callingCode": ["502"], + "capital": "Guatemala City", + "altSpellings": ["GT"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Guatemala", "common": "Guatemala"}, + "fra": {"official": "R\u00e9publique du Guatemala", "common": "Guatemala"}, + "hrv": {"official": "Republika Gvatemala", "common": "Gvatemala"}, + "ita": {"official": "Repubblica del Guatemala", "common": "Guatemala"}, + "jpn": {"official": "\u30b0\u30a2\u30c6\u30de\u30e9\u5171\u548c\u56fd", "common": "\u30b0\u30a2\u30c6\u30de\u30e9"}, + "nld": {"official": "Republiek Guatemala", "common": "Guatemala"}, + "por": {"official": "Rep\u00fablica da Guatemala", "common": "Guatemala"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0432\u0430\u0442\u0435\u043c\u0430\u043b\u0430", "common": "\u0413\u0432\u0430\u0442\u0435\u043c\u0430\u043b\u0430"}, + "spa": {"official": "Rep\u00fablica de Guatemala", "common": "Guatemala"}, + "fin": {"official": "Guatemalan tasavalta", "common": "Guatemala"} + }, + "latlng": [15.5, -90.25], + "demonym": "Guatemalan", + "landlocked": false, + "borders": ["BLZ", "SLV", "HND", "MEX"], + "area": 108889 + }, + { + "name": { + "common": "French Guiana", + "official": "Guiana", + "native": { + "fra": { + "official": "Guyanes", + "common": "Guyane fran\u00e7aise" + } + } + }, + "tld": [".gf"], + "cca2": "GF", + "ccn3": "254", + "cca3": "GUF", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["594"], + "capital": "Cayenne", + "altSpellings": ["GF", "Guiana", "Guyane"], + "region": "Americas", + "subregion": "South America", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Guayana", "common": "Franz\u00f6sisch Guyana"}, + "fra": {"official": "Guyane", "common": "Guyane"}, + "hrv": {"official": "Gijana", "common": "Francuska Gvajana"}, + "ita": {"official": "Guiana", "common": "Guyana francese"}, + "jpn": {"official": "\u30ae\u30a2\u30ca", "common": "\u30d5\u30e9\u30f3\u30b9\u9818\u30ae\u30a2\u30ca"}, + "nld": {"official": "Guyana", "common": "Frans-Guyana"}, + "por": {"official": "Guiana", "common": "Guiana Francesa"}, + "rus": {"official": "\u0413\u0432\u0438\u0430\u043d\u0430", "common": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u0413\u0432\u0438\u0430\u043d\u0430"}, + "spa": {"official": "Guayana", "common": "Guayana Francesa"}, + "fin": {"official": "Ranskan Guayana", "common": "Ranskan Guayana"} + }, + "latlng": [4, -53], + "demonym": "", + "landlocked": false, + "borders": ["BRA", "SUR"], + "area": 83534 + }, + { + "name": { + "common": "Guam", + "official": "Guam", + "native": { + "cha": { + "official": "Gu\u00e5h\u00e5n", + "common": "Gu\u00e5h\u00e5n" + }, + "eng": { + "official": "Guam", + "common": "Guam" + }, + "spa": { + "official": "Guam", + "common": "Guam" + } + } + }, + "tld": [".gu"], + "cca2": "GU", + "ccn3": "316", + "cca3": "GUM", + "cioc": "GUM", + "currency": ["USD"], + "callingCode": ["1671"], + "capital": "Hag\u00e5t\u00f1a", + "altSpellings": ["GU", "Gu\u00e5h\u00e5n"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "cha": "Chamorro", + "eng": "English", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Guam", "common": "Guam"}, + "fra": {"official": "Guam", "common": "Guam"}, + "hrv": {"official": "Guam", "common": "Guam"}, + "ita": {"official": "Guam", "common": "Guam"}, + "jpn": {"official": "\u30b0\u30a2\u30e0", "common": "\u30b0\u30a2\u30e0"}, + "nld": {"official": "Guam", "common": "Guam"}, + "por": {"official": "Guam", "common": "Guam"}, + "rus": {"official": "\u0413\u0443\u0430\u043c", "common": "\u0413\u0443\u0430\u043c"}, + "spa": {"official": "Guam", "common": "Guam"}, + "fin": {"official": "Guam", "common": "Guam"} + }, + "latlng": [13.46666666, 144.78333333], + "demonym": "Guamanian", + "landlocked": false, + "borders": [], + "area": 549 + }, + { + "name": { + "common": "Guyana", + "official": "Co-operative Republic of Guyana", + "native": { + "eng": { + "official": "Co-operative Republic of Guyana", + "common": "Guyana" + } + } + }, + "tld": [".gy"], + "cca2": "GY", + "ccn3": "328", + "cca3": "GUY", + "cioc": "GUY", + "currency": ["GYD"], + "callingCode": ["592"], + "capital": "Georgetown", + "altSpellings": ["GY", "Co-operative Republic of Guyana"], + "region": "Americas", + "subregion": "South America", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Kooperative Republik Guyana", "common": "Guyana"}, + "fra": {"official": "R\u00e9publique coop\u00e9rative de Guyana", "common": "Guyana"}, + "hrv": {"official": "Zadruga Republika Gvajana", "common": "Gvajana"}, + "ita": {"official": "Co -operative Republic of Guyana", "common": "Guyana"}, + "jpn": {"official": "\u30ac\u30a4\u30a2\u30ca\u306e\u5354\u540c\u5171\u548c\u56fd", "common": "\u30ac\u30a4\u30a2\u30ca"}, + "nld": {"official": "Co\u00f6peratieve Republiek Guyana", "common": "Guyana"}, + "por": {"official": "Co -operative Rep\u00fablica da Guiana", "common": "Guiana"}, + "rus": {"official": "\u041a\u043e\u043e\u043f\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0430\u0439\u0430\u043d\u0430", "common": "\u0413\u0430\u0439\u0430\u043d\u0430"}, + "spa": {"official": "Rep\u00fablica Cooperativa de Guyana", "common": "Guyana"}, + "fin": {"official": "Guayanan osuustoiminnallinen tasavalta", "common": "Guayana"} + }, + "latlng": [5, -59], + "demonym": "Guyanese", + "landlocked": false, + "borders": ["BRA", "SUR", "VEN"], + "area": 214969 + }, + { + "name": { + "common": "Hong Kong", + "official": "Hong Kong Special Administrative Region of the People's Republic of China", + "native": { + "eng": { + "official": "Hong Kong Special Administrative Region of the People's Republic of China", + "common": "Hong Kong" + }, + "zho": { + "official": "\u9999\u6e2f\u4e2d\u56fd\u7279\u522b\u884c\u653f\u533a\u7684\u4eba\u6c11\u5171\u548c\u56fd", + "common": "\u9999\u6e2f" + } + } + }, + "tld": [".hk", ".\u9999\u6e2f"], + "cca2": "HK", + "ccn3": "344", + "cca3": "HKG", + "cioc": "HKG", + "currency": ["HKD"], + "callingCode": ["852"], + "capital": "City of Victoria", + "altSpellings": ["HK"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "eng": "English", + "zho": "Chinese" + }, + "translations": { + "deu": {"official": "Sonderverwaltungszone der Volksrepublik China", "common": "Hongkong"}, + "fra": {"official": "R\u00e9gion administrative sp\u00e9ciale de Hong Kong de la R\u00e9publique populaire de Chine", "common": "Hong Kong"}, + "hrv": {"official": "Hong Kong Posebnog upravnog podru\u010djaNarodne Republike Kine", "common": "Hong Kong"}, + "ita": {"official": "Hong Kong Regione amministrativa speciale della Repubblica Popolare Cinese", "common": "Hong Kong"}, + "jpn": {"official": "\u4e2d\u83ef\u4eba\u6c11\u5171\u548c\u56fd\u9999\u6e2f\u7279\u5225\u884c\u653f\u533a", "common": "\u9999\u6e2f"}, + "nld": {"official": "Hong Kong Speciale Administratieve Regio van de Volksrepubliek China", "common": "Hongkong"}, + "por": {"official": "Hong Kong Regi\u00e3o Administrativa Especial da Rep\u00fablica Popular da China", "common": "Hong Kong"}, + "rus": {"official": "Hong Kong \u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0439\u043e\u043d \u041a\u0438\u0442\u0430\u0439\u0441\u043a\u043e\u0439 \u041d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0438 \u041a\u0438\u0442\u0430\u044f", "common": "\u0413\u043e\u043d\u043a\u043e\u043d\u0433"}, + "spa": {"official": "Hong Kong Regi\u00f3n Administrativa Especial de la Rep\u00fablica Popular China", "common": "Hong Kong"}, + "fin": {"official": "Hong Kongin erityishallintoalue", "common": "Hongkong"} + }, + "latlng": [22.267, 114.188], + "demonym": "Hong Konger", + "landlocked": false, + "borders": ["CHN"], + "area": 1104 + }, + { + "name": { + "common": "Heard Island and McDonald Islands", + "official": "Heard Island and McDonald Islands", + "native": { + "eng": { + "official": "Heard Island and McDonald Islands", + "common": "Heard Island and McDonald Islands" + } + } + }, + "tld": [".hm", ".aq"], + "cca2": "HM", + "ccn3": "334", + "cca3": "HMD", + "cioc": "", + "currency": ["AUD"], + "callingCode": [], + "capital": "", + "altSpellings": ["HM", "Heard Island and McDonald Mcdonald Islands"], + "region": "", + "subregion": "", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Heard und McDonaldinseln", "common": "Heard und die McDonaldinseln"}, + "fra": {"official": "Des \u00eeles Heard et McDonald", "common": "\u00celes Heard-et-MacDonald"}, + "hrv": {"official": "Otok Heard i oto\u010dje McDonald", "common": "Otok Heard i oto\u010dje McDonald"}, + "ita": {"official": "Isole Heard e McDonald", "common": "Isole Heard e McDonald"}, + "jpn": {"official": "\u30cf\u30fc\u30c9\u5cf6\u3068\u30de\u30af\u30c9\u30ca\u30eb\u30c9\u8af8\u5cf6", "common": "\u30cf\u30fc\u30c9\u5cf6\u3068\u30de\u30af\u30c9\u30ca\u30eb\u30c9\u8af8\u5cf6"}, + "nld": {"official": "Heard en McDonaldeilanden", "common": "Heard-en McDonaldeilanden"}, + "por": {"official": "Ilha Heard e Ilhas McDonald", "common": "Ilha Heard e Ilhas McDonald"}, + "rus": {"official": "\u041e\u0441\u0442\u0440\u043e\u0432 \u0425\u0435\u0440\u0434 \u0438 \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u041c\u0430\u043a\u0434\u043e\u043d\u0430\u043b\u044c\u0434", "common": "\u041e\u0441\u0442\u0440\u043e\u0432 \u0425\u0435\u0440\u0434 \u0438 \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u041c\u0430\u043a\u0434\u043e\u043d\u0430\u043b\u044c\u0434"}, + "spa": {"official": "Islas Heard y McDonald", "common": "Islas Heard y McDonald"}, + "fin": {"official": "Heard ja McDonaldinsaaret", "common": "Heard ja McDonaldinsaaret"} + }, + "latlng": [-53.1, 72.51666666], + "demonym": "Heard and McDonald Islander", + "landlocked": false, + "borders": [], + "area": 412 + }, + { + "name": { + "common": "Honduras", + "official": "Republic of Honduras", + "native": { + "spa": { + "official": "Rep\u00fablica de Honduras", + "common": "Honduras" + } + } + }, + "tld": [".hn"], + "cca2": "HN", + "ccn3": "340", + "cca3": "HND", + "cioc": "HON", + "currency": ["HNL"], + "callingCode": ["504"], + "capital": "Tegucigalpa", + "altSpellings": ["HN", "Republic of Honduras", "Rep\u00fablica de Honduras"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Honduras", "common": "Honduras"}, + "fra": {"official": "R\u00e9publique du Honduras", "common": "Honduras"}, + "hrv": {"official": "Republika Honduras", "common": "Honduras"}, + "ita": {"official": "Repubblica di Honduras", "common": "Honduras"}, + "jpn": {"official": "\u30db\u30f3\u30b8\u30e5\u30e9\u30b9\u5171\u548c\u56fd", "common": "\u30db\u30f3\u30b8\u30e5\u30e9\u30b9"}, + "nld": {"official": "Republiek Honduras", "common": "Honduras"}, + "por": {"official": "Rep\u00fablica de Honduras", "common": "Honduras"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u043e\u043d\u0434\u0443\u0440\u0430\u0441", "common": "\u0413\u043e\u043d\u0434\u0443\u0440\u0430\u0441"}, + "spa": {"official": "Rep\u00fablica de Honduras", "common": "Honduras"}, + "fin": {"official": "Hondurasin tasavalta", "common": "Honduras"} + }, + "latlng": [15, -86.5], + "demonym": "Honduran", + "landlocked": false, + "borders": ["GTM", "SLV", "NIC"], + "area": 112492 + }, + { + "name": { + "common": "Croatia", + "official": "Republic of Croatia", + "native": { + "hrv": { + "official": "Republika Hrvatska", + "common": "Hrvatska" + } + } + }, + "tld": [".hr"], + "cca2": "HR", + "ccn3": "191", + "cca3": "HRV", + "cioc": "CRO", + "currency": ["HRK"], + "callingCode": ["385"], + "capital": "Zagreb", + "altSpellings": ["HR", "Hrvatska", "Republic of Croatia", "Republika Hrvatska"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "hrv": "Croatian" + }, + "translations": { + "cym": {"official": "Republic of Croatia", "common": "Croatia"}, + "deu": {"official": "Republik Kroatien", "common": "Kroatien"}, + "fra": {"official": "R\u00e9publique de Croatie", "common": "Croatie"}, + "hrv": {"official": "Republika Hrvatska", "common": "Hrvatska"}, + "ita": {"official": "Repubblica di Croazia", "common": "Croazia"}, + "jpn": {"official": "\u30af\u30ed\u30a2\u30c1\u30a2\u5171\u548c\u56fd", "common": "\u30af\u30ed\u30a2\u30c1\u30a2"}, + "nld": {"official": "Republiek Kroati\u00eb", "common": "Kroati\u00eb"}, + "por": {"official": "Rep\u00fablica da Cro\u00e1cia", "common": "Cro\u00e1cia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0425\u043e\u0440\u0432\u0430\u0442\u0438\u044f", "common": "\u0425\u043e\u0440\u0432\u0430\u0442\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Croacia", "common": "Croacia"}, + "fin": {"official": "Kroatian tasavalta", "common": "Kroatia"} + }, + "latlng": [45.16666666, 15.5], + "demonym": "Croatian", + "landlocked": false, + "borders": ["BIH", "HUN", "MNE", "SRB", "SVN"], + "area": 56594 + }, + { + "name": { + "common": "Haiti", + "official": "Republic of Haiti", + "native": { + "fra": { + "official": "R\u00e9publique d'Ha\u00efti", + "common": "Ha\u00efti" + }, + "hat": { + "official": "Repiblik Ayiti", + "common": "Ayiti" + } + } + }, + "tld": [".ht"], + "cca2": "HT", + "ccn3": "332", + "cca3": "HTI", + "cioc": "HAI", + "currency": ["HTG", "USD"], + "callingCode": ["509"], + "capital": "Port-au-Prince", + "altSpellings": ["HT", "Republic of Haiti", "R\u00e9publique d'Ha\u00efti", "Repiblik Ayiti"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "fra": "French", + "hat": "Haitian Creole" + }, + "translations": { + "deu": {"official": "Republik Haiti", "common": "Haiti"}, + "fra": {"official": "R\u00e9publique d'Ha\u00efti", "common": "Ha\u00efti"}, + "hrv": {"official": "Republika Haiti", "common": "Haiti"}, + "ita": {"official": "Repubblica di Haiti", "common": "Haiti"}, + "jpn": {"official": "\u30cf\u30a4\u30c1\u5171\u548c\u56fd", "common": "\u30cf\u30a4\u30c1"}, + "nld": {"official": "Republiek Ha\u00efti", "common": "Ha\u00efti"}, + "por": {"official": "Rep\u00fablica do Haiti", "common": "Haiti"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0413\u0430\u0438\u0442\u0438", "common": "\u0413\u0430\u0438\u0442\u0438"}, + "spa": {"official": "Rep\u00fablica de Hait\u00ed", "common": "Haiti"}, + "fin": {"official": "Haitin tasavalta", "common": "Haiti"} + }, + "latlng": [19, -72.41666666], + "demonym": "Haitian", + "landlocked": false, + "borders": ["DOM"], + "area": 27750 + }, + { + "name": { + "common": "Hungary", + "official": "Hungary", + "native": { + "hun": { + "official": "Magyarorsz\u00e1g", + "common": "Magyarorsz\u00e1g" + } + } + }, + "tld": [".hu"], + "cca2": "HU", + "ccn3": "348", + "cca3": "HUN", + "cioc": "HUN", + "currency": ["HUF"], + "callingCode": ["36"], + "capital": "Budapest", + "altSpellings": ["HU"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "hun": "Hungarian" + }, + "translations": { + "deu": {"official": "Ungarn", "common": "Ungarn"}, + "fra": {"official": "Hongrie", "common": "Hongrie"}, + "hrv": {"official": "Mad\u017earska", "common": "Ma\u0111arska"}, + "ita": {"official": "Ungheria", "common": "Ungheria"}, + "jpn": {"official": "\u30cf\u30f3\u30ac\u30ea\u30fc", "common": "\u30cf\u30f3\u30ac\u30ea\u30fc"}, + "nld": {"official": "Hongarije", "common": "Hongarije"}, + "por": {"official": "Hungria", "common": "Hungria"}, + "rus": {"official": "\u0412\u0435\u043d\u0433\u0440\u0438\u044f", "common": "\u0412\u0435\u043d\u0433\u0440\u0438\u044f"}, + "spa": {"official": "Hungr\u00eda", "common": "Hungr\u00eda"}, + "fin": {"official": "Unkari", "common": "Unkari"} + }, + "latlng": [47, 20], + "demonym": "Hungarian", + "landlocked": true, + "borders": ["AUT", "HRV", "ROU", "SRB", "SVK", "SVN", "UKR"], + "area": 93028 + }, + { + "name": { + "common": "Indonesia", + "official": "Republic of Indonesia", + "native": { + "ind": { + "official": "Republik Indonesia", + "common": "Indonesia" + } + } + }, + "tld": [".id"], + "cca2": "ID", + "ccn3": "360", + "cca3": "IDN", + "cioc": "INA", + "currency": ["IDR"], + "callingCode": ["62"], + "capital": "Jakarta", + "altSpellings": ["ID", "Republic of Indonesia", "Republik Indonesia"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "ind": "Indonesian" + }, + "translations": { + "deu": {"official": "Republik Indonesien", "common": "Indonesien"}, + "fra": {"official": "R\u00e9publique d'Indon\u00e9sie", "common": "Indon\u00e9sie"}, + "hrv": {"official": "Republika Indonezija", "common": "Indonezija"}, + "ita": {"official": "Repubblica di Indonesia", "common": "Indonesia"}, + "jpn": {"official": "\u30a4\u30f3\u30c9\u30cd\u30b7\u30a2\u5171\u548c\u56fd", "common": "\u30a4\u30f3\u30c9\u30cd\u30b7\u30a2"}, + "nld": {"official": "Republiek Indonesi\u00eb", "common": "Indonesi\u00eb"}, + "por": {"official": "Rep\u00fablica da Indon\u00e9sia", "common": "Indon\u00e9sia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u044f", "common": "\u0418\u043d\u0434\u043e\u043d\u0435\u0437\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Indonesia", "common": "Indonesia"}, + "fin": {"official": "Indonesian tasavalta", "common": "Indonesia"} + }, + "latlng": [-5, 120], + "demonym": "Indonesian", + "landlocked": false, + "borders": ["TLS", "MYS", "PNG"], + "area": 1904569 + }, + { + "name": { + "common": "Isle of Man", + "official": "Isle of Man", + "native": { + "eng": { + "official": "Isle of Man", + "common": "Isle of Man" + }, + "glv": { + "official": "Ellan Vannin or Mannin", + "common": "Mannin" + } + } + }, + "tld": [".im"], + "cca2": "IM", + "ccn3": "833", + "cca3": "IMN", + "cioc": "", + "currency": ["GBP"], + "callingCode": ["44"], + "capital": "Douglas", + "altSpellings": ["IM", "Ellan Vannin", "Mann", "Mannin"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "eng": "English", + "glv": "Manx" + }, + "translations": { + "deu": {"official": "Isle of Man", "common": "Insel Man"}, + "fra": {"official": "Isle of Man", "common": "\u00cele de Man"}, + "hrv": {"official": "Mana ostrvo", "common": "Otok Man"}, + "ita": {"official": "Isola di Man", "common": "Isola di Man"}, + "jpn": {"official": "\u30de\u30f3\u5cf6", "common": "\u30de\u30f3\u5cf6"}, + "nld": {"official": "Isle of Man", "common": "Isle of Man"}, + "por": {"official": "Isle of Man", "common": "Ilha de Man"}, + "rus": {"official": "\u041e\u0441\u0442\u0440\u043e\u0432 \u041c\u044d\u043d", "common": "\u041e\u0441\u0442\u0440\u043e\u0432 \u041c\u044d\u043d"}, + "spa": {"official": "Isla de Man", "common": "Isla de Man"}, + "fin": {"official": "Mansaari", "common": "Mansaari"} + }, + "latlng": [54.25, -4.5], + "demonym": "Manx", + "landlocked": false, + "borders": [], + "area": 572 + }, + { + "name": { + "common": "India", + "official": "Republic of India", + "native": { + "eng": { + "official": "Republic of India", + "common": "India" + }, + "hin": { + "official": "\u092d\u093e\u0930\u0924 \u0917\u0923\u0930\u093e\u091c\u094d\u092f", + "common": "\u092d\u093e\u0930\u0924" + }, + "tam": { + "official": "\u0B87\u0BA8\u0BCD\u0BA4\u0BBF\u0BAF\u0B95\u0BCD \u0B95\u0BC1\u0B9F\u0BBF\u0BAF\u0BB0\u0B9A\u0BC1", + "common": "\u0B87\u0BA8\u0BCD\u0BA4\u0BBF\u0BAF\u0BBE" + } + } + }, + "tld": [".in"], + "cca2": "IN", + "ccn3": "356", + "cca3": "IND", + "cioc": "IND", + "currency": ["INR"], + "callingCode": ["91"], + "capital": "New Delhi", + "altSpellings": ["IN", "Bh\u0101rat", "Republic of India", "Bharat Ganrajya", "\u0B87\u0BA8\u0BCD\u0BA4\u0BBF\u0BAF\u0BBE"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "eng": "English", + "hin": "Hindi", + "tam": "Tamil" + }, + "translations": { + "deu": {"official": "Republik Indien", "common": "Indien"}, + "fra": {"official": "R\u00e9publique de l'Inde", "common": "Inde"}, + "hrv": {"official": "Republika Indija", "common": "Indija"}, + "ita": {"official": "Repubblica dell'India", "common": "India"}, + "jpn": {"official": "\u30a4\u30f3\u30c9\u5171\u548c\u56fd", "common": "\u30a4\u30f3\u30c9"}, + "nld": {"official": "Republiek India", "common": "India"}, + "por": {"official": "Rep\u00fablica da \u00cdndia", "common": "\u00cdndia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u043d\u0434\u0438\u044f", "common": "\u0418\u043d\u0434\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de la India", "common": "India"}, + "fin": {"official": "Intian tasavalta", "common": "Intia"} + }, + "latlng": [20, 77], + "demonym": "Indian", + "landlocked": false, + "borders": ["AFG", "BGD", "BTN", "MMR", "CHN", "NPL", "PAK", "LKA"], + "area": 3287590 + }, + { + "name": { + "common": "British Indian Ocean Territory", + "official": "British Indian Ocean Territory", + "native": { + "eng": { + "official": "British Indian Ocean Territory", + "common": "British Indian Ocean Territory" + } + } + }, + "tld": [".io"], + "cca2": "IO", + "ccn3": "086", + "cca3": "IOT", + "cioc": "", + "currency": ["USD"], + "callingCode": ["246"], + "capital": "Diego Garcia", + "altSpellings": ["IO"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English" + }, + "translations": { + "cym": {"official": "British Indian Ocean Territory", "common": "Tiriogaeth Brydeinig Cefnfor India"}, + "deu": {"official": "Britisch-Indischer Ozean", "common": "Britisches Territorium im Indischen Ozean"}, + "fra": {"official": "Territoire britannique de l' oc\u00e9an Indien", "common": "Territoire britannique de l'oc\u00e9an Indien"}, + "hrv": {"official": "British Indian Ocean Territory", "common": "Britanski Indijskooceanski teritorij"}, + "ita": {"official": "Territorio britannico dell'Oceano Indiano", "common": "Territorio britannico dell'oceano indiano"}, + "jpn": {"official": "\u30a4\u30ae\u30ea\u30b9\u9818\u30a4\u30f3\u30c9\u6d0b\u5730\u57df", "common": "\u30a4\u30ae\u30ea\u30b9\u9818\u30a4\u30f3\u30c9\u6d0b\u5730\u57df"}, + "nld": {"official": "Brits Indische Oceaan Territorium", "common": "Britse Gebieden in de Indische Oceaan"}, + "por": {"official": "British Indian Ocean Territory", "common": "Territ\u00f3rio Brit\u00e2nico do Oceano \u00cdndico"}, + "rus": {"official": "\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430\u044f \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u0418\u043d\u0434\u0438\u0439\u0441\u043a\u043e\u0433\u043e \u043e\u043a\u0435\u0430\u043d\u0430", "common": "\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0430\u044f \u0442\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u0432 \u0418\u043d\u0434\u0438\u0439\u0441\u043a\u043e\u043c \u043e\u043a\u0435\u0430\u043d\u0435"}, + "spa": {"official": "Territorio Brit\u00e1nico del Oc\u00e9ano \u00cdndico", "common": "Territorio Brit\u00e1nico del Oc\u00e9ano \u00cdndico"}, + "fin": {"official": "Brittil\u00e4inen Intian valtameren alue", "common": "Brittil\u00e4inen Intian valtameren alue"} + }, + "latlng": [-6, 71.5], + "demonym": "Indian", + "landlocked": false, + "borders": [], + "area": 60 + }, + { + "name": { + "common": "Ireland", + "official": "Republic of Ireland", + "native": { + "eng": { + "official": "Republic of Ireland", + "common": "Ireland" + }, + "gle": { + "official": "Poblacht na h\u00c9ireann", + "common": "\u00c9ire" + } + } + }, + "tld": [".ie"], + "cca2": "IE", + "ccn3": "372", + "cca3": "IRL", + "cioc": "IRL", + "currency": ["EUR"], + "callingCode": ["353"], + "capital": "Dublin", + "altSpellings": ["IE", "\u00c9ire", "Republic of Ireland", "Poblacht na h\u00c9ireann"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "eng": "English", + "gle": "Irish" + }, + "translations": { + "deu": {"official": "Republik Irland", "common": "Irland"}, + "fra": {"official": "R\u00e9publique d'Irlande", "common": "Irlande"}, + "hrv": {"official": "Republika Irska", "common": "Irska"}, + "ita": {"official": "Repubblica d'Irlanda", "common": "Irlanda"}, + "jpn": {"official": "\u30a2\u30a4\u30eb\u30e9\u30f3\u30c9\u5171\u548c\u56fd", "common": "\u30a2\u30a4\u30eb\u30e9\u30f3\u30c9"}, + "nld": {"official": "Republic of Ireland", "common": "Ierland"}, + "por": {"official": "Rep\u00fablica da Irlanda", "common": "Irlanda"}, + "rus": {"official": "\u0418\u0440\u043b\u0430\u043d\u0434\u0438\u044f", "common": "\u0418\u0440\u043b\u0430\u043d\u0434\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Irlanda", "common": "Irlanda"}, + "fin": {"official": "Irlannin tasavalta", "common": "Irlanti"} + }, + "latlng": [53, -8], + "demonym": "Irish", + "landlocked": false, + "borders": ["GBR"], + "area": 70273 + }, + { + "name": { + "common": "Iran", + "official": "Islamic Republic of Iran", + "native": { + "fas": { + "official": "\u062c\u0645\u0647\u0648\u0631\u06cc \u0627\u0633\u0644\u0627\u0645\u06cc \u0627\u06cc\u0631\u0627\u0646", + "common": "\u0627\u06cc\u0631\u0627\u0646" + } + } + }, + "tld": [".ir", "\u0627\u06cc\u0631\u0627\u0646."], + "cca2": "IR", + "ccn3": "364", + "cca3": "IRN", + "cioc": "IRI", + "currency": ["IRR"], + "callingCode": ["98"], + "capital": "Tehran", + "altSpellings": ["IR", "Islamic Republic of Iran", "Iran, Islamic Republic of", "Jomhuri-ye Esl\u0101mi-ye Ir\u0101n"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "fas": "Persian" + }, + "translations": { + "deu": {"official": "Islamische Republik Iran", "common": "Iran"}, + "fra": {"official": "R\u00e9publique islamique d'Iran", "common": "Iran"}, + "hrv": {"official": "Islamska Republika Iran", "common": "Iran"}, + "jpn": {"official": "\u30a4\u30e9\u30f3\u00b7\u30a4\u30b9\u30e9\u30e0\u5171\u548c\u56fd", "common": "\u30a4\u30e9\u30f3\u30fb\u30a4\u30b9\u30e9\u30e0\u5171\u548c\u56fd"}, + "nld": {"official": "Islamitische Republiek Iran", "common": "Iran"}, + "por": {"official": "Rep\u00fablica Isl\u00e2mica do Ir\u00e3", "common": "Ir\u00e3o"}, + "rus": {"official": "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u0440\u0430\u043d", "common": "\u0418\u0440\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica Isl\u00e1mica de Ir\u00e1n", "common": "Iran"}, + "fin": {"official": "Iranin islamilainen tasavalta", "common": "Iran"} + }, + "latlng": [32, 53], + "demonym": "Iranian", + "landlocked": false, + "borders": ["AFG", "ARM", "AZE", "IRQ", "PAK", "TUR", "TKM"], + "area": 1648195 + }, + { + "name": { + "common": "Iraq", + "official": "Republic of Iraq", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0639\u0631\u0627\u0642", + "common": "\u0627\u0644\u0639\u0631\u0627\u0642" + }, + "arc": { + "official": "\u0729\u0718\u073c\u071b\u0722\u0735\u0710 \u0710\u071d\u073c\u072a\u0732\u0729", + "common": "\u0729\u0718\u073c\u071b\u0722\u0735\u0710" + }, + "ckb": { + "official": "\u06a9\u06c6\u0645\u0627\u0631\u06cc \u0639\u06ce\u0631\u0627\u0642", + "common": "\u06a9\u06c6\u0645\u0627\u0631\u06cc" + } + } + }, + "tld": [".iq"], + "cca2": "IQ", + "ccn3": "368", + "cca3": "IRQ", + "cioc": "IRQ", + "currency": ["IQD"], + "callingCode": ["964"], + "capital": "Baghdad", + "altSpellings": ["IQ", "Republic of Iraq", "Jumh\u016briyyat al-\u2018Ir\u0101q"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic", + "arc": "Aramaic", + "ckb": "Sorani" + }, + "translations": { + "deu": {"official": "Republik Irak", "common": "Irak"}, + "fra": {"official": "R\u00e9publique d'Irak", "common": "Irak"}, + "hrv": {"official": "Republika Irak", "common": "Irak"}, + "ita": {"official": "Repubblica dell'Iraq", "common": "Iraq"}, + "jpn": {"official": "\u30a4\u30e9\u30af\u5171\u548c\u56fd", "common": "\u30a4\u30e9\u30af"}, + "nld": {"official": "Republiek Irak", "common": "Irak"}, + "por": {"official": "Rep\u00fablica do Iraque", "common": "Iraque"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0418\u0440\u0430\u043a", "common": "\u0418\u0440\u0430\u043a"}, + "spa": {"official": "Rep\u00fablica de Irak", "common": "Irak"}, + "fin": {"official": "Irakin tasavalta", "common": "Irak"} + }, + "latlng": [33, 44], + "demonym": "Iraqi", + "landlocked": false, + "borders": ["IRN", "JOR", "KWT", "SAU", "SYR", "TUR"], + "area": 438317 + }, + { + "name": { + "common": "Iceland", + "official": "Iceland", + "native": { + "isl": { + "official": "\u00cdsland", + "common": "\u00cdsland" + } + } + }, + "tld": [".is"], + "cca2": "IS", + "ccn3": "352", + "cca3": "ISL", + "cioc": "ISL", + "currency": ["ISK"], + "callingCode": ["354"], + "capital": "Reykjavik", + "altSpellings": ["IS", "Island", "Republic of Iceland", "L\u00fd\u00f0veldi\u00f0 \u00cdsland"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "isl": "Icelandic" + }, + "translations": { + "deu": {"official": "Island", "common": "Island"}, + "fra": {"official": "R\u00e9publique d'Islande", "common": "Islande"}, + "hrv": {"official": "Island", "common": "Island"}, + "ita": {"official": "Islanda", "common": "Islanda"}, + "jpn": {"official": "\u30a2\u30a4\u30b9\u30e9\u30f3\u30c9", "common": "\u30a2\u30a4\u30b9\u30e9\u30f3\u30c9"}, + "nld": {"official": "IJsland", "common": "IJsland"}, + "por": {"official": "Isl\u00e2ndia", "common": "Isl\u00e2ndia"}, + "rus": {"official": "\u0418\u0441\u043b\u0430\u043d\u0434\u0438\u044f", "common": "\u0418\u0441\u043b\u0430\u043d\u0434\u0438\u044f"}, + "spa": {"official": "Islandia", "common": "Islandia"}, + "fin": {"official": "Islanti", "common": "Islanti"} + }, + "latlng": [65, -18], + "demonym": "Icelander", + "landlocked": false, + "borders": [], + "area": 103000 + }, + { + "name": { + "common": "Israel", + "official": "State of Israel", + "native": { + "ara": { + "official": "\u062f\u0648\u0644\u0629 \u0625\u0633\u0631\u0627\u0626\u064a\u0644", + "common": "\u0625\u0633\u0631\u0627\u0626\u064a\u0644" + }, + "heb": { + "official": "\u05de\u05d3\u05d9\u05e0\u05ea \u05d9\u05e9\u05e8\u05d0\u05dc", + "common": "\u05d9\u05e9\u05e8\u05d0\u05dc" + } + } + }, + "tld": [".il"], + "cca2": "IL", + "ccn3": "376", + "cca3": "ISR", + "cioc": "ISR", + "currency": ["ILS"], + "callingCode": ["972"], + "capital": "Jerusalem", + "altSpellings": ["IL", "State of Israel", "Med\u012bnat Yisr\u0101'el"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic", + "heb": "Hebrew" + }, + "translations": { + "deu": {"official": "Staat Israel", "common": "Israel"}, + "fra": {"official": "\u00c9tat d'Isra\u00ebl", "common": "Isra\u00ebl"}, + "hrv": {"official": "Dr\u017eava Izrael", "common": "Izrael"}, + "ita": {"official": "Stato di Israele", "common": "Israele"}, + "jpn": {"official": "\u30a4\u30b9\u30e9\u30a8\u30eb\u56fd", "common": "\u30a4\u30b9\u30e9\u30a8\u30eb"}, + "nld": {"official": "Staat Isra\u00ebl", "common": "Isra\u00ebl"}, + "por": {"official": "Estado de Israel", "common": "Israel"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0418\u0437\u0440\u0430\u0438\u043b\u044c", "common": "\u0418\u0437\u0440\u0430\u0438\u043b\u044c"}, + "spa": {"official": "Estado de Israel", "common": "Israel"}, + "fin": {"official": "Israelin valtio", "common": "Israel"} + }, + "latlng": [31.47, 35.13], + "demonym": "Israeli", + "landlocked": false, + "borders": ["EGY", "JOR", "LBN", "SYR"], + "area": 20770 + }, + { + "name": { + "common": "Italy", + "official": "Italian Republic", + "native": { + "bar": { + "official": "Italienische Republik", + "common": "Italien" + }, + "ita": { + "official": "Repubblica italiana", + "common": "Italia" + }, + "srd": { + "official": "Repubbricanu Italia", + "common": "Italia" + } + } + }, + "tld": [".it"], + "cca2": "IT", + "ccn3": "380", + "cca3": "ITA", + "cioc": "ITA", + "currency": ["EUR"], + "callingCode": ["39"], + "capital": "Rome", + "altSpellings": ["IT", "Italian Republic", "Repubblica italiana"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "bar": "Austro-Bavarian German", + "ita": "Italian", + "srd": "Sardinian" + }, + "translations": { + "deu": {"official": "Italienische Republik", "common": "Italien"}, + "fra": {"official": "R\u00e9publique italienne", "common": "Italie"}, + "hrv": {"official": "talijanska Republika", "common": "Italija"}, + "ita": {"official": "Repubblica italiana", "common": "Italia"}, + "jpn": {"official": "\u30a4\u30bf\u30ea\u30a2\u5171\u548c\u56fd", "common": "\u30a4\u30bf\u30ea\u30a2"}, + "nld": {"official": "Italiaanse Republiek", "common": "Itali\u00eb"}, + "por": {"official": "Rep\u00fablica Italiana", "common": "It\u00e1lia"}, + "rus": {"official": "\u0438\u0442\u0430\u043b\u044c\u044f\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0418\u0442\u0430\u043b\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Italiana", "common": "Italia"}, + "fin": {"official": "Italian tasavalta", "common": "Italia"} + }, + "latlng": [42.83333333, 12.83333333], + "demonym": "Italian", + "landlocked": false, + "borders": ["AUT", "FRA", "SMR", "SVN", "CHE", "VAT"], + "area": 301336 + }, + { + "name": { + "common": "Jamaica", + "official": "Jamaica", + "native": { + "eng": { + "official": "Jamaica", + "common": "Jamaica" + }, + "jam": { + "official": "Jamaica", + "common": "Jamaica" + } + } + }, + "tld": [".jm"], + "cca2": "JM", + "ccn3": "388", + "cca3": "JAM", + "cioc": "JAM", + "currency": ["JMD"], + "callingCode": ["1876"], + "capital": "Kingston", + "altSpellings": ["JM"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English", + "jam": "Jamaican Patois" + }, + "translations": { + "deu": {"official": "Jamaika", "common": "Jamaika"}, + "fra": {"official": "Jama\u00efque", "common": "Jama\u00efque"}, + "hrv": {"official": "Jamajka", "common": "Jamajka"}, + "ita": {"official": "Giamaica", "common": "Giamaica"}, + "jpn": {"official": "\u30b8\u30e3\u30de\u30a4\u30ab", "common": "\u30b8\u30e3\u30de\u30a4\u30ab"}, + "nld": {"official": "Jamaica", "common": "Jamaica"}, + "por": {"official": "Jamaica", "common": "Jamaica"}, + "rus": {"official": "\u042f\u043c\u0430\u0439\u043a\u0430", "common": "\u042f\u043c\u0430\u0439\u043a\u0430"}, + "spa": {"official": "Jamaica", "common": "Jamaica"}, + "fin": {"official": "Jamaika", "common": "Jamaika"} + }, + "latlng": [18.25, -77.5], + "demonym": "Jamaican", + "landlocked": false, + "borders": [], + "area": 10991 + }, + { + "name": { + "common": "Jersey", + "official": "Bailiwick of Jersey", + "native": { + "eng": { + "official": "Bailiwick of Jersey", + "common": "Jersey" + }, + "fra": { + "official": "Bailliage de Jersey", + "common": "Jersey" + }, + "nrf": { + "official": "Bailliage d\u00e9 J\u00e8rri", + "common": "J\u00e8rri" + } + } + }, + "tld": [".je"], + "cca2": "JE", + "ccn3": "832", + "cca3": "JEY", + "cioc": "", + "currency": ["GBP"], + "callingCode": ["44"], + "capital": "Saint Helier", + "altSpellings": ["JE", "Bailiwick of Jersey", "Bailliage de Jersey", "Bailliage d\u00e9 J\u00e8rri"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "eng": "English", + "fra": "French", + "nrf": "J\u00e8rriais" + }, + "translations": { + "deu": {"official": "Vogtei Jersey", "common": "Jersey"}, + "fra": {"official": "Bailliage de Jersey", "common": "Jersey"}, + "hrv": {"official": "Struka od Jersey", "common": "Jersey"}, + "ita": {"official": "Baliato di Jersey", "common": "Isola di Jersey"}, + "jpn": {"official": "\u30b8\u30e3\u30fc\u30b8\u306e\u5f97\u610f\u5206\u91ce", "common": "\u30b8\u30e3\u30fc\u30b8\u30fc"}, + "nld": {"official": "Baljuwschap Jersey", "common": "Jersey"}, + "por": {"official": "Bailiado de Jersey", "common": "Jersey"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043d\u043d\u043e\u0435 \u0432\u043b\u0430\u0434\u0435\u043d\u0438\u0435 \u0414\u0436\u0435\u0440\u0441\u0438", "common": "\u0414\u0436\u0435\u0440\u0441\u0438"}, + "spa": {"official": "Bail\u00eda de Jersey", "common": "Jersey"}, + "fin": {"official": "Jersey", "common": "Jersey"} + }, + "latlng": [49.25, -2.16666666], + "demonym": "Channel Islander", + "landlocked": false, + "borders": [], + "area": 116 + }, + { + "name": { + "common": "Jordan", + "official": "Hashemite Kingdom of Jordan", + "native": { + "ara": { + "official": "\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0623\u0631\u062f\u0646\u064a\u0629 \u0627\u0644\u0647\u0627\u0634\u0645\u064a\u0629", + "common": "\u0627\u0644\u0623\u0631\u062f\u0646" + } + } + }, + "tld": [".jo", "\u0627\u0644\u0627\u0631\u062f\u0646."], + "cca2": "JO", + "ccn3": "400", + "cca3": "JOR", + "cioc": "JOR", + "currency": ["JOD"], + "callingCode": ["962"], + "capital": "Amman", + "altSpellings": ["JO", "Hashemite Kingdom of Jordan", "al-Mamlakah al-Urdun\u012byah al-H\u0101shim\u012byah"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Haschemitisches K\u00f6nigreich Jordanien", "common": "Jordanien"}, + "fra": {"official": "Royaume hach\u00e9mite de Jordanie", "common": "Jordanie"}, + "hrv": {"official": "Ha\u0161emitske Kraljevine Jordan", "common": "Jordan"}, + "ita": {"official": "Regno hascemita di Giordania", "common": "Giordania"}, + "jpn": {"official": "\u30e8\u30eb\u30c0\u30f3\u00b7\u30cf\u30b7\u30df\u30c6\u738b\u56fd", "common": "\u30e8\u30eb\u30c0\u30f3"}, + "nld": {"official": "Hasjemitisch Koninkrijk Jordani\u00eb", "common": "Jordani\u00eb"}, + "por": {"official": "Reino Hachemita da Jord\u00e2nia", "common": "Jord\u00e2nia"}, + "rus": {"official": "\u0418\u043e\u0440\u0434\u0430\u043d\u0441\u043a\u043e\u0433\u043e \u0425\u0430\u0448\u0438\u043c\u0438\u0442\u0441\u043a\u043e\u0433\u043e \u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u0430", "common": "\u0418\u043e\u0440\u0434\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Reino Hachemita de Jordania", "common": "Jordania"}, + "fin": {"official": "Jordanian ha\u0161emiittinen kunigaskunta", "common": "Jordania"} + }, + "latlng": [31, 36], + "demonym": "Jordanian", + "landlocked": false, + "borders": ["IRQ", "ISR", "SAU", "SYR"], + "area": 89342 + }, + { + "name": { + "common": "Japan", + "official": "Japan", + "native": { + "jpn": { + "official": "\u65e5\u672c", + "common": "\u65e5\u672c" + } + } + }, + "tld": [".jp", ".\u307f\u3093\u306a"], + "cca2": "JP", + "ccn3": "392", + "cca3": "JPN", + "cioc": "JPN", + "currency": ["JPY"], + "callingCode": ["81"], + "capital": "Tokyo", + "altSpellings": ["JP", "Nippon", "Nihon"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "jpn": "Japanese" + }, + "translations": { + "deu": {"official": "Japan", "common": "Japan"}, + "fra": {"official": "Japon", "common": "Japon"}, + "hrv": {"official": "Japan", "common": "Japan"}, + "ita": {"official": "Giappone", "common": "Giappone"}, + "jpn": {"official": "\u65e5\u672c", "common": "\u65e5\u672c"}, + "nld": {"official": "Japan", "common": "Japan"}, + "por": {"official": "Jap\u00e3o", "common": "Jap\u00e3o"}, + "rus": {"official": "\u042f\u043f\u043e\u043d\u0438\u044f", "common": "\u042f\u043f\u043e\u043d\u0438\u044f"}, + "spa": {"official": "Jap\u00f3n", "common": "Jap\u00f3n"}, + "fin": {"official": "Japani", "common": "Japani"} + }, + "latlng": [36, 138], + "demonym": "Japanese", + "landlocked": false, + "borders": [], + "area": 377930 + }, + { + "name": { + "common": "Kazakhstan", + "official": "Republic of Kazakhstan", + "native": { + "kaz": { + "official": "\u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b", + "common": "\u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d" + }, + "rus": { + "official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", + "common": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d" + } + } + }, + "tld": [".kz", ".\u049b\u0430\u0437"], + "cca2": "KZ", + "ccn3": "398", + "cca3": "KAZ", + "cioc": "KAZ", + "currency": ["KZT"], + "callingCode": ["76", "77"], + "capital": "Astana", + "altSpellings": ["KZ", "Qazaqstan", "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", "Republic of Kazakhstan", "\u049a\u0430\u0437\u0430\u049b\u0441\u0442\u0430\u043d \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b", "Qazaqstan Respubl\u00efkas\u0131", "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", "Respublika Kazakhstan"], + "region": "Asia", + "subregion": "Central Asia", + "languages": { + "kaz": "Kazakh", + "rus": "Russian" + }, + "translations": { + "deu": {"official": "Republik Kasachstan", "common": "Kasachstan"}, + "fra": {"official": "R\u00e9publique du Kazakhstan", "common": "Kazakhstan"}, + "hrv": {"official": "Republika Kazahstan", "common": "Kazahstan"}, + "ita": {"official": "Repubblica del Kazakhstan", "common": "Kazakistan"}, + "jpn": {"official": "\u30ab\u30b6\u30d5\u30b9\u30bf\u30f3\u5171\u548c\u56fd", "common": "\u30ab\u30b6\u30d5\u30b9\u30bf\u30f3"}, + "nld": {"official": "Republiek Kazachstan", "common": "Kazachstan"}, + "por": {"official": "Rep\u00fablica do Cazaquist\u00e3o", "common": "Cazaquist\u00e3o"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d", "common": "\u041a\u0430\u0437\u0430\u0445\u0441\u0442\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Kazajst\u00e1n", "common": "Kazajist\u00e1n"}, + "fin": {"official": "Kazakstanin tasavalta", "common": "Kazakstan"} + }, + "latlng": [48, 68], + "demonym": "Kazakhstani", + "landlocked": true, + "borders": ["CHN", "KGZ", "RUS", "TKM", "UZB"], + "area": 2724900 + }, + { + "name": { + "common": "Kenya", + "official": "Republic of Kenya", + "native": { + "eng": { + "official": "Republic of Kenya", + "common": "Kenya" + }, + "swa": { + "official": "Republic of Kenya", + "common": "Kenya" + } + } + }, + "tld": [".ke"], + "cca2": "KE", + "ccn3": "404", + "cca3": "KEN", + "cioc": "KEN", + "currency": ["KES"], + "callingCode": ["254"], + "capital": "Nairobi", + "altSpellings": ["KE", "Republic of Kenya", "Jamhuri ya Kenya"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "swa": "Swahili" + }, + "translations": { + "deu": {"official": "Republik Kenia", "common": "Kenia"}, + "fra": {"official": "R\u00e9publique du Kenya", "common": "Kenya"}, + "hrv": {"official": "Republika Kenija", "common": "Kenija"}, + "ita": {"official": "Repubblica del Kenya", "common": "Kenya"}, + "jpn": {"official": "\u30b1\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30b1\u30cb\u30a2"}, + "nld": {"official": "Republiek Kenia", "common": "Kenia"}, + "por": {"official": "Rep\u00fablica do Qu\u00e9nia", "common": "Qu\u00e9nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0435\u043d\u0438\u044f", "common": "\u041a\u0435\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Kenya", "common": "Kenia"}, + "fin": {"official": "Kenian tasavalta", "common": "Kenia"} + }, + "latlng": [1, 38], + "demonym": "Kenyan", + "landlocked": false, + "borders": ["ETH", "SOM", "SSD", "TZA", "UGA"], + "area": 580367 + }, + { + "name": { + "common": "Kyrgyzstan", + "official": "Kyrgyz Republic", + "native": { + "kir": { + "official": "\u041a\u044b\u0440\u0433\u044b\u0437 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b", + "common": "\u041a\u044b\u0440\u0433\u044b\u0437\u0441\u0442\u0430\u043d" + }, + "rus": { + "official": "\u041a\u044b\u0440\u0433\u044b\u0437\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", + "common": "\u041a\u0438\u0440\u0433\u0438\u0437\u0438\u044f" + } + } + }, + "tld": [".kg"], + "cca2": "KG", + "ccn3": "417", + "cca3": "KGZ", + "cioc": "KGZ", + "currency": ["KGS"], + "callingCode": ["996"], + "capital": "Bishkek", + "altSpellings": ["KG", "\u041a\u0438\u0440\u0433\u0438\u0437\u0438\u044f", "Kyrgyz Republic", "\u041a\u044b\u0440\u0433\u044b\u0437 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u044b", "Kyrgyz Respublikasy"], + "region": "Asia", + "subregion": "Central Asia", + "languages": { + "kir": "Kyrgyz", + "rus": "Russian" + }, + "translations": { + "deu": {"official": "Kirgisische Republik", "common": "Kirgisistan"}, + "fra": {"official": "R\u00e9publique kirghize", "common": "Kirghizistan"}, + "hrv": {"official": "Kirgistanu", "common": "Kirgistan"}, + "ita": {"official": "Kirghizistan", "common": "Kirghizistan"}, + "jpn": {"official": "\u30ad\u30eb\u30ae\u30b9\u5171\u548c\u56fd", "common": "\u30ad\u30eb\u30ae\u30b9"}, + "nld": {"official": "Kirgizische Republiek", "common": "Kirgizi\u00eb"}, + "por": {"official": "Rep\u00fablica do Quirguist\u00e3o", "common": "Quirguist\u00e3o"}, + "rus": {"official": "\u041a\u044b\u0440\u0433\u044b\u0437\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041a\u0438\u0440\u0433\u0438\u0437\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Kirguisa", "common": "Kirguizist\u00e1n"}, + "fin": {"official": "Kirgisian tasavalta", "common": "Kirgisia"} + }, + "latlng": [41, 75], + "demonym": "Kirghiz", + "landlocked": true, + "borders": ["CHN", "KAZ", "TJK", "UZB"], + "area": 199951 + }, + { + "name": { + "common": "Cambodia", + "official": "Kingdom of Cambodia", + "native": { + "khm": { + "official": "\u1796\u17d2\u179a\u17c7\u179a\u17b6\u1787\u17b6\u178e\u17b6\u1785\u1780\u17d2\u179a\u1780\u1798\u17d2\u1796\u17bb\u1787\u17b6", + "common": "K\u00e2mp\u016dch\u00e9a" + } + } + }, + "tld": [".kh"], + "cca2": "KH", + "ccn3": "116", + "cca3": "KHM", + "cioc": "CAM", + "currency": ["KHR"], + "callingCode": ["855"], + "capital": "Phnom Penh", + "altSpellings": ["KH", "Kingdom of Cambodia"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "khm": "Khmer" + }, + "translations": { + "cym": {"official": "Kingdom of Cambodia", "common": "Cambodia"}, + "deu": {"official": "K\u00f6nigreich Kambodscha", "common": "Kambodscha"}, + "fra": {"official": "Royaume du Cambodge", "common": "Cambodge"}, + "hrv": {"official": "Kraljevina Kambod\u017ea", "common": "Kambod\u017ea"}, + "ita": {"official": "Regno di Cambogia", "common": "Cambogia"}, + "jpn": {"official": "\u30ab\u30f3\u30dc\u30b8\u30a2\u738b\u56fd", "common": "\u30ab\u30f3\u30dc\u30b8\u30a2"}, + "nld": {"official": "Koninkrijk Cambodja", "common": "Cambodja"}, + "por": {"official": "Reino do Camboja", "common": "Camboja"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041a\u0430\u043c\u0431\u043e\u0434\u0436\u0430", "common": "\u041a\u0430\u043c\u0431\u043e\u0434\u0436\u0430"}, + "spa": {"official": "Reino de Camboya", "common": "Camboya"}, + "fin": {"official": "Kambod\u017ean kuningaskunta", "common": "Kambod\u017ea"} + }, + "latlng": [13, 105], + "demonym": "Cambodian", + "landlocked": false, + "borders": ["LAO", "THA", "VNM"], + "area": 181035 + }, + { + "name": { + "common": "Kiribati", + "official": "Independent and Sovereign Republic of Kiribati", + "native": { + "eng": { + "official": "Independent and Sovereign Republic of Kiribati", + "common": "Kiribati" + }, + "gil": { + "official": "Ribaberiki Kiribati", + "common": "Kiribati" + } + } + }, + "tld": [".ki"], + "cca2": "KI", + "ccn3": "296", + "cca3": "KIR", + "cioc": "KIR", + "currency": ["AUD"], + "callingCode": ["686"], + "capital": "South Tarawa", + "altSpellings": ["KI", "Republic of Kiribati", "Ribaberiki Kiribati"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "eng": "English", + "gil": "Gilbertese" + }, + "translations": { + "deu": {"official": "Unabh\u00e4ngige und souver\u00e4ne Republik Kiribati", "common": "Kiribati"}, + "fra": {"official": "R\u00e9publique de Kiribati", "common": "Kiribati"}, + "hrv": {"official": "Samostalne i suverene Republike Kiribati", "common": "Kiribati"}, + "ita": {"official": "Repubblica indipendente e sovrano di Kiribati", "common": "Kiribati"}, + "jpn": {"official": "\u30ad\u30ea\u30d0\u30b9\u306e\u72ec\u7acb\u3068\u4e3b\u6a29\u5171\u548c\u56fd", "common": "\u30ad\u30ea\u30d0\u30b9"}, + "nld": {"official": "Onafhankelijke en soevereine republiek Kiribati", "common": "Kiribati"}, + "por": {"official": "Independente e soberano Rep\u00fablica de Kiribati", "common": "Kiribati"}, + "rus": {"official": "\u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0439 \u0438 \u0441\u0443\u0432\u0435\u0440\u0435\u043d\u043d\u043e\u0439 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0438 \u041a\u0438\u0440\u0438\u0431\u0430\u0442\u0438", "common": "\u041a\u0438\u0440\u0438\u0431\u0430\u0442\u0438"}, + "spa": {"official": "Rep\u00fablica Independiente y Soberano de Kiribati", "common": "Kiribati"}, + "fin": {"official": "Kiribatin tasavalta", "common": "Kiribati"} + }, + "latlng": [1.41666666, 173], + "demonym": "I-Kiribati", + "landlocked": false, + "borders": [], + "area": 811 + }, + { + "name": { + "common": "Saint Kitts and Nevis", + "official": "Federation of Saint Christopher and Nevisa", + "native": { + "eng": { + "official": "Federation of Saint Christopher and Nevisa", + "common": "Saint Kitts and Nevis" + } + } + }, + "tld": [".kn"], + "cca2": "KN", + "ccn3": "659", + "cca3": "KNA", + "cioc": "SKN", + "currency": ["XCD"], + "callingCode": ["1869"], + "capital": "Basseterre", + "altSpellings": ["KN", "Federation of Saint Christopher and Nevis"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "F\u00f6deration von Saint Kitts und Nevisa", "common": "Saint Christopher und Nevis"}, + "fra": {"official": "F\u00e9d\u00e9ration de Saint -Christophe-et Nevisa", "common": "Saint-Christophe-et-Ni\u00e9v\u00e8s"}, + "hrv": {"official": "Federacija Sv.Kristofora i Nevisa", "common": "Sveti Kristof i Nevis"}, + "ita": {"official": "Federazione di Saint Christopher e Nevisa", "common": "Saint Kitts e Nevis"}, + "jpn": {"official": "\u30bb\u30f3\u30c8\u30af\u30ea\u30b9\u30c8\u30d5\u30a1\u30fcNevisa\u9023\u76df", "common": "\u30bb\u30f3\u30c8\u30af\u30ea\u30b9\u30c8\u30d5\u30a1\u30fc\u30fb\u30cd\u30a4\u30d3\u30b9"}, + "nld": {"official": "Federatie van Saint Kitts en Nevisa", "common": "Saint Kitts en Nevis"}, + "por": {"official": "Federa\u00e7\u00e3o de S\u00e3o Crist\u00f3v\u00e3o e Nevisa", "common": "S\u00e3o Crist\u00f3v\u00e3o e Nevis"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f \u0421\u0435\u043d\u0442-\u041a\u0440\u0438\u0441\u0442\u043e\u0444\u0435\u0440 \u0438 Nevisa", "common": "\u0421\u0435\u043d\u0442-\u041a\u0438\u0442\u0441 \u0438 \u041d\u0435\u0432\u0438\u0441"}, + "spa": {"official": "Federaci\u00f3n de San Crist\u00f3bal y Nevisa", "common": "San Crist\u00f3bal y Nieves"}, + "fin": {"official": "Saint Christopherin ja Nevisin federaatio", "common": "Saint Kitts ja Nevis"} + }, + "latlng": [17.33333333, -62.75], + "demonym": "Kittitian or Nevisian", + "landlocked": false, + "borders": [], + "area": 261 + }, + { + "name": { + "common": "South Korea", + "official": "Republic of Korea", + "native": { + "kor": { + "official": "\ud55c\uad6d", + "common": "\ub300\ud55c\ubbfc\uad6d" + } + } + }, + "tld": [".kr", ".\ud55c\uad6d"], + "cca2": "KR", + "ccn3": "410", + "cca3": "KOR", + "cioc": "KOR", + "currency": ["KRW"], + "callingCode": ["82"], + "capital": "Seoul", + "altSpellings": ["KR", "Korea, Republic of", "Republic of Korea"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "kor": "Korean" + }, + "translations": { + "deu": {"official": "Republik Korea", "common": "S\u00fcdkorea"}, + "fra": {"official": "R\u00e9publique de Cor\u00e9e", "common": "Cor\u00e9e du Sud"}, + "hrv": {"official": "Republika Koreja", "common": "Ju\u017ena Koreja"}, + "ita": {"official": "Repubblica di Corea", "common": "Corea del Sud"}, + "jpn": {"official": "\u5927\u97d3\u6c11\u56fd", "common": "\u5927\u97d3\u6c11\u56fd"}, + "nld": {"official": "Republiek Korea", "common": "Zuid-Korea"}, + "por": {"official": "Rep\u00fablica da Coreia", "common": "Coreia do Sul"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0440\u0435\u044f", "common": "\u042e\u0436\u043d\u0430\u044f \u041a\u043e\u0440\u0435\u044f"}, + "spa": {"official": "Rep\u00fablica de Corea", "common": "Corea del Sur"}, + "fin": {"official": "Korean tasavalta", "common": "Etel\u00e4-Korea"} + }, + "latlng": [37, 127.5], + "demonym": "South Korean", + "landlocked": false, + "borders": ["PRK"], + "area": 100210 + }, + { + "name": { + "common": "Kosovo", + "official": "Republic of Kosovo", + "native": { + "sqi": { + "official": "Republika e Kosov\u00ebs", + "common": "Kosova" + }, + "srp": { + "official": "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0441\u043e\u0432\u043e", + "common": "\u041a\u043e\u0441\u043e\u0432\u043e" + } + } + }, + "tld": [], + "cca2": "XK", + "ccn3": "", + "cca3": "UNK", + "cioc": "KOS", + "currency": ["EUR"], + "callingCode": ["383"], + "capital": "Pristina", + "altSpellings": ["XK", "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0441\u043e\u0432\u043e"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "sqi": "Albanian", + "srp": "Serbian" + }, + "translations": { + "hrv": {"official": "Republika Kosovo", "common": "Kosovo"}, + "por": {"official": "Rep\u00fablica do Kosovo", "common": "Kosovo"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0441\u043e\u0432\u043e", "common": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0441\u043e\u0432\u043e"}, + "spa": {"official": "Rep\u00fablica de Kosovo", "common": "Kosovo"}, + "fin": {"official": "Kosovon tasavalta", "common": "Kosovo"} + }, + "latlng": [42.666667, 21.166667], + "demonym": "Kosovar", + "landlocked": true, + "borders": ["ALB", "MKD", "MNE", "SRB"], + "area": 10908 + }, + { + "name": { + "common": "Kuwait", + "official": "State of Kuwait", + "native": { + "ara": { + "official": "\u062f\u0648\u0644\u0629 \u0627\u0644\u0643\u0648\u064a\u062a", + "common": "\u0627\u0644\u0643\u0648\u064a\u062a" + } + } + }, + "tld": [".kw"], + "cca2": "KW", + "ccn3": "414", + "cca3": "KWT", + "cioc": "KUW", + "currency": ["KWD"], + "callingCode": ["965"], + "capital": "Kuwait City", + "altSpellings": ["KW", "State of Kuwait", "Dawlat al-Kuwait"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Staat Kuwait", "common": "Kuwait"}, + "fra": {"official": "\u00c9tat du Kowe\u00eft", "common": "Kowe\u00eft"}, + "hrv": {"official": "Dr\u017eava Kuvajt", "common": "Kuvajt"}, + "ita": {"official": "Stato del Kuwait", "common": "Kuwait"}, + "jpn": {"official": "\u30af\u30a6\u30a7\u30fc\u30c8\u56fd", "common": "\u30af\u30a6\u30a7\u30fc\u30c8"}, + "nld": {"official": "Staat Koeweit", "common": "Koeweit"}, + "por": {"official": "Estado do Kuwait", "common": "Kuwait"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u041a\u0443\u0432\u0435\u0439\u0442", "common": "\u041a\u0443\u0432\u0435\u0439\u0442"}, + "spa": {"official": "Estado de Kuwait", "common": "Kuwait"}, + "fin": {"official": "Kuwaitin valtio", "common": "Kuwait"} + }, + "latlng": [29.5, 45.75], + "demonym": "Kuwaiti", + "landlocked": false, + "borders": ["IRQ", "SAU"], + "area": 17818 + }, + { + "name": { + "common": "Laos", + "official": "Lao People's Democratic Republic", + "native": { + "lao": { + "official": "\u0eaa\u0eb2\u0e97\u0eb2\u0ea5\u0eb0\u0e99\u0eb0 \u0e8a\u0eb2\u0e97\u0eb4\u0e9b\u0eb0\u0ec4\u0e95 \u0e84\u0ebb\u0e99\u0ea5\u0eb2\u0ea7 \u0e82\u0ead\u0e87", + "common": "\u0eaa\u0e9b\u0e9b\u0ea5\u0eb2\u0ea7" + } + } + }, + "tld": [".la"], + "cca2": "LA", + "ccn3": "418", + "cca3": "LAO", + "cioc": "LAO", + "currency": ["LAK"], + "callingCode": ["856"], + "capital": "Vientiane", + "altSpellings": ["LA", "Lao", "Lao People's Democratic Republic", "Sathalanalat Paxathipatai Paxaxon Lao"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "lao": "Lao" + }, + "translations": { + "deu": {"official": "Laos, Demokratische Volksrepublik", "common": "Laos"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique populaire lao", "common": "Laos"}, + "hrv": {"official": "Narodna Demokratska Republika", "common": "Laos"}, + "ita": {"official": "Repubblica democratica popolare del Laos", "common": "Laos"}, + "jpn": {"official": "\u30e9\u30aa\u30b9\u4eba\u6c11\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30e9\u30aa\u30b9\u4eba\u6c11\u6c11\u4e3b\u5171\u548c\u56fd"}, + "nld": {"official": "Lao Democratische Volksrepubliek", "common": "Laos"}, + "por": {"official": "Laos, Rep\u00fablica Democr\u00e1tica", "common": "Laos"}, + "rus": {"official": "\u041b\u0430\u043e\u0441\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u043e-\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041b\u0430\u043e\u0441"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica Popular Lao", "common": "Laos"}, + "fin": {"official": "Laosin demokraattinen kansantasavalta", "common": "Laos"} + }, + "latlng": [18, 105], + "demonym": "Laotian", + "landlocked": true, + "borders": ["MMR", "KHM", "CHN", "THA", "VNM"], + "area": 236800 + }, + { + "name": { + "common": "Lebanon", + "official": "Lebanese Republic", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0644\u0628\u0646\u0627\u0646\u064a\u0629", + "common": "\u0644\u0628\u0646\u0627\u0646" + }, + "fra": { + "official": "R\u00e9publique libanaise", + "common": "Liban" + } + } + }, + "tld": [".lb"], + "cca2": "LB", + "ccn3": "422", + "cca3": "LBN", + "cioc": "LIB", + "currency": ["LBP"], + "callingCode": ["961"], + "capital": "Beirut", + "altSpellings": ["LB", "Lebanese Republic", "Al-Jumh\u016br\u012byah Al-Libn\u0101n\u012byah"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic", + "fra": "French" + }, + "translations": { + "deu": {"official": "Libanesische Republik", "common": "Libanon"}, + "fra": {"official": "R\u00e9publique libanaise", "common": "Liban"}, + "hrv": {"official": "Libanonska Republika", "common": "Libanon"}, + "ita": {"official": "Repubblica libanese", "common": "Libano"}, + "jpn": {"official": "\u30ec\u30d0\u30ce\u30f3\u5171\u548c\u56fd", "common": "\u30ec\u30d0\u30ce\u30f3"}, + "nld": {"official": "Libanese Republiek", "common": "Libanon"}, + "por": {"official": "Rep\u00fablica Libanesa", "common": "L\u00edbano"}, + "rus": {"official": "\u041b\u0438\u0432\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041b\u0438\u0432\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica Libanesa", "common": "L\u00edbano"}, + "fin": {"official": "Libanonin tasavalta", "common": "Libanon"} + }, + "latlng": [33.83333333, 35.83333333], + "demonym": "Lebanese", + "landlocked": false, + "borders": ["ISR", "SYR"], + "area": 10452 + }, + { + "name": { + "common": "Liberia", + "official": "Republic of Liberia", + "native": { + "eng": { + "official": "Republic of Liberia", + "common": "Liberia" + } + } + }, + "tld": [".lr"], + "cca2": "LR", + "ccn3": "430", + "cca3": "LBR", + "cioc": "LBR", + "currency": ["LRD"], + "callingCode": ["231"], + "capital": "Monrovia", + "altSpellings": ["LR", "Republic of Liberia"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Liberia", "common": "Liberia"}, + "fra": {"official": "R\u00e9publique du Lib\u00e9ria", "common": "Liberia"}, + "hrv": {"official": "Republika Liberija", "common": "Liberija"}, + "ita": {"official": "Repubblica di Liberia", "common": "Liberia"}, + "jpn": {"official": "\u30ea\u30d9\u30ea\u30a2\u5171\u548c\u56fd", "common": "\u30ea\u30d9\u30ea\u30a2"}, + "nld": {"official": "Republiek Liberia", "common": "Liberia"}, + "por": {"official": "Rep\u00fablica da Lib\u00e9ria", "common": "Lib\u00e9ria"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041b\u0438\u0431\u0435\u0440\u0438\u044f", "common": "\u041b\u0438\u0431\u0435\u0440\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Liberia", "common": "Liberia"}, + "fin": {"official": "Liberian tasavalta", "common": "Liberia"} + }, + "latlng": [6.5, -9.5], + "demonym": "Liberian", + "landlocked": false, + "borders": ["GIN", "CIV", "SLE"], + "area": 111369 + }, + { + "name": { + "common": "Libya", + "official": "State of Libya", + "native": { + "ara": { + "official": "\u0627\u0644\u062f\u0648\u0644\u0629 \u0644\u064a\u0628\u064a\u0627", + "common": "\u200f\u0644\u064a\u0628\u064a\u0627" + } + } + }, + "tld": [".ly"], + "cca2": "LY", + "ccn3": "434", + "cca3": "LBY", + "cioc": "LBA", + "currency": ["LYD"], + "callingCode": ["218"], + "capital": "Tripoli", + "altSpellings": ["LY", "State of Libya", "Dawlat Libya"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Staat Libyen", "common": "Libyen"}, + "fra": {"official": "Grande R\u00e9publique arabe libyenne populaire et socialiste", "common": "Libye"}, + "hrv": {"official": "Dr\u017eava Libiji", "common": "Libija"}, + "ita": {"official": "Stato della Libia", "common": "Libia"}, + "jpn": {"official": "\u30ea\u30d3\u30a2\u306e\u56fd\u5bb6", "common": "\u30ea\u30d3\u30a2"}, + "nld": {"official": "Staat van Libi\u00eb", "common": "Libi\u00eb"}, + "por": {"official": "Estado da L\u00edbia", "common": "L\u00edbia"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u041b\u0438\u0432\u0438\u0438", "common": "\u041b\u0438\u0432\u0438\u044f"}, + "spa": {"official": "Estado de Libia", "common": "Libia"}, + "fin": {"official": "Libyan valtio", "common": "Libya"} + }, + "latlng": [25, 17], + "demonym": "Libyan", + "landlocked": false, + "borders": ["DZA", "TCD", "EGY", "NER", "SDN", "TUN"], + "area": 1759540 + }, + { + "name": { + "common": "Saint Lucia", + "official": "Saint Lucia", + "native": { + "eng": { + "official": "Saint Lucia", + "common": "Saint Lucia" + } + } + }, + "tld": [".lc"], + "cca2": "LC", + "ccn3": "662", + "cca3": "LCA", + "cioc": "LCA", + "currency": ["XCD"], + "callingCode": ["1758"], + "capital": "Castries", + "altSpellings": ["LC"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "St. Lucia", "common": "Saint Lucia"}, + "fra": {"official": "Sainte-Lucie", "common": "Sainte-Lucie"}, + "hrv": {"official": "Sveta Lucija", "common": "Sveta Lucija"}, + "ita": {"official": "Santa Lucia", "common": "Santa Lucia"}, + "jpn": {"official": "\u30bb\u30f3\u30c8\u30eb\u30b7\u30a2", "common": "\u30bb\u30f3\u30c8\u30eb\u30b7\u30a2"}, + "nld": {"official": "Saint Lucia", "common": "Saint Lucia"}, + "por": {"official": "Santa L\u00facia", "common": "Santa L\u00facia"}, + "rus": {"official": "\u0421\u0435\u043d\u0442-\u041b\u044e\u0441\u0438\u044f", "common": "\u0421\u0435\u043d\u0442-\u041b\u044e\u0441\u0438\u044f"}, + "spa": {"official": "Santa Luc\u00eda", "common": "Santa Luc\u00eda"}, + "fin": {"official": "Saint Lucia", "common": "Saint Lucia"} + }, + "latlng": [13.88333333, -60.96666666], + "demonym": "Saint Lucian", + "landlocked": false, + "borders": [], + "area": 616 + }, + { + "name": { + "common": "Liechtenstein", + "official": "Principality of Liechtenstein", + "native": { + "deu": { + "official": "F\u00fcrstentum Liechtenstein", + "common": "Liechtenstein" + } + } + }, + "tld": [".li"], + "cca2": "LI", + "ccn3": "438", + "cca3": "LIE", + "cioc": "LIE", + "currency": ["CHF"], + "callingCode": ["423"], + "capital": "Vaduz", + "altSpellings": ["LI", "Principality of Liechtenstein", "F\u00fcrstentum Liechtenstein"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "deu": "German" + }, + "translations": { + "deu": {"official": "F\u00fcrstentum Liechtenstein", "common": "Liechtenstein"}, + "fra": {"official": "Principaut\u00e9 du Liechtenstein", "common": "Liechtenstein"}, + "hrv": {"official": "Kne\u017eevina Lihten\u0161tajn", "common": "Lihten\u0161tajn"}, + "ita": {"official": "Principato del Liechtenstein", "common": "Liechtenstein"}, + "jpn": {"official": "\u30ea\u30d2\u30c6\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3\u516c\u56fd", "common": "\u30ea\u30d2\u30c6\u30f3\u30b7\u30e5\u30bf\u30a4\u30f3"}, + "nld": {"official": "Vorstendom Liechtenstein", "common": "Liechtenstein"}, + "por": {"official": "Principado de Liechtenstein", "common": "Liechtenstein"}, + "rus": {"official": "\u041a\u043d\u044f\u0436\u0435\u0441\u0442\u0432\u043e \u041b\u0438\u0445\u0442\u0435\u043d\u0448\u0442\u0435\u0439\u043d", "common": "\u041b\u0438\u0445\u0442\u0435\u043d\u0448\u0442\u0435\u0439\u043d"}, + "spa": {"official": "Principado de Liechtenstein", "common": "Liechtenstein"}, + "fin": {"official": "Liechensteinin ruhtinaskunta", "common": "Liechenstein"} + }, + "latlng": [47.26666666, 9.53333333], + "demonym": "Liechtensteiner", + "landlocked": true, + "borders": ["AUT", "CHE"], + "area": 160 + }, + { + "name": { + "common": "Sri Lanka", + "official": "Democratic Socialist Republic of Sri Lanka", + "native": { + "sin": { + "official": "\u0dc1\u0dca\u200d\u0dbb\u0dd3 \u0dbd\u0d82\u0d9a\u0dcf \u0db4\u0dca\u200d\u0dbb\u0da2\u0dcf\u0dad\u0dcf\u0db1\u0dca\u0dad\u0dca\u200d\u0dbb\u0dd2\u0d9a \u0dc3\u0db8\u0dcf\u0da2\u0dc0\u0dcf\u0daf\u0dd3 \u0da2\u0db1\u0dbb\u0da2\u0dba", + "common": "\u0dc1\u0dca\u200d\u0dbb\u0dd3 \u0dbd\u0d82\u0d9a\u0dcf\u0dc0" + }, + "tam": { + "official": "\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8 \u0b9a\u0ba9\u0ba8\u0bbe\u0baf\u0b95 \u0b9a\u0bcb\u0b9a\u0bb2\u0bbf\u0b9a\u0b95\u0bcd \u0b95\u0bc1\u0b9f\u0bbf\u0baf\u0bb0\u0b9a\u0bc1", + "common": "\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8" + } + } + }, + "tld": [".lk", ".\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8", ".\u0dbd\u0d82\u0d9a\u0dcf"], + "cca2": "LK", + "ccn3": "144", + "cca3": "LKA", + "cioc": "SRI", + "currency": ["LKR"], + "callingCode": ["94"], + "capital": "Colombo", + "altSpellings": ["LK", "ila\u1e45kai", "Democratic Socialist Republic of Sri Lanka"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "sin": "Sinhala", + "tam": "Tamil" + }, + "translations": { + "deu": {"official": "Demokratische Sozialistische Republik Sri Lanka", "common": "Sri Lanka"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique socialiste du Sri Lanka", "common": "Sri Lanka"}, + "hrv": {"official": "Demokratska Socijalisti\u010dke Republike \u0160ri Lanke", "common": "\u0160ri Lanka"}, + "ita": {"official": "Repubblica democratica socialista dello Sri Lanka", "common": "Sri Lanka"}, + "jpn": {"official": "\u30b9\u30ea\u30e9\u30f3\u30ab\u6c11\u4e3b\u793e\u4f1a\u4e3b\u7fa9\u5171\u548c\u56fd", "common": "\u30b9\u30ea\u30e9\u30f3\u30ab"}, + "nld": {"official": "Democratische Socialistische Republiek Sri Lanka", "common": "Sri Lanka"}, + "por": {"official": "Rep\u00fablica Democr\u00e1tica Socialista do Sri Lanka", "common": "Sri Lanka"}, + "rus": {"official": "\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0421\u043e\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0428\u0440\u0438-\u041b\u0430\u043d\u043a\u0430", "common": "\u0428\u0440\u0438-\u041b\u0430\u043d\u043a\u0430"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica Socialista de Sri Lanka", "common": "Sri Lanka"}, + "fin": {"official": "Sri Lankan demokraattinen sosialistinen tasavalta", "common": "Sri Lanka"} + }, + "latlng": [7, 81], + "demonym": "Sri Lankan", + "landlocked": false, + "borders": ["IND"], + "area": 65610 + }, + { + "name": { + "common": "Lesotho", + "official": "Kingdom of Lesotho", + "native": { + "eng": { + "official": "Kingdom of Lesotho", + "common": "Lesotho" + }, + "sot": { + "official": "Kingdom of Lesotho", + "common": "Lesotho" + } + } + }, + "tld": [".ls"], + "cca2": "LS", + "ccn3": "426", + "cca3": "LSO", + "cioc": "LES", + "currency": ["LSL", "ZAR"], + "callingCode": ["266"], + "capital": "Maseru", + "altSpellings": ["LS", "Kingdom of Lesotho", "Muso oa Lesotho"], + "region": "Africa", + "subregion": "Southern Africa", + "languages": { + "eng": "English", + "sot": "Sotho" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Lesotho", "common": "Lesotho"}, + "fra": {"official": "Royaume du Lesotho", "common": "Lesotho"}, + "hrv": {"official": "Kraljevina Lesoto", "common": "Lesoto"}, + "ita": {"official": "Regno del Lesotho", "common": "Lesotho"}, + "jpn": {"official": "\u30ec\u30bd\u30c8\u738b\u56fd", "common": "\u30ec\u30bd\u30c8"}, + "nld": {"official": "Koninkrijk Lesotho", "common": "Lesotho"}, + "por": {"official": "Reino do Lesoto", "common": "Lesoto"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041b\u0435\u0441\u043e\u0442\u043e", "common": "\u041b\u0435\u0441\u043e\u0442\u043e"}, + "spa": {"official": "Reino de Lesotho", "common": "Lesotho"}, + "fin": {"official": "Lesothon kuningaskunta", "common": "Lesotho"} + }, + "latlng": [-29.5, 28.5], + "demonym": "Mosotho", + "landlocked": true, + "borders": ["ZAF"], + "area": 30355 + }, + { + "name": { + "common": "Lithuania", + "official": "Republic of Lithuania", + "native": { + "lit": { + "official": "Lietuvos Respublikos", + "common": "Lietuva" + } + } + }, + "tld": [".lt"], + "cca2": "LT", + "ccn3": "440", + "cca3": "LTU", + "cioc": "LTU", + "currency": ["EUR"], + "callingCode": ["370"], + "capital": "Vilnius", + "altSpellings": ["LT", "Republic of Lithuania", "Lietuvos Respublika"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "lit": "Lithuanian" + }, + "translations": { + "deu": {"official": "Republik Litauen", "common": "Litauen"}, + "fra": {"official": "R\u00e9publique de Lituanie", "common": "Lituanie"}, + "hrv": {"official": "Republika Litva", "common": "Litva"}, + "ita": {"official": "Repubblica di Lituania", "common": "Lituania"}, + "jpn": {"official": "\u30ea\u30c8\u30a2\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30ea\u30c8\u30a2\u30cb\u30a2"}, + "nld": {"official": "Republiek Litouwen", "common": "Litouwen"}, + "por": {"official": "Rep\u00fablica da Litu\u00e2nia", "common": "Litu\u00e2nia"}, + "rus": {"official": "\u041b\u0438\u0442\u043e\u0432\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041b\u0438\u0442\u0432\u0430"}, + "spa": {"official": "Rep\u00fablica de Lituania", "common": "Lituania"}, + "fin": {"official": "Liettuan tasavalta", "common": "Liettua"} + }, + "latlng": [56, 24], + "demonym": "Lithuanian", + "landlocked": false, + "borders": ["BLR", "LVA", "POL", "RUS"], + "area": 65300 + }, + { + "name": { + "common": "Luxembourg", + "official": "Grand Duchy of Luxembourg", + "native": { + "deu": { + "official": "Gro\u00dfherzogtum Luxemburg", + "common": "Luxemburg" + }, + "fra": { + "official": "Grand-Duch\u00e9 de Luxembourg", + "common": "Luxembourg" + }, + "ltz": { + "official": "Groussherzogtum L\u00ebtzebuerg", + "common": "L\u00ebtzebuerg" + } + } + }, + "tld": [".lu"], + "cca2": "LU", + "ccn3": "442", + "cca3": "LUX", + "cioc": "LUX", + "currency": ["EUR"], + "callingCode": ["352"], + "capital": "Luxembourg", + "altSpellings": ["LU", "Grand Duchy of Luxembourg", "Grand-Duch\u00e9 de Luxembourg", "Gro\u00dfherzogtum Luxemburg", "Groussherzogtum L\u00ebtzebuerg"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "deu": "German", + "fra": "French", + "ltz": "Luxembourgish" + }, + "translations": { + "deu": {"official": "Gro\u00dfherzogtum Luxemburg,", "common": "Luxemburg"}, + "fra": {"official": "Grand-Duch\u00e9 de Luxembourg", "common": "Luxembourg"}, + "hrv": {"official": "Veliko Vojvodstvo Luksemburg", "common": "Luksemburg"}, + "ita": {"official": "Granducato di Lussemburgo", "common": "Lussemburgo"}, + "jpn": {"official": "\u30eb\u30af\u30bb\u30f3\u30d6\u30eb\u30af\u5927\u516c\u56fd", "common": "\u30eb\u30af\u30bb\u30f3\u30d6\u30eb\u30af"}, + "nld": {"official": "Groothertogdom Luxemburg", "common": "Luxemburg"}, + "por": {"official": "Gr\u00e3o-Ducado do Luxemburgo", "common": "Luxemburgo"}, + "rus": {"official": "\u0412\u0435\u043b\u0438\u043a\u043e\u0435 \u0413\u0435\u0440\u0446\u043e\u0433\u0441\u0442\u0432\u043e \u041b\u044e\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433", "common": "\u041b\u044e\u043a\u0441\u0435\u043c\u0431\u0443\u0440\u0433"}, + "spa": {"official": "Gran Ducado de Luxemburgo", "common": "Luxemburgo"}, + "fin": {"official": "Luxemburgin suurherttuakunta", "common": "Luxemburg"} + }, + "latlng": [49.75, 6.16666666], + "demonym": "Luxembourger", + "landlocked": true, + "borders": ["BEL", "FRA", "DEU"], + "area": 2586 + }, + { + "name": { + "common": "Latvia", + "official": "Republic of Latvia", + "native": { + "lav": { + "official": "Latvijas Republikas", + "common": "Latvija" + } + } + }, + "tld": [".lv"], + "cca2": "LV", + "ccn3": "428", + "cca3": "LVA", + "cioc": "LAT", + "currency": ["EUR"], + "callingCode": ["371"], + "capital": "Riga", + "altSpellings": ["LV", "Republic of Latvia", "Latvijas Republika"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "lav": "Latvian" + }, + "translations": { + "deu": {"official": "Republik Lettland", "common": "Lettland"}, + "fra": {"official": "R\u00e9publique de Lettonie", "common": "Lettonie"}, + "hrv": {"official": "Republika Latvija", "common": "Latvija"}, + "ita": {"official": "Repubblica di Lettonia", "common": "Lettonia"}, + "jpn": {"official": "\u30e9\u30c8\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30e9\u30c8\u30d3\u30a2"}, + "nld": {"official": "Republiek Letland", "common": "Letland"}, + "por": {"official": "Rep\u00fablica da Let\u00f3nia", "common": "Let\u00f3nia"}, + "rus": {"official": "\u041b\u0430\u0442\u0432\u0438\u0439\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041b\u0430\u0442\u0432\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Letonia", "common": "Letonia"}, + "fin": {"official": "Latvian tasavalta", "common": "Latvia"} + }, + "latlng": [57, 25], + "demonym": "Latvian", + "landlocked": false, + "borders": ["BLR", "EST", "LTU", "RUS"], + "area": 64559 + }, + { + "name": { + "common": "Macau", + "official": "Macao Special Administrative Region of the People's Republic of China", + "native": { + "por": { + "official": "Regi\u00e3o Administrativa Especial de Macau da Rep\u00fablica Popular da China", + "common": "Macau" + }, + "zho": { + "official": "\u6fb3\u95e8\u7279\u522b\u884c\u653f\u533a\u4e2d\u56fd\u4eba\u6c11\u5171\u548c\u56fd", + "common": "\u6fb3\u9580" + } + } + }, + "tld": [".mo"], + "cca2": "MO", + "ccn3": "446", + "cca3": "MAC", + "cioc": "", + "currency": ["MOP"], + "callingCode": ["853"], + "capital": "", + "altSpellings": ["MO", "\u6fb3\u95e8", "Macao", "Macao Special Administrative Region of the People's Republic of China", "\u4e2d\u83ef\u4eba\u6c11\u5171\u548c\u570b\u6fb3\u9580\u7279\u5225\u884c\u653f\u5340", "Regi\u00e3o Administrativa Especial de Macau da Rep\u00fablica Popular da China"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "por": "Portuguese", + "zho": "Chinese" + }, + "translations": { + "deu": {"official": "Sonderverwaltungsregion Macau der Volksrepublik China", "common": "Macao"}, + "fra": {"official": "R\u00e9gion administrative sp\u00e9ciale de Macao de la R\u00e9publique populaire de Chine", "common": "Macao"}, + "hrv": {"official": "Makao Posebnog upravnog podru\u010djaNarodne Republike Kine", "common": "Makao"}, + "ita": {"official": "Macao Regione amministrativa speciale della Repubblica Popolare Cinese", "common": "Macao"}, + "jpn": {"official": "\u4e2d\u83ef\u4eba\u6c11\u5171\u548c\u56fd\u30de\u30ab\u30aa\u7279\u5225\u884c\u653f\u533a", "common": "\u30de\u30ab\u30aa"}, + "nld": {"official": "Speciale Administratieve Regio Macau van de Volksrepubliek China", "common": "Macao"}, + "por": {"official": "Macau Regi\u00e3o Administrativa Especial da Rep\u00fablica Popular da China", "common": "Macau"}, + "rus": {"official": "\u0421\u043f\u0435\u0446\u0438\u0430\u043b\u044c\u043d\u044b\u0439 \u0430\u0434\u043c\u0438\u043d\u0438\u0441\u0442\u0440\u0430\u0442\u0438\u0432\u043d\u044b\u0439 \u0440\u0430\u0439\u043e\u043d \u041c\u0430\u043a\u0430\u043e \u041a\u0438\u0442\u0430\u0439\u0441\u043a\u043e\u0439 \u041d\u0430\u0440\u043e\u0434\u043d\u043e\u0439 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0438 \u041a\u0438\u0442\u0430\u0439", "common": "\u041c\u0430\u043a\u0430\u043e"}, + "spa": {"official": "Macao, Regi\u00f3n Administrativa Especial de la Rep\u00fablica Popular China", "common": "Macao"}, + "fin": {"official": "Macaon Kiinan kansantasavallan erityishallintoalue", "common": "Macao"} + }, + "latlng": [22.16666666, 113.55], + "demonym": "Chinese", + "landlocked": false, + "borders": ["CHN"], + "area": 30 + }, + { + "name": { + "common": "Saint Martin", + "official": "Saint Martin", + "native": { + "fra": { + "official": "Saint-Martin", + "common": "Saint-Martin" + } + } + }, + "tld": [".fr", ".gp"], + "cca2": "MF", + "ccn3": "663", + "cca3": "MAF", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["590"], + "capital": "Marigot", + "altSpellings": ["MF", "Collectivity of Saint Martin", "Collectivit\u00e9 de Saint-Martin", "Saint Martin (French part)"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "St. Martin", "common": "Saint Martin"}, + "fra": {"official": "Saint-Martin", "common": "Saint-Martin"}, + "hrv": {"official": "Saint Martin", "common": "Sveti Martin"}, + "ita": {"official": "saint Martin", "common": "Saint Martin"}, + "jpn": {"official": "\u30b5\u30f3\u30de\u30eb\u30bf\u30f3\u5cf6", "common": "\u30b5\u30f3\u30fb\u30de\u30eb\u30bf\u30f3\uff08\u30d5\u30e9\u30f3\u30b9\u9818\uff09"}, + "nld": {"official": "Saint Martin", "common": "Saint-Martin"}, + "por": {"official": "saint Martin", "common": "S\u00e3o Martinho"}, + "rus": {"official": "\u0421\u0435\u043d-\u041c\u0430\u0440\u0442\u0435\u043d", "common": "\u0421\u0435\u043d-\u041c\u0430\u0440\u0442\u0435\u043d"}, + "spa": {"official": "Saint Martin", "common": "Saint Martin"}, + "fin": {"official": "Saint-Martin", "common": "Saint-Martin"} + }, + "latlng": [18.08333333, -63.95], + "demonym": "Saint Martin Islander", + "landlocked": false, + "borders": ["SXM"], + "area": 53 + }, + { + "name": { + "common": "Morocco", + "official": "Kingdom of Morocco", + "native": { + "ara": { + "official": "\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0645\u063a\u0631\u0628\u064a\u0629", + "common": "\u0627\u0644\u0645\u063a\u0631\u0628" + }, + "ber": { + "official": "\u2d5c\u2d30\u2d33\u2d4d\u2d37\u2d49\u2d5c \u2d4f \u2d4d\u2d4e\u2d56\u2d54\u2d49\u2d31", + "common": "\u2d4d\u2d4e\u2d30\u2d56\u2d54\u2d49\u2d31" + } + } + }, + "tld": [".ma", "\u0627\u0644\u0645\u063a\u0631\u0628."], + "cca2": "MA", + "ccn3": "504", + "cca3": "MAR", + "cioc": "MAR", + "currency": ["MAD"], + "callingCode": ["212"], + "capital": "Rabat", + "altSpellings": ["MA", "Kingdom of Morocco", "Al-Mamlakah al-Ma\u0121ribiyah"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic", + "ber": "Berber" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Marokko", "common": "Marokko"}, + "fra": {"official": "Royaume du Maroc", "common": "Maroc"}, + "hrv": {"official": "Kraljevina Maroko", "common": "Maroko"}, + "ita": {"official": "Regno del Marocco", "common": "Marocco"}, + "jpn": {"official": "\u30e2\u30ed\u30c3\u30b3\u738b\u56fd", "common": "\u30e2\u30ed\u30c3\u30b3"}, + "nld": {"official": "Koninkrijk Marokko", "common": "Marokko"}, + "por": {"official": "Reino de Marrocos", "common": "Marrocos"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041c\u0430\u0440\u043e\u043a\u043a\u043e", "common": "\u041c\u0430\u0440\u043e\u043a\u043a\u043e"}, + "spa": {"official": "Reino de Marruecos", "common": "Marruecos"}, + "fin": {"official": "Marokon kuningaskunta", "common": "Marokko"} + }, + "latlng": [32, -5], + "demonym": "Moroccan", + "landlocked": false, + "borders": ["DZA", "ESH", "ESP"], + "area": 446550 + }, + { + "name": { + "common": "Monaco", + "official": "Principality of Monaco", + "native": { + "fra": { + "official": "Principaut\u00e9 de Monaco", + "common": "Monaco" + } + } + }, + "tld": [".mc"], + "cca2": "MC", + "ccn3": "492", + "cca3": "MCO", + "cioc": "MON", + "currency": ["EUR"], + "callingCode": ["377"], + "capital": "Monaco", + "altSpellings": ["MC", "Principality of Monaco", "Principaut\u00e9 de Monaco"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "F\u00fcrstentum Monaco", "common": "Monaco"}, + "fra": {"official": "Principaut\u00e9 de Monaco", "common": "Monaco"}, + "hrv": {"official": "Kne\u017eevina Monako", "common": "Monako"}, + "ita": {"official": "Principato di Monaco", "common": "Principato di Monaco"}, + "jpn": {"official": "\u30e2\u30ca\u30b3\u516c\u56fd", "common": "\u30e2\u30ca\u30b3"}, + "nld": {"official": "Vorstendom Monaco", "common": "Monaco"}, + "por": {"official": "Principado do M\u00f3naco", "common": "M\u00f3naco"}, + "rus": {"official": "\u041a\u043d\u044f\u0436\u0435\u0441\u0442\u0432\u043e \u041c\u043e\u043d\u0430\u043a\u043e", "common": "\u041c\u043e\u043d\u0430\u043a\u043e"}, + "spa": {"official": "Principado de M\u00f3naco", "common": "M\u00f3naco"}, + "fin": {"official": "Monacon ruhtinaskunta", "common": "Monaco"} + }, + "latlng": [43.73333333, 7.4], + "demonym": "Monegasque", + "landlocked": false, + "borders": ["FRA"], + "area": 2.02 + }, + { + "name": { + "common": "Moldova", + "official": "Republic of Moldova", + "native": { + "ron": { + "official": "Republica Moldova", + "common": "Moldova" + } + } + }, + "tld": [".md"], + "cca2": "MD", + "ccn3": "498", + "cca3": "MDA", + "cioc": "MDA", + "currency": ["MDL"], + "callingCode": ["373"], + "capital": "Chi\u0219in\u0103u", + "altSpellings": ["MD", "Moldova, Republic of", "Republic of Moldova", "Republica Moldova"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "ron": "Moldavian" + }, + "translations": { + "deu": {"official": "Republik Moldau", "common": "Moldawie"}, + "fra": {"official": "R\u00e9publique de Moldavie", "common": "Moldavie"}, + "hrv": {"official": "Moldavija", "common": "Moldova"}, + "ita": {"official": "Repubblica di Moldova", "common": "Moldavia"}, + "jpn": {"official": "\u30e2\u30eb\u30c9\u30d0\u5171\u548c\u56fd", "common": "\u30e2\u30eb\u30c9\u30d0\u5171\u548c\u56fd"}, + "nld": {"official": "Republiek Moldavi\u00eb", "common": "Moldavi\u00eb"}, + "por": {"official": "Rep\u00fablica da Mold\u00e1via", "common": "Mold\u00e1via"}, + "rus": {"official": "\u041c\u043e\u043b\u0434\u043e\u0432\u0430", "common": "\u041c\u043e\u043b\u0434\u0430\u0432\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Moldova", "common": "Moldavia"}, + "fin": {"official": "Moldovan tasavalta", "common": "Moldova"} + }, + "latlng": [47, 29], + "demonym": "Moldovan", + "landlocked": true, + "borders": ["ROU", "UKR"], + "area": 33846 + }, + { + "name": { + "common": "Madagascar", + "official": "Republic of Madagascar", + "native": { + "fra": { + "official": "R\u00e9publique de Madagascar", + "common": "Madagascar" + }, + "mlg": { + "official": "Repoblikan'i Madagasikara", + "common": "Madagasikara" + } + } + }, + "tld": [".mg"], + "cca2": "MG", + "ccn3": "450", + "cca3": "MDG", + "cioc": "MAD", + "currency": ["MGA"], + "callingCode": ["261"], + "capital": "Antananarivo", + "altSpellings": ["MG", "Republic of Madagascar", "Repoblikan'i Madagasikara", "R\u00e9publique de Madagascar"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "fra": "French", + "mlg": "Malagasy" + }, + "translations": { + "deu": {"official": "Republik Madagaskar", "common": "Madagaskar"}, + "fra": {"official": "R\u00e9publique de Madagascar", "common": "Madagascar"}, + "hrv": {"official": "Republika Madagaskar", "common": "Madagaskar"}, + "ita": {"official": "Repubblica del Madagascar", "common": "Madagascar"}, + "jpn": {"official": "\u30de\u30c0\u30ac\u30b9\u30ab\u30eb\u5171\u548c\u56fd", "common": "\u30de\u30c0\u30ac\u30b9\u30ab\u30eb"}, + "nld": {"official": "Republiek Madagaskar", "common": "Madagaskar"}, + "por": {"official": "Rep\u00fablica de Madag\u00e1scar", "common": "Madag\u00e1scar"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u0434\u0430\u0433\u0430\u0441\u043a\u0430\u0440", "common": "\u041c\u0430\u0434\u0430\u0433\u0430\u0441\u043a\u0430\u0440"}, + "spa": {"official": "Rep\u00fablica de Madagascar", "common": "Madagascar"}, + "fin": {"official": "Madagaskarin tasavalta", "common": "Madagaskar"} + }, + "latlng": [-20, 47], + "demonym": "Malagasy", + "landlocked": false, + "borders": [], + "area": 587041 + }, + { + "name": { + "common": "Maldives", + "official": "Republic of the Maldives", + "native": { + "div": { + "official": "\u078b\u07a8\u0788\u07ac\u0780\u07a8\u0783\u07a7\u0787\u07b0\u0796\u07ad\u078e\u07ac \u0796\u07aa\u0789\u07b0\u0780\u07ab\u0783\u07a8\u0787\u07b0\u0794\u07a7", + "common": "\u078b\u07a8\u0788\u07ac\u0780\u07a8\u0783\u07a7\u0787\u07b0\u0796\u07ad\u078e\u07ac" + } + } + }, + "tld": [".mv"], + "cca2": "MV", + "ccn3": "462", + "cca3": "MDV", + "cioc": "MDV", + "currency": ["MVR"], + "callingCode": ["960"], + "capital": "Mal\u00e9", + "altSpellings": ["MV", "Maldive Islands", "Republic of the Maldives", "Dhivehi Raajjeyge Jumhooriyya"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "div": "Maldivian" + }, + "translations": { + "deu": {"official": "Republik Malediven", "common": "Malediven"}, + "fra": {"official": "R\u00e9publique des Maldives", "common": "Maldives"}, + "hrv": {"official": "Republika Maldivi", "common": "Maldivi"}, + "ita": {"official": "Repubblica delle Maldive", "common": "Maldive"}, + "jpn": {"official": "\u30e2\u30eb\u30c7\u30a3\u30d6\u5171\u548c\u56fd", "common": "\u30e2\u30eb\u30c7\u30a3\u30d6"}, + "nld": {"official": "Republiek van de Malediven", "common": "Maldiven"}, + "por": {"official": "Rep\u00fablica das Maldivas", "common": "Maldivas"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043b\u044c\u0434\u0438\u0432\u044b", "common": "\u041c\u0430\u043b\u044c\u0434\u0438\u0432\u044b"}, + "spa": {"official": "Rep\u00fablica de las Maldivas", "common": "Maldivas"}, + "fin": {"official": "Malediivien tasavalta", "common": "Malediivit"} + }, + "latlng": [3.25, 73], + "demonym": "Maldivan", + "landlocked": false, + "borders": [], + "area": 300 + }, + { + "name": { + "common": "Mexico", + "official": "United Mexican States", + "native": { + "spa": { + "official": "Estados Unidos Mexicanos", + "common": "M\u00e9xico" + } + } + }, + "tld": [".mx"], + "cca2": "MX", + "ccn3": "484", + "cca3": "MEX", + "cioc": "MEX", + "currency": ["MXN"], + "callingCode": ["52"], + "capital": "Mexico City", + "altSpellings": ["MX", "Mexicanos", "United Mexican States", "Estados Unidos Mexicanos"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Vereinigte Mexikanische Staaten", "common": "Mexiko"}, + "fra": {"official": "\u00c9tats-Unis du Mexique", "common": "Mexique"}, + "hrv": {"official": "Sjedinjene Meksi\u010dke Dr\u017eave", "common": "Meksiko"}, + "ita": {"official": "Stati Uniti del Messico", "common": "Messico"}, + "jpn": {"official": "\u30e1\u30ad\u30b7\u30b3\u5408\u8846\u56fd", "common": "\u30e1\u30ad\u30b7\u30b3"}, + "nld": {"official": "Verenigde Mexicaanse Staten", "common": "Mexico"}, + "por": {"official": "Estados Unidos Mexicanos", "common": "M\u00e9xico"}, + "rus": {"official": "\u041c\u0435\u043a\u0441\u0438\u043a\u0430\u043d\u0441\u043a\u0438\u0445 \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0428\u0442\u0430\u0442\u043e\u0432", "common": "\u041c\u0435\u043a\u0441\u0438\u043a\u0430"}, + "spa": {"official": "Estados Unidos Mexicanos", "common": "M\u00e9xico"}, + "fin": {"official": "Meksikon yhdysvallat", "common": "Meksiko"} + }, + "latlng": [23, -102], + "demonym": "Mexican", + "landlocked": false, + "borders": ["BLZ", "GTM", "USA"], + "area": 1964375 + }, + { + "name": { + "common": "Marshall Islands", + "official": "Republic of the Marshall Islands", + "native": { + "eng": { + "official": "Republic of the Marshall Islands", + "common": "Marshall Islands" + }, + "mah": { + "official": "Republic of the Marshall Islands", + "common": "M\u0327aje\u013c" + } + } + }, + "tld": [".mh"], + "cca2": "MH", + "ccn3": "584", + "cca3": "MHL", + "cioc": "MHL", + "currency": ["USD"], + "callingCode": ["692"], + "capital": "Majuro", + "altSpellings": ["MH", "Republic of the Marshall Islands", "Aolep\u0101n Aor\u014dkin M\u0327aje\u013c"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "eng": "English", + "mah": "Marshallese" + }, + "translations": { + "deu": {"official": "Republik der Marshall-Inseln", "common": "Marshallinseln"}, + "fra": {"official": "R\u00e9publique des \u00celes Marshall", "common": "\u00celes Marshall"}, + "hrv": {"official": "Republika Mar\u0161alovi Otoci", "common": "Mar\u0161alovi Otoci"}, + "ita": {"official": "Repubblica delle Isole Marshall", "common": "Isole Marshall"}, + "jpn": {"official": "\u30de\u30fc\u30b7\u30e3\u30eb\u8af8\u5cf6\u5171\u548c\u56fd", "common": "\u30de\u30fc\u30b7\u30e3\u30eb\u8af8\u5cf6"}, + "nld": {"official": "Republiek van de Marshall-eilanden", "common": "Marshalleilanden"}, + "por": {"official": "Rep\u00fablica das Ilhas Marshall", "common": "Ilhas Marshall"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u0440\u0448\u0430\u043b\u043b\u043e\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u041c\u0430\u0440\u0448\u0430\u043b\u043b\u043e\u0432\u044b \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Rep\u00fablica de las Islas Marshall", "common": "Islas Marshall"}, + "fin": {"official": "Marshallinsaarten tasavalta", "common": "Marshallinsaaret"} + }, + "latlng": [9, 168], + "demonym": "Marshallese", + "landlocked": false, + "borders": [], + "area": 181 + }, + { + "name": { + "common": "Macedonia", + "official": "Republic of Macedonia", + "native": { + "mkd": { + "official": "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430", + "common": "\u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430" + } + } + }, + "tld": [".mk"], + "cca2": "MK", + "ccn3": "807", + "cca3": "MKD", + "cioc": "MKD", + "currency": ["MKD"], + "callingCode": ["389"], + "capital": "Skopje", + "altSpellings": ["MK", "Macedonia, the Former Yugoslav Republic of", "Republic of Macedonia", "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u0458\u0430"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "mkd": "Macedonian" + }, + "translations": { + "deu": {"official": "Republik Mazedonien", "common": "Mazedonien"}, + "fra": {"official": "R\u00e9publique de Mac\u00e9doine", "common": "Mac\u00e9doine"}, + "hrv": {"official": "Republika Makedonija", "common": "Makedonija"}, + "ita": {"official": "Repubblica di Macedonia", "common": "Macedonia"}, + "jpn": {"official": "\u30de\u30b1\u30c9\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30de\u30b1\u30c9\u30cb\u30a2\u65e7\u30e6\u30fc\u30b4\u30b9\u30e9\u30d3\u30a2\u5171\u548c\u56fd"}, + "nld": {"official": "Republic of Macedonia", "common": "Macedoni\u00eb"}, + "por": {"official": "Rep\u00fablica da Maced\u00f3nia", "common": "Maced\u00f3nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u044f", "common": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043a\u0435\u0434\u043e\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Macedonia", "common": "Macedonia"}, + "fin": {"official": "Makedonian tasavalta", "common": "Makedonia"} + }, + "latlng": [41.83333333, 22], + "demonym": "Macedonian", + "landlocked": true, + "borders": ["ALB", "BGR", "GRC", "KOS", "SRB"], + "area": 25713 + }, + { + "name": { + "common": "Mali", + "official": "Republic of Mali", + "native": { + "fra": { + "official": "R\u00e9publique du Mali", + "common": "Mali" + } + } + }, + "tld": [".ml"], + "cca2": "ML", + "ccn3": "466", + "cca3": "MLI", + "cioc": "MLI", + "currency": ["XOF"], + "callingCode": ["223"], + "capital": "Bamako", + "altSpellings": ["ML", "Republic of Mali", "R\u00e9publique du Mali"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik Mali", "common": "Mali"}, + "fra": {"official": "R\u00e9publique du Mali", "common": "Mali"}, + "hrv": {"official": "Republika Mali", "common": "Mali"}, + "ita": {"official": "Repubblica del Mali", "common": "Mali"}, + "jpn": {"official": "\u30de\u30ea\u5171\u548c\u56fd", "common": "\u30de\u30ea"}, + "nld": {"official": "Republiek Mali", "common": "Mali"}, + "por": {"official": "Rep\u00fablica do Mali", "common": "Mali"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043b\u0438", "common": "\u041c\u0430\u043b\u0438"}, + "spa": {"official": "Rep\u00fablica de Mal\u00ed", "common": "Mali"}, + "fin": {"official": "Malin tasavalta", "common": "Mali"} + }, + "latlng": [17, -4], + "demonym": "Malian", + "landlocked": true, + "borders": ["DZA", "BFA", "GIN", "CIV", "MRT", "NER", "SEN"], + "area": 1240192 + }, + { + "name": { + "common": "Malta", + "official": "Republic of Malta", + "native": { + "eng": { + "official": "Republic of Malta", + "common": "Malta" + }, + "mlt": { + "official": "Repubblika ta ' Malta", + "common": "Malta" + } + } + }, + "tld": [".mt"], + "cca2": "MT", + "ccn3": "470", + "cca3": "MLT", + "cioc": "MLT", + "currency": ["EUR"], + "callingCode": ["356"], + "capital": "Valletta", + "altSpellings": ["MT", "Republic of Malta", "Repubblika ta' Malta"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "eng": "English", + "mlt": "Maltese" + }, + "translations": { + "deu": {"official": "Republik Malta", "common": "Malta"}, + "fra": {"official": "R\u00e9publique de Malte", "common": "Malte"}, + "hrv": {"official": "Republika Malta", "common": "Malta"}, + "ita": {"official": "Repubblica di Malta", "common": "Malta"}, + "jpn": {"official": "\u30de\u30eb\u30bf\u5171\u548c\u56fd", "common": "\u30de\u30eb\u30bf"}, + "nld": {"official": "Republiek Malta", "common": "Malta"}, + "por": {"official": "Rep\u00fablica de Malta", "common": "Malta"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043b\u044c\u0442\u0430", "common": "\u041c\u0430\u043b\u044c\u0442\u0430"}, + "spa": {"official": "Rep\u00fablica de Malta", "common": "Malta"}, + "fin": {"official": "Maltan tasavalta", "common": "Malta"} + }, + "latlng": [35.83333333, 14.58333333], + "demonym": "Maltese", + "landlocked": false, + "borders": [], + "area": 316 + }, + { + "name": { + "common": "Myanmar", + "official": "Republic of the Union of Myanmar", + "native": { + "mya": { + "official": "\u1015\u103c\u100a\u103a\u1011\u1031\u102c\u1004\u103a\u1005\u102f \u101e\u1019\u1039\u1019\u1010 \u1019\u103c\u1014\u103a\u1019\u102c\u1014\u102d\u102f\u1004\u103a\u1004\u1036\u1010\u1031\u102c\u103a", + "common": "\u1019\u103c\u1014\u103a\u1019\u102c" + } + } + }, + "tld": [".mm"], + "cca2": "MM", + "ccn3": "104", + "cca3": "MMR", + "cioc": "MYA", + "currency": ["MMK"], + "callingCode": ["95"], + "capital": "Naypyidaw", + "altSpellings": ["MM", "Burma", "Republic of the Union of Myanmar", "Pyidaunzu Thanm\u0103da My\u0103ma Nainngandaw"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "mya": "Burmese" + }, + "translations": { + "deu": {"official": "Republik der Union von Myanmar", "common": "Myanmar"}, + "fra": {"official": "R\u00e9publique de l'Union du Myanmar", "common": "Birmanie"}, + "hrv": {"official": "Republika Unije Mijanmar", "common": "Mijanmar"}, + "ita": {"official": "Repubblica dell'Unione di Myanmar", "common": "Birmania"}, + "jpn": {"official": "\u30df\u30e3\u30f3\u30de\u30fc\u9023\u90a6\u5171\u548c\u56fd", "common": "\u30df\u30e3\u30f3\u30de\u30fc"}, + "nld": {"official": "Republiek van de Unie van Myanmar", "common": "Myanmar"}, + "por": {"official": "Rep\u00fablica da Uni\u00e3o de Myanmar", "common": "Myanmar"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u043e\u044e\u0437\u0430 \u041c\u044c\u044f\u043d\u043c\u0430", "common": "\u041c\u044c\u044f\u043d\u043c\u0430"}, + "spa": {"official": "Rep\u00fablica de la Uni\u00f3n de Myanmar", "common": "Myanmar"}, + "fin": {"official": "Myanmarin liiton tasavalta", "common": "Myanmar"} + }, + "latlng": [22, 98], + "demonym": "Bamar", + "landlocked": false, + "borders": ["BGD", "CHN", "IND", "LAO", "THA"], + "area": 676578 + }, + { + "name": { + "common": "Montenegro", + "official": "Montenegro", + "native": { + "srp": { + "official": "\u0426\u0440\u043d\u0430 \u0413\u043e\u0440\u0430", + "common": "\u0426\u0440\u043d\u0430 \u0413\u043e\u0440\u0430" + } + } + }, + "tld": [".me"], + "cca2": "ME", + "ccn3": "499", + "cca3": "MNE", + "cioc": "MNE", + "currency": ["EUR"], + "callingCode": ["382"], + "capital": "Podgorica", + "altSpellings": ["ME", "Crna Gora"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "srp": "Montenegrin" + }, + "translations": { + "deu": {"official": "Montenegro", "common": "Montenegro"}, + "fra": {"official": "Mont\u00e9n\u00e9gro", "common": "Mont\u00e9n\u00e9gro"}, + "hrv": {"official": "Crna Gora", "common": "Crna Gora"}, + "ita": {"official": "Montenegro", "common": "Montenegro"}, + "jpn": {"official": "\u30e2\u30f3\u30c6\u30cd\u30b0\u30ed", "common": "\u30e2\u30f3\u30c6\u30cd\u30b0\u30ed"}, + "nld": {"official": "Montenegro", "common": "Montenegro"}, + "por": {"official": "Montenegro", "common": "Montenegro"}, + "rus": {"official": "\u0427\u0435\u0440\u043d\u043e\u0433\u043e\u0440\u0438\u044f", "common": "\u0427\u0435\u0440\u043d\u043e\u0433\u043e\u0440\u0438\u044f"}, + "spa": {"official": "Montenegro", "common": "Montenegro"}, + "fin": {"official": "Montenegro", "common": "Montenegro"} + }, + "latlng": [42.5, 19.3], + "demonym": "Montenegrin", + "landlocked": false, + "borders": ["ALB", "BIH", "HRV", "KOS", "SRB"], + "area": 13812 + }, + { + "name": { + "common": "Mongolia", + "official": "Mongolia", + "native": { + "mon": { + "official": "\u041c\u043e\u043d\u0433\u043e\u043b \u0443\u043b\u0441", + "common": "\u041c\u043e\u043d\u0433\u043e\u043b \u0443\u043b\u0441" + } + } + }, + "tld": [".mn"], + "cca2": "MN", + "ccn3": "496", + "cca3": "MNG", + "cioc": "MGL", + "currency": ["MNT"], + "callingCode": ["976"], + "capital": "Ulan Bator", + "altSpellings": ["MN"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "mon": "Mongolian" + }, + "translations": { + "deu": {"official": "Mongolei", "common": "Mongolei"}, + "fra": {"official": "Mongolie", "common": "Mongolie"}, + "hrv": {"official": "Mongolija", "common": "Mongolija"}, + "ita": {"official": "Mongolia", "common": "Mongolia"}, + "jpn": {"official": "\u30e2\u30f3\u30b4\u30eb", "common": "\u30e2\u30f3\u30b4\u30eb"}, + "nld": {"official": "Mongoli\u00eb", "common": "Mongoli\u00eb"}, + "por": {"official": "Mong\u00f3lia", "common": "Mong\u00f3lia"}, + "rus": {"official": "\u041c\u043e\u043d\u0433\u043e\u043b\u0438\u044f", "common": "\u041c\u043e\u043d\u0433\u043e\u043b\u0438\u044f"}, + "spa": {"official": "Mongolia", "common": "Mongolia"}, + "fin": {"official": "Mongolian tasavalta", "common": "Mongolia"} + }, + "latlng": [46, 105], + "demonym": "Mongolian", + "landlocked": true, + "borders": ["CHN", "RUS"], + "area": 1564110 + }, + { + "name": { + "common": "Northern Mariana Islands", + "official": "Commonwealth of the Northern Mariana Islands", + "native": { + "cal": { + "official": "Commonwealth of the Northern Mariana Islands", + "common": "Northern Mariana Islands" + }, + "cha": { + "official": "Sankattan Siha Na Islas Mari\u00e5nas", + "common": "Na Islas Mari\u00e5nas" + }, + "eng": { + "official": "Commonwealth of the Northern Mariana Islands", + "common": "Northern Mariana Islands" + } + } + }, + "tld": [".mp"], + "cca2": "MP", + "ccn3": "580", + "cca3": "MNP", + "cioc": "", + "currency": ["USD"], + "callingCode": ["1670"], + "capital": "Saipan", + "altSpellings": ["MP", "Commonwealth of the Northern Mariana Islands", "Sankattan Siha Na Islas Mari\u00e5nas"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "cal": "Carolinian", + "cha": "Chamorro", + "eng": "English" + }, + "translations": { + "deu": {"official": "Commonwealth der N\u00f6rdlichen Marianen", "common": "N\u00f6rdliche Marianen"}, + "fra": {"official": "Commonwealth des \u00eeles Mariannes du Nord", "common": "\u00celes Mariannes du Nord"}, + "hrv": {"official": "Zajednica je Sjeverni Marijanski otoci", "common": "Sjevernomarijanski otoci"}, + "ita": {"official": "Commonwealth delle Isole Marianne Settentrionali", "common": "Isole Marianne Settentrionali"}, + "jpn": {"official": "\u5317\u30de\u30ea\u30a2\u30ca\u8af8\u5cf6", "common": "\u5317\u30de\u30ea\u30a2\u30ca\u8af8\u5cf6"}, + "nld": {"official": "Commonwealth van de Noordelijke Marianen", "common": "Noordelijke Marianeneilanden"}, + "por": {"official": "Comunidade das Ilhas Marianas do Norte", "common": "Marianas Setentrionais"}, + "rus": {"official": "\u0421\u043e\u0434\u0440\u0443\u0436\u0435\u0441\u0442\u0432\u043e \u0421\u0435\u0432\u0435\u0440\u043d\u044b\u0445 \u041c\u0430\u0440\u0438\u0430\u043d\u0441\u043a\u0438\u0445 \u043e\u0441\u0442\u0440\u043e\u0432\u043e\u0432", "common": "\u0421\u0435\u0432\u0435\u0440\u043d\u044b\u0435 \u041c\u0430\u0440\u0438\u0430\u043d\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Mancomunidad de las Islas Marianas del Norte", "common": "Islas Marianas del Norte"}, + "fin": {"official": "Pohjois-Mariaanit", "common": "Pohjois-Mariaanit"} + }, + "latlng": [15.2, 145.75], + "demonym": "American", + "landlocked": false, + "borders": [], + "area": 464 + }, + { + "name": { + "common": "Mozambique", + "official": "Republic of Mozambique", + "native": { + "por": { + "official": "Rep\u00fablica de Mo\u00e7ambique", + "common": "Mo\u00e7ambique" + } + } + }, + "tld": [".mz"], + "cca2": "MZ", + "ccn3": "508", + "cca3": "MOZ", + "cioc": "MOZ", + "currency": ["MZN"], + "callingCode": ["258"], + "capital": "Maputo", + "altSpellings": ["MZ", "Republic of Mozambique", "Rep\u00fablica de Mo\u00e7ambique"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "por": "Portuguese" + }, + "translations": { + "deu": {"official": "Republik Mosambik", "common": "Mosambik"}, + "fra": {"official": "R\u00e9publique du Mozambique", "common": "Mozambique"}, + "hrv": {"official": "Republika Mozambiku", "common": "Mozambik"}, + "ita": {"official": "Repubblica del Mozambico", "common": "Mozambico"}, + "jpn": {"official": "\u30e2\u30b6\u30f3\u30d3\u30fc\u30af\u5171\u548c\u56fd", "common": "\u30e2\u30b6\u30f3\u30d3\u30fc\u30af"}, + "nld": {"official": "Republiek Mozambique", "common": "Mozambique"}, + "por": {"official": "Rep\u00fablica de Mo\u00e7ambique", "common": "Mo\u00e7ambique"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u043e\u0437\u0430\u043c\u0431\u0438\u043a", "common": "\u041c\u043e\u0437\u0430\u043c\u0431\u0438\u043a"}, + "spa": {"official": "Rep\u00fablica de Mozambique", "common": "Mozambique"}, + "fin": {"official": "Mosambikin tasavalta", "common": "Mosambik"} + }, + "latlng": [-18.25, 35], + "demonym": "Mozambican", + "landlocked": false, + "borders": ["MWI", "ZAF", "SWZ", "TZA", "ZMB", "ZWE"], + "area": 801590 + }, + { + "name": { + "common": "Mauritania", + "official": "Islamic Republic of Mauritania", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0625\u0633\u0644\u0627\u0645\u064a\u0629 \u0627\u0644\u0645\u0648\u0631\u064a\u062a\u0627\u0646\u064a\u0629", + "common": "\u0645\u0648\u0631\u064a\u062a\u0627\u0646\u064a\u0627" + } + } + }, + "tld": [".mr"], + "cca2": "MR", + "ccn3": "478", + "cca3": "MRT", + "cioc": "MTN", + "currency": ["MRO"], + "callingCode": ["222"], + "capital": "Nouakchott", + "altSpellings": ["MR", "Islamic Republic of Mauritania", "al-Jumh\u016briyyah al-\u02beIsl\u0101miyyah al-M\u016br\u012bt\u0101niyyah"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Islamische Republik Mauretanien", "common": "Mauretanien"}, + "fra": {"official": "R\u00e9publique islamique de Mauritanie", "common": "Mauritanie"}, + "hrv": {"official": "Islamska Republika Mauritanija", "common": "Mauritanija"}, + "ita": {"official": "Repubblica islamica di Mauritania", "common": "Mauritania"}, + "jpn": {"official": "\u30e2\u30fc\u30ea\u30bf\u30cb\u30a2\u00b7\u30a4\u30b9\u30e9\u30e0\u5171\u548c\u56fd", "common": "\u30e2\u30fc\u30ea\u30bf\u30cb\u30a2"}, + "nld": {"official": "Islamitische Republiek Mauritani\u00eb", "common": "Mauritani\u00eb"}, + "por": {"official": "Rep\u00fablica Isl\u00e2mica da Maurit\u00e2nia", "common": "Maurit\u00e2nia"}, + "rus": {"official": "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u0432\u0440\u0438\u0442\u0430\u043d\u0438\u044f", "common": "\u041c\u0430\u0432\u0440\u0438\u0442\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Isl\u00e1mica de Mauritania", "common": "Mauritania"}, + "fin": {"official": "Mauritanian islamilainen tasavalta", "common": "Mauritania"} + }, + "latlng": [20, -12], + "demonym": "Mauritanian", + "landlocked": false, + "borders": ["DZA", "MLI", "SEN", "ESH"], + "area": 1030700 + }, + { + "name": { + "common": "Montserrat", + "official": "Montserrat", + "native": { + "eng": { + "official": "Montserrat", + "common": "Montserrat" + } + } + }, + "tld": [".ms"], + "cca2": "MS", + "ccn3": "500", + "cca3": "MSR", + "cioc": "", + "currency": ["XCD"], + "callingCode": ["1664"], + "capital": "Plymouth", + "altSpellings": ["MS"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Montserrat", "common": "Montserrat"}, + "fra": {"official": "Montserrat", "common": "Montserrat"}, + "hrv": {"official": "Montserrat", "common": "Montserrat"}, + "ita": {"official": "Montserrat", "common": "Montserrat"}, + "jpn": {"official": "\u30e2\u30f3\u30c8\u30bb\u30e9\u30c8", "common": "\u30e2\u30f3\u30c8\u30bb\u30e9\u30c8"}, + "nld": {"official": "Montserrat", "common": "Montserrat"}, + "por": {"official": "Montserrat", "common": "Montserrat"}, + "rus": {"official": "\u041c\u043e\u043d\u0442\u0441\u0435\u0440\u0440\u0430\u0442", "common": "\u041c\u043e\u043d\u0442\u0441\u0435\u0440\u0440\u0430\u0442"}, + "spa": {"official": "Montserrat", "common": "Montserrat"}, + "fin": {"official": "Montserrat", "common": "Montserrat"} + }, + "latlng": [16.75, -62.2], + "demonym": "Montserratian", + "landlocked": false, + "borders": [], + "area": 102 + }, + { + "name": { + "common": "Martinique", + "official": "Martinique", + "native": { + "fra": { + "official": "Martinique", + "common": "Martinique" + } + } + }, + "tld": [".mq"], + "cca2": "MQ", + "ccn3": "474", + "cca3": "MTQ", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["596"], + "capital": "Fort-de-France", + "altSpellings": ["MQ"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Martinique", "common": "Martinique"}, + "fra": {"official": "Martinique", "common": "Martinique"}, + "hrv": {"official": "Martinique", "common": "Martinique"}, + "ita": {"official": "Martinique", "common": "Martinica"}, + "jpn": {"official": "\u30de\u30eb\u30c6\u30a3\u30cb\u30fc\u30af\u5cf6", "common": "\u30de\u30eb\u30c6\u30a3\u30cb\u30fc\u30af"}, + "nld": {"official": "Martinique", "common": "Martinique"}, + "por": {"official": "Martinique", "common": "Martinica"}, + "rus": {"official": "\u041c\u0430\u0440\u0442\u0438\u043d\u0438\u043a\u0430", "common": "\u041c\u0430\u0440\u0442\u0438\u043d\u0438\u043a\u0430"}, + "spa": {"official": "Martinica", "common": "Martinica"}, + "fin": {"official": "Martinique", "common": "Martinique"} + }, + "latlng": [14.666667, -61], + "demonym": "French", + "landlocked": false, + "borders": [], + "area": 1128 + }, + { + "name": { + "common": "Mauritius", + "official": "Republic of Mauritius", + "native": { + "eng": { + "official": "Republic of Mauritius", + "common": "Mauritius" + }, + "fra": { + "official": "R\u00e9publique de Maurice", + "common": "Maurice" + }, + "mfe": { + "official": "Republik Moris", + "common": "Moris" + } + } + }, + "tld": [".mu"], + "cca2": "MU", + "ccn3": "480", + "cca3": "MUS", + "cioc": "MRI", + "currency": ["MUR"], + "callingCode": ["230"], + "capital": "Port Louis", + "altSpellings": ["MU", "Republic of Mauritius", "R\u00e9publique de Maurice"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "fra": "French", + "mfe": "Mauritian Creole" + }, + "translations": { + "deu": {"official": "Republik Mauritius", "common": "Mauritius"}, + "fra": {"official": "R\u00e9publique de Maurice", "common": "\u00cele Maurice"}, + "hrv": {"official": "Republika Mauricijus", "common": "Mauricijus"}, + "ita": {"official": "Repubblica di Mauritius", "common": "Mauritius"}, + "jpn": {"official": "\u30e2\u30fc\u30ea\u30b7\u30e3\u30b9\u5171\u548c\u56fd", "common": "\u30e2\u30fc\u30ea\u30b7\u30e3\u30b9"}, + "nld": {"official": "Republiek Mauritius", "common": "Mauritius"}, + "por": {"official": "Rep\u00fablica das Maur\u00edcias", "common": "Maur\u00edcio"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u0432\u0440\u0438\u043a\u0438\u0439", "common": "\u041c\u0430\u0432\u0440\u0438\u043a\u0438\u0439"}, + "spa": {"official": "Rep\u00fablica de Mauricio", "common": "Mauricio"}, + "fin": {"official": "Mauritiuksen tasavalta", "common": "Mauritius"} + }, + "latlng": [-20.28333333, 57.55], + "demonym": "Mauritian", + "landlocked": false, + "borders": [], + "area": 2040 + }, + { + "name": { + "common": "Malawi", + "official": "Republic of Malawi", + "native": { + "eng": { + "official": "Republic of Malawi", + "common": "Malawi" + }, + "nya": { + "official": "Chalo cha Malawi, Dziko la Mala\u0175i", + "common": "Mala\u0175i" + } + } + }, + "tld": [".mw"], + "cca2": "MW", + "ccn3": "454", + "cca3": "MWI", + "cioc": "MAW", + "currency": ["MWK"], + "callingCode": ["265"], + "capital": "Lilongwe", + "altSpellings": ["MW", "Republic of Malawi"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "nya": "Chewa" + }, + "translations": { + "deu": {"official": "Republik Malawi", "common": "Malawi"}, + "fra": {"official": "R\u00e9publique du Malawi", "common": "Malawi"}, + "hrv": {"official": "Republika Malavi", "common": "Malavi"}, + "ita": {"official": "Repubblica del Malawi", "common": "Malawi"}, + "jpn": {"official": "\u30de\u30e9\u30a6\u30a4\u5171\u548c\u56fd", "common": "\u30de\u30e9\u30a6\u30a4"}, + "nld": {"official": "Republiek Malawi", "common": "Malawi"}, + "por": {"official": "Rep\u00fablica do Malawi", "common": "Malawi"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041c\u0430\u043b\u0430\u0432\u0438", "common": "\u041c\u0430\u043b\u0430\u0432\u0438"}, + "spa": {"official": "Rep\u00fablica de Malawi", "common": "Malawi"}, + "fin": {"official": "Malawin tasavalta", "common": "Malawi"} + }, + "latlng": [-13.5, 34], + "demonym": "Malawian", + "landlocked": true, + "borders": ["MOZ", "TZA", "ZMB"], + "area": 118484 + }, + { + "name": { + "common": "Malaysia", + "official": "Malaysia", + "native": { + "eng": { + "official": "Malaysia", + "common": "Malaysia" + }, + "msa": { + "official": "\u0645\u0644\u064a\u0633\u064a\u0627", + "common": "\u0645\u0644\u064a\u0633\u064a\u0627" + } + } + }, + "tld": [".my"], + "cca2": "MY", + "ccn3": "458", + "cca3": "MYS", + "cioc": "MAS", + "currency": ["MYR"], + "callingCode": ["60"], + "capital": "Kuala Lumpur", + "altSpellings": ["MY"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "eng": "English", + "msa": "Malay" + }, + "translations": { + "deu": {"official": "Malaysia", "common": "Malaysia"}, + "fra": {"official": "F\u00e9d\u00e9ration de Malaisie", "common": "Malaisie"}, + "hrv": {"official": "Malezija", "common": "Malezija"}, + "ita": {"official": "Malaysia", "common": "Malesia"}, + "jpn": {"official": "\u30de\u30ec\u30fc\u30b7\u30a2", "common": "\u30de\u30ec\u30fc\u30b7\u30a2"}, + "nld": {"official": "Maleisi\u00eb", "common": "Maleisi\u00eb"}, + "por": {"official": "Mal\u00e1sia", "common": "Mal\u00e1sia"}, + "rus": {"official": "\u041c\u0430\u043b\u0430\u0439\u0437\u0438\u044f", "common": "\u041c\u0430\u043b\u0430\u0439\u0437\u0438\u044f"}, + "spa": {"official": "Malasia", "common": "Malasia"}, + "fin": {"official": "Malesia", "common": "Malesia"} + }, + "latlng": [2.5, 112.5], + "demonym": "Malaysian", + "landlocked": false, + "borders": ["BRN", "IDN", "THA"], + "area": 330803 + }, + { + "name": { + "common": "Mayotte", + "official": "Department of Mayotte", + "native": { + "fra": { + "official": "D\u00e9partement de Mayotte", + "common": "Mayotte" + } + } + }, + "tld": [".yt"], + "cca2": "YT", + "ccn3": "175", + "cca3": "MYT", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["262"], + "capital": "Mamoudzou", + "altSpellings": ["YT", "Department of Mayotte", "D\u00e9partement de Mayotte"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "\u00dcbersee-D\u00e9partement Mayotte", "common": "Mayotte"}, + "fra": {"official": "D\u00e9partement de Mayotte", "common": "Mayotte"}, + "hrv": {"official": "Odjel Mayotte", "common": "Mayotte"}, + "ita": {"official": "Dipartimento di Mayotte", "common": "Mayotte"}, + "jpn": {"official": "\u30de\u30e8\u30c3\u30c8\u79d1", "common": "\u30de\u30e8\u30c3\u30c8"}, + "nld": {"official": "Afdeling Mayotte", "common": "Mayotte"}, + "por": {"official": "Departamento de Mayotte", "common": "Mayotte"}, + "rus": {"official": "\u0414\u0435\u043f\u0430\u0440\u0442\u0430\u043c\u0435\u043d\u0442 \u041c\u0430\u0439\u043e\u0442\u0442\u0430", "common": "\u041c\u0430\u0439\u043e\u0442\u0442\u0430"}, + "spa": {"official": "Departamento de Mayotte", "common": "Mayotte"}, + "fin": {"official": "Mayotte", "common": "Mayotte"} + }, + "latlng": [-12.83333333, 45.16666666], + "demonym": "Mahoran", + "landlocked": false, + "borders": [], + "area": 374 + }, + { + "name": { + "common": "Namibia", + "official": "Republic of Namibia", + "native": { + "afr": { + "official": "Republiek van Namibi\u00eb", + "common": "Namibi\u00eb" + }, + "deu": { + "official": "Republik Namibia", + "common": "Namibia" + }, + "eng": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "her": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "hgm": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "kwn": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "loz": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "ndo": { + "official": "Republic of Namibia", + "common": "Namibia" + }, + "tsn": { + "official": "Lefatshe la Namibia", + "common": "Namibia" + } + } + }, + "tld": [".na"], + "cca2": "NA", + "ccn3": "516", + "cca3": "NAM", + "cioc": "NAM", + "currency": ["NAD", "ZAR"], + "callingCode": ["264"], + "capital": "Windhoek", + "altSpellings": ["NA", "Namibi\u00eb", "Republic of Namibia"], + "region": "Africa", + "subregion": "Southern Africa", + "languages": { + "afr": "Afrikaans", + "deu": "German", + "eng": "English", + "her": "Herero", + "hgm": "Khoekhoe", + "kwn": "Kwangali", + "loz": "Lozi", + "ndo": "Ndonga", + "tsn": "Tswana" + }, + "translations": { + "deu": {"official": "Republik Namibia", "common": "Namibia"}, + "fra": {"official": "R\u00e9publique de Namibie", "common": "Namibie"}, + "hrv": {"official": "Republika Namibija", "common": "Namibija"}, + "ita": {"official": "Repubblica di Namibia", "common": "Namibia"}, + "jpn": {"official": "\u30ca\u30df\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30ca\u30df\u30d3\u30a2"}, + "nld": {"official": "Republiek Namibi\u00eb", "common": "Namibi\u00eb"}, + "por": {"official": "Rep\u00fablica da Nam\u00edbia", "common": "Nam\u00edbia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0430\u043c\u0438\u0431\u0438\u044f", "common": "\u041d\u0430\u043c\u0438\u0431\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Namibia", "common": "Namibia"}, + "fin": {"official": "Namibian tasavalta", "common": "Namibia"} + }, + "latlng": [-22, 17], + "demonym": "Namibian", + "landlocked": false, + "borders": ["AGO", "BWA", "ZAF", "ZMB"], + "area": 825615 + }, + { + "name": { + "common": "New Caledonia", + "official": "New Caledonia", + "native": { + "fra": { + "official": "Nouvelle-Cal\u00e9donie", + "common": "Nouvelle-Cal\u00e9donie" + } + } + }, + "tld": [".nc"], + "cca2": "NC", + "ccn3": "540", + "cca3": "NCL", + "cioc": "", + "currency": ["XPF"], + "callingCode": ["687"], + "capital": "Noum\u00e9a", + "altSpellings": ["NC"], + "region": "Oceania", + "subregion": "Melanesia", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Neukaledonien", "common": "Neukaledonien"}, + "fra": {"official": "Nouvelle-Cal\u00e9donie", "common": "Nouvelle-Cal\u00e9donie"}, + "hrv": {"official": "Nova Kaledonija", "common": "Nova Kaledonija"}, + "ita": {"official": "Nuova Caledonia", "common": "Nuova Caledonia"}, + "jpn": {"official": "\u30cb\u30e5\u30fc\u30ab\u30ec\u30c9\u30cb\u30a2", "common": "\u30cb\u30e5\u30fc\u30ab\u30ec\u30c9\u30cb\u30a2"}, + "nld": {"official": "nieuw -Caledoni\u00eb", "common": "Nieuw-Caledoni\u00eb"}, + "por": {"official": "New Caledonia", "common": "Nova Caled\u00f3nia"}, + "rus": {"official": "\u041d\u043e\u0432\u0430\u044f \u041a\u0430\u043b\u0435\u0434\u043e\u043d\u0438\u044f", "common": "\u041d\u043e\u0432\u0430\u044f \u041a\u0430\u043b\u0435\u0434\u043e\u043d\u0438\u044f"}, + "spa": {"official": "nueva Caledonia", "common": "Nueva Caledonia"}, + "fin": {"official": "Uusi-Kaledonia", "common": "Uusi-Kaledonia"} + }, + "latlng": [-21.5, 165.5], + "demonym": "New Caledonian", + "landlocked": false, + "borders": [], + "area": 18575 + }, + { + "name": { + "common": "Niger", + "official": "Republic of Niger", + "native": { + "fra": { + "official": "R\u00e9publique du Niger", + "common": "Niger" + } + } + }, + "tld": [".ne"], + "cca2": "NE", + "ccn3": "562", + "cca3": "NER", + "cioc": "NIG", + "currency": ["XOF"], + "callingCode": ["227"], + "capital": "Niamey", + "altSpellings": ["NE", "Nijar"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik Niger", "common": "Niger"}, + "fra": {"official": "R\u00e9publique du Niger", "common": "Niger"}, + "hrv": {"official": "Republika Niger", "common": "Niger"}, + "ita": {"official": "Repubblica del Niger", "common": "Niger"}, + "jpn": {"official": "\u30cb\u30b8\u30a7\u30fc\u30eb\u5171\u548c\u56fd", "common": "\u30cb\u30b8\u30a7\u30fc\u30eb"}, + "nld": {"official": "Republiek Niger", "common": "Niger"}, + "por": {"official": "Rep\u00fablica do N\u00edger", "common": "N\u00edger"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0438\u0433\u0435\u0440", "common": "\u041d\u0438\u0433\u0435\u0440"}, + "spa": {"official": "Rep\u00fablica de N\u00edger", "common": "N\u00edger"}, + "fin": {"official": "Nigerin tasavalta", "common": "Niger"} + }, + "latlng": [16, 8], + "demonym": "Nigerien", + "landlocked": true, + "borders": ["DZA", "BEN", "BFA", "TCD", "LBY", "MLI", "NGA"], + "area": 1267000 + }, + { + "name": { + "common": "Norfolk Island", + "official": "Territory of Norfolk Island", + "native": { + "eng": { + "official": "Territory of Norfolk Island", + "common": "Norfolk Island" + }, + "pih": { + "official": "Teratri of Norf'k Ailen", + "common": "Norf'k Ailen" + } + } + }, + "tld": [".nf"], + "cca2": "NF", + "ccn3": "574", + "cca3": "NFK", + "cioc": "", + "currency": ["AUD"], + "callingCode": ["672"], + "capital": "Kingston", + "altSpellings": ["NF", "Territory of Norfolk Island", "Teratri of Norf'k Ailen"], + "region": "Oceania", + "subregion": "Australia and New Zealand", + "languages": { + "eng": "English", + "pih": "Norfuk" + }, + "translations": { + "deu": {"official": "Gebiet der Norfolk-Insel", "common": "Norfolkinsel"}, + "fra": {"official": "Territoire de l'\u00eele Norfolk", "common": "\u00cele Norfolk"}, + "hrv": {"official": "Teritorij Norfolk Island", "common": "Otok Norfolk"}, + "ita": {"official": "Territorio di Norfolk Island", "common": "Isola Norfolk"}, + "jpn": {"official": "\u30ce\u30fc\u30d5\u30a9\u30fc\u30af\u5cf6\u306e\u9818\u571f", "common": "\u30ce\u30fc\u30d5\u30a9\u30fc\u30af\u5cf6"}, + "nld": {"official": "Grondgebied van Norfolk Island", "common": "Norfolkeiland"}, + "por": {"official": "Territ\u00f3rio da Ilha Norfolk", "common": "Ilha Norfolk"}, + "rus": {"official": "\u0422\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u041d\u043e\u0440\u0444\u043e\u043b\u043a", "common": "\u041d\u043e\u0440\u0444\u043e\u043b\u043a"}, + "spa": {"official": "Territorio de la Isla Norfolk", "common": "Isla de Norfolk"}, + "fin": {"official": "Norfolkinsaaren territorio", "common": "Norfolkinsaari"} + }, + "latlng": [-29.03333333, 167.95], + "demonym": "Norfolk Islander", + "landlocked": false, + "borders": [], + "area": 36 + }, + { + "name": { + "common": "Nigeria", + "official": "Federal Republic of Nigeria", + "native": { + "eng": { + "official": "Federal Republic of Nigeria", + "common": "Nigeria" + } + } + }, + "tld": [".ng"], + "cca2": "NG", + "ccn3": "566", + "cca3": "NGA", + "cioc": "NGR", + "currency": ["NGN"], + "callingCode": ["234"], + "capital": "Abuja", + "altSpellings": ["NG", "Nijeriya", "Na\u00edj\u00edr\u00ed\u00e0", "Federal Republic of Nigeria"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Bundesrepublik Nigeria", "common": "Nigeria"}, + "fra": {"official": "R\u00e9publique f\u00e9d\u00e9rale du Nigeria", "common": "Nig\u00e9ria"}, + "hrv": {"official": "Savezna Republika Nigerija", "common": "Nigerija"}, + "ita": {"official": "Repubblica federale di Nigeria", "common": "Nigeria"}, + "jpn": {"official": "\u30ca\u30a4\u30b8\u30a7\u30ea\u30a2\u9023\u90a6\u5171\u548c\u56fd", "common": "\u30ca\u30a4\u30b8\u30a7\u30ea\u30a2"}, + "nld": {"official": "Federale Republiek Nigeria", "common": "Nigeria"}, + "por": {"official": "Rep\u00fablica Federal da Nig\u00e9ria", "common": "Nig\u00e9ria"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0438\u0433\u0435\u0440\u0438\u044f", "common": "\u041d\u0438\u0433\u0435\u0440\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Federal de Nigeria", "common": "Nigeria"}, + "fin": {"official": "Nigerian liittotasavalta", "common": "Nigeria"} + }, + "latlng": [10, 8], + "demonym": "Nigerian", + "landlocked": false, + "borders": ["BEN", "CMR", "TCD", "NER"], + "area": 923768 + }, + { + "name": { + "common": "Nicaragua", + "official": "Republic of Nicaragua", + "native": { + "spa": { + "official": "Rep\u00fablica de Nicaragua", + "common": "Nicaragua" + } + } + }, + "tld": [".ni"], + "cca2": "NI", + "ccn3": "558", + "cca3": "NIC", + "cioc": "NCA", + "currency": ["NIO"], + "callingCode": ["505"], + "capital": "Managua", + "altSpellings": ["NI", "Republic of Nicaragua", "Rep\u00fablica de Nicaragua"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Nicaragua", "common": "Nicaragua"}, + "fra": {"official": "R\u00e9publique du Nicaragua", "common": "Nicaragua"}, + "hrv": {"official": "Republika Nikaragva", "common": "Nikaragva"}, + "ita": {"official": "Repubblica del Nicaragua", "common": "Nicaragua"}, + "jpn": {"official": "\u30cb\u30ab\u30e9\u30b0\u30a2\u5171\u548c\u56fd", "common": "\u30cb\u30ab\u30e9\u30b0\u30a2"}, + "nld": {"official": "Republiek Nicaragua", "common": "Nicaragua"}, + "por": {"official": "Rep\u00fablica da Nicar\u00e1gua", "common": "Nicar\u00e1gua"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0438\u043a\u0430\u0440\u0430\u0433\u0443\u0430", "common": "\u041d\u0438\u043a\u0430\u0440\u0430\u0433\u0443\u0430"}, + "spa": {"official": "Rep\u00fablica de Nicaragua", "common": "Nicaragua"}, + "fin": {"official": "Nicaraguan tasavalta", "common": "Nicaragua"} + }, + "latlng": [13, -85], + "demonym": "Nicaraguan", + "landlocked": false, + "borders": ["CRI", "HND"], + "area": 130373 + }, + { + "name": { + "common": "Niue", + "official": "Niue", + "native": { + "eng": { + "official": "Niue", + "common": "Niue" + }, + "niu": { + "official": "Niu\u0113", + "common": "Niu\u0113" + } + } + }, + "tld": [".nu"], + "cca2": "NU", + "ccn3": "570", + "cca3": "NIU", + "cioc": "", + "currency": ["NZD"], + "callingCode": ["683"], + "capital": "Alofi", + "altSpellings": ["NU"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "niu": "Niuean" + }, + "translations": { + "deu": {"official": "Niue", "common": "Niue"}, + "fra": {"official": "Niue", "common": "Niue"}, + "hrv": {"official": "Niue", "common": "Niue"}, + "ita": {"official": "Niue", "common": "Niue"}, + "jpn": {"official": "\u30cb\u30a6\u30a8", "common": "\u30cb\u30a6\u30a8"}, + "nld": {"official": "Niue", "common": "Niue"}, + "por": {"official": "Niue", "common": "Niue"}, + "rus": {"official": "\u041d\u0438\u0443\u044d", "common": "\u041d\u0438\u0443\u044d"}, + "spa": {"official": "Niue", "common": "Niue"}, + "fin": {"official": "Niue", "common": "Niue"} + }, + "latlng": [-19.03333333, -169.86666666], + "demonym": "Niuean", + "landlocked": false, + "borders": [], + "area": 260 + }, + { + "name": { + "common": "Netherlands", + "official": "Netherlands", + "native": { + "nld": { + "official": "Nederland", + "common": "Nederland" + } + } + }, + "tld": [".nl"], + "cca2": "NL", + "ccn3": "528", + "cca3": "NLD", + "cioc": "NED", + "currency": ["EUR"], + "callingCode": ["31"], + "capital": "Amsterdam", + "altSpellings": ["NL", "Holland", "Nederland"], + "region": "Europe", + "subregion": "Western Europe", + "languages": { + "nld": "Dutch" + }, + "translations": { + "deu": {"official": "Niederlande", "common": "Niederlande"}, + "fra": {"official": "Pays-Bas", "common": "Pays-Bas"}, + "hrv": {"official": "Holandija", "common": "Nizozemska"}, + "ita": {"official": "Paesi Bassi", "common": "Paesi Bassi"}, + "jpn": {"official": "\u30aa\u30e9\u30f3\u30c0", "common": "\u30aa\u30e9\u30f3\u30c0"}, + "nld": {"official": "Nederland", "common": "Nederland"}, + "por": {"official": "Holanda", "common": "Holanda"}, + "rus": {"official": "\u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u044b", "common": "\u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u044b"}, + "spa": {"official": "Pa\u00edses Bajos", "common": "Pa\u00edses Bajos"}, + "fin": {"official": "Alankomaat", "common": "Alankomaat"} + }, + "latlng": [52.5, 5.75], + "demonym": "Dutch", + "landlocked": false, + "borders": ["BEL", "DEU"], + "area": 41850 + }, + { + "name": { + "common": "Norway", + "official": "Kingdom of Norway", + "native": { + "nno": { + "official": "Kongeriket Noreg", + "common": "Noreg" + }, + "nob": { + "official": "Kongeriket Norge", + "common": "Norge" + }, + "smi": { + "official": "Norgga gonagasriika", + "common": "Norgga" + } + } + }, + "tld": [".no"], + "cca2": "NO", + "ccn3": "578", + "cca3": "NOR", + "cioc": "NOR", + "currency": ["NOK"], + "callingCode": ["47"], + "capital": "Oslo", + "altSpellings": ["NO", "Norge", "Noreg", "Kingdom of Norway", "Kongeriket Norge", "Kongeriket Noreg"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "nno": "Norwegian Nynorsk", + "nob": "Norwegian Bokm\u00e5l", + "smi": "Sami" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Norwegen", "common": "Norwegen"}, + "fra": {"official": "Royaume de Norv\u00e8ge", "common": "Norv\u00e8ge"}, + "hrv": {"official": "Kraljevina Norve\u0161ka", "common": "Norve\u0161ka"}, + "ita": {"official": "Regno di Norvegia", "common": "Norvegia"}, + "jpn": {"official": "\u30ce\u30eb\u30a6\u30a7\u30fc\u738b\u56fd", "common": "\u30ce\u30eb\u30a6\u30a7\u30fc"}, + "nld": {"official": "Koninkrijk Noorwegen", "common": "Noorwegen"}, + "por": {"official": "Reino da Noruega", "common": "Noruega"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u041d\u043e\u0440\u0432\u0435\u0433\u0438\u044f", "common": "\u041d\u043e\u0440\u0432\u0435\u0433\u0438\u044f"}, + "spa": {"official": "Reino de Noruega", "common": "Noruega"}, + "fin": {"official": "Norjan kuningaskunta", "common": "Norja"} + }, + "latlng": [62, 10], + "demonym": "Norwegian", + "landlocked": false, + "borders": ["FIN", "SWE", "RUS"], + "area": 323802 + }, + { + "name": { + "common": "Nepal", + "official": "Federal Democratic Republic of Nepal", + "native": { + "nep": { + "official": "\u0928\u0947\u092a\u093e\u0932 \u0938\u0902\u0918\u0940\u092f \u0932\u094b\u0915\u0924\u093e\u0928\u094d\u0924\u094d\u0930\u093f\u0915 \u0917\u0923\u0924\u0928\u094d\u0924\u094d\u0930", + "common": "\u0928\u092a\u0932" + } + } + }, + "tld": [".np"], + "cca2": "NP", + "ccn3": "524", + "cca3": "NPL", + "cioc": "NEP", + "currency": ["NPR"], + "callingCode": ["977"], + "capital": "Kathmandu", + "altSpellings": ["NP", "Federal Democratic Republic of Nepal", "Lokt\u0101ntrik Ganatantra Nep\u0101l"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "nep": "Nepali" + }, + "translations": { + "deu": {"official": "Demokratischen Bundesrepublik Nepal", "common": "N\u00e9pal"}, + "fra": {"official": "R\u00e9publique du N\u00e9pal", "common": "N\u00e9pal"}, + "hrv": {"official": "Savezna Demokratska Republika Nepal", "common": "Nepal"}, + "ita": {"official": "Repubblica federale democratica del Nepal", "common": "Nepal"}, + "jpn": {"official": "\u30cd\u30d1\u30fc\u30eb\u9023\u90a6\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30cd\u30d1\u30fc\u30eb"}, + "nld": {"official": "Federale Democratische Republiek Nepal", "common": "Nepal"}, + "por": {"official": "Rep\u00fablica Democr\u00e1tica Federal do Nepal", "common": "Nepal"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0435\u043f\u0430\u043b", "common": "\u041d\u0435\u043f\u0430\u043b"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica Federal de Nepal", "common": "Nepal"}, + "fin": {"official": "Nepalin demokraattinen liittotasavalta", "common": "Nepal"} + }, + "latlng": [28, 84], + "demonym": "Nepalese", + "landlocked": true, + "borders": ["CHN", "IND"], + "area": 147181 + }, + { + "name": { + "common": "Nauru", + "official": "Republic of Nauru", + "native": { + "eng": { + "official": "Republic of Nauru", + "common": "Nauru" + }, + "nau": { + "official": "Republic of Nauru", + "common": "Nauru" + } + } + }, + "tld": [".nr"], + "cca2": "NR", + "ccn3": "520", + "cca3": "NRU", + "cioc": "NRU", + "currency": ["AUD"], + "callingCode": ["674"], + "capital": "Yaren", + "altSpellings": ["NR", "Naoero", "Pleasant Island", "Republic of Nauru", "Ripublik Naoero"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "eng": "English", + "nau": "Nauru" + }, + "translations": { + "deu": {"official": "Republik Nauru", "common": "Nauru"}, + "fra": {"official": "R\u00e9publique de Nauru", "common": "Nauru"}, + "hrv": {"official": "Republika Nauru", "common": "Nauru"}, + "ita": {"official": "Repubblica di Nauru", "common": "Nauru"}, + "jpn": {"official": "\u30ca\u30a6\u30eb\u5171\u548c\u56fd", "common": "\u30ca\u30a6\u30eb"}, + "nld": {"official": "Republiek Nauru", "common": "Nauru"}, + "por": {"official": "Rep\u00fablica de Nauru", "common": "Nauru"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041d\u0430\u0443\u0440\u0443", "common": "\u041d\u0430\u0443\u0440\u0443"}, + "spa": {"official": "Rep\u00fablica de Nauru", "common": "Nauru"}, + "fin": {"official": "Naurun tasavalta", "common": "Nauru"} + }, + "latlng": [-0.53333333, 166.91666666], + "demonym": "Nauruan", + "landlocked": false, + "borders": [], + "area": 21 + }, + { + "name": { + "common": "New Zealand", + "official": "New Zealand", + "native": { + "eng": { + "official": "New Zealand", + "common": "New Zealand" + }, + "mri": { + "official": "Aotearoa", + "common": "Aotearoa" + }, + "nzs": { + "official": "New Zealand", + "common": "New Zealand" + } + } + }, + "tld": [".nz"], + "cca2": "NZ", + "ccn3": "554", + "cca3": "NZL", + "cioc": "NZL", + "currency": ["NZD"], + "callingCode": ["64"], + "capital": "Wellington", + "altSpellings": ["NZ", "Aotearoa"], + "region": "Oceania", + "subregion": "Australia and New Zealand", + "languages": { + "eng": "English", + "mri": "M\u0101ori", + "nzs": "New Zealand Sign Language" + }, + "translations": { + "deu": {"official": "Neuseeland", "common": "Neuseeland"}, + "fra": {"official": "Nouvelle-Z\u00e9lande", "common": "Nouvelle-Z\u00e9lande"}, + "hrv": {"official": "Novi Zeland", "common": "Novi Zeland"}, + "ita": {"official": "Nuova Zelanda", "common": "Nuova Zelanda"}, + "jpn": {"official": "\u30cb\u30e5\u30fc\u30b8\u30fc\u30e9\u30f3\u30c9", "common": "\u30cb\u30e5\u30fc\u30b8\u30fc\u30e9\u30f3\u30c9"}, + "nld": {"official": "Nieuw Zeeland", "common": "Nieuw-Zeeland"}, + "por": {"official": "nova Zel\u00e2ndia", "common": "Nova Zel\u00e2ndia"}, + "rus": {"official": "\u041d\u043e\u0432\u0430\u044f \u0417\u0435\u043b\u0430\u043d\u0434\u0438\u044f", "common": "\u041d\u043e\u0432\u0430\u044f \u0417\u0435\u043b\u0430\u043d\u0434\u0438\u044f"}, + "spa": {"official": "nueva Zelanda", "common": "Nueva Zelanda"}, + "fin": {"official": "Uusi-Seelanti", "common": "Uusi-Seelanti"} + }, + "latlng": [-41, 174], + "demonym": "New Zealander", + "landlocked": false, + "borders": [], + "area": 270467 + }, + { + "name": { + "common": "Oman", + "official": "Sultanate of Oman", + "native": { + "ara": { + "official": "\u0633\u0644\u0637\u0646\u0629 \u0639\u0645\u0627\u0646", + "common": "\u0639\u0645\u0627\u0646" + } + } + }, + "tld": [".om"], + "cca2": "OM", + "ccn3": "512", + "cca3": "OMN", + "cioc": "OMA", + "currency": ["OMR"], + "callingCode": ["968"], + "capital": "Muscat", + "altSpellings": ["OM", "Sultanate of Oman", "Sal\u1e6danat \u02bbUm\u0101n"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Sultanat Oman", "common": "Oman"}, + "fra": {"official": "Sultanat d'Oman", "common": "Oman"}, + "hrv": {"official": "Sultanat Oman", "common": "Oman"}, + "ita": {"official": "Sultanato dell'Oman", "common": "oman"}, + "jpn": {"official": "\u30aa\u30de\u30fc\u30f3\u00b7\u30b9\u30eb\u30bf\u30f3\u56fd", "common": "\u30aa\u30de\u30fc\u30f3"}, + "nld": {"official": "Sultanaat van Oman", "common": "Oman"}, + "por": {"official": "Sultanato de Om\u00e3", "common": "Om\u00e3"}, + "rus": {"official": "\u0421\u0443\u043b\u0442\u0430\u043d\u0430\u0442 \u041e\u043c\u0430\u043d", "common": "\u041e\u043c\u0430\u043d"}, + "spa": {"official": "Sultanato de Om\u00e1n", "common": "Om\u00e1n"}, + "fin": {"official": "Omanin sulttaanikunta", "common": "Oman"} + }, + "latlng": [21, 57], + "demonym": "Omani", + "landlocked": false, + "borders": ["SAU", "ARE", "YEM"], + "area": 309500 + }, + { + "name": { + "common": "Pakistan", + "official": "Islamic Republic of Pakistan", + "native": { + "eng": { + "official": "Islamic Republic of Pakistan", + "common": "Pakistan" + }, + "urd": { + "official": "\u0627\u0633\u0644\u0627\u0645\u06cc \u062c\u0645\u06c1\u0648\u0631\u06cc\u06c2 \u067e\u0627\u0643\u0633\u062a\u0627\u0646", + "common": "\u067e\u0627\u0643\u0633\u062a\u0627\u0646" + } + } + }, + "tld": [".pk"], + "cca2": "PK", + "ccn3": "586", + "cca3": "PAK", + "cioc": "PAK", + "currency": ["PKR"], + "callingCode": ["92"], + "capital": "Islamabad", + "altSpellings": ["PK", "P\u0101kist\u0101n", "Islamic Republic of Pakistan", "Isl\u0101m\u012b Jumh\u016briya'eh P\u0101kist\u0101n"], + "region": "Asia", + "subregion": "Southern Asia", + "languages": { + "eng": "English", + "urd": "Urdu" + }, + "translations": { + "deu": {"official": "Islamische Republik Pakistan", "common": "Pakistan"}, + "fra": {"official": "R\u00e9publique islamique du Pakistan", "common": "Pakistan"}, + "hrv": {"official": "Islamska Republika Pakistan", "common": "Pakistan"}, + "ita": {"official": "Repubblica islamica del Pakistan", "common": "Pakistan"}, + "jpn": {"official": "\u30d1\u30ad\u30b9\u30bf\u30f3", "common": "\u30d1\u30ad\u30b9\u30bf\u30f3"}, + "nld": {"official": "Islamitische Republiek Pakistan", "common": "Pakistan"}, + "por": {"official": "Rep\u00fablica Isl\u00e2mica do Paquist\u00e3o", "common": "Paquist\u00e3o"}, + "rus": {"official": "\u0418\u0441\u043b\u0430\u043c\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0430\u043a\u0438\u0441\u0442\u0430\u043d", "common": "\u041f\u0430\u043a\u0438\u0441\u0442\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica Isl\u00e1mica de Pakist\u00e1n", "common": "Pakist\u00e1n"}, + "fin": {"official": "Pakistanin islamilainen tasavalta", "common": "Pakistan"} + }, + "latlng": [30, 70], + "demonym": "Pakistani", + "landlocked": false, + "borders": ["AFG", "CHN", "IND", "IRN"], + "area": 881912 + }, + { + "name": { + "common": "Panama", + "official": "Republic of Panama", + "native": { + "spa": { + "official": "Rep\u00fablica de Panam\u00e1", + "common": "Panam\u00e1" + } + } + }, + "tld": [".pa"], + "cca2": "PA", + "ccn3": "591", + "cca3": "PAN", + "cioc": "PAN", + "currency": ["PAB", "USD"], + "callingCode": ["507"], + "capital": "Panama City", + "altSpellings": ["PA", "Republic of Panama", "Rep\u00fablica de Panam\u00e1"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Panama", "common": "Panama"}, + "fra": {"official": "R\u00e9publique du Panama", "common": "Panama"}, + "hrv": {"official": "Republika Panama", "common": "Panama"}, + "ita": {"official": "Repubblica di Panama", "common": "Panama"}, + "jpn": {"official": "\u30d1\u30ca\u30de\u5171\u548c\u56fd", "common": "\u30d1\u30ca\u30de"}, + "nld": {"official": "Republiek Panama", "common": "Panama"}, + "por": {"official": "Rep\u00fablica do Panam\u00e1", "common": "Panam\u00e1"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0430\u043d\u0430\u043c\u0430", "common": "\u041f\u0430\u043d\u0430\u043c\u0430"}, + "spa": {"official": "Rep\u00fablica de Panam\u00e1", "common": "Panam\u00e1"}, + "fin": {"official": "Panaman tasavalta", "common": "Panama"} + }, + "latlng": [9, -80], + "demonym": "Panamanian", + "landlocked": false, + "borders": ["COL", "CRI"], + "area": 75417 + }, + { + "name": { + "common": "Pitcairn Islands", + "official": "Pitcairn Group of Islands", + "native": { + "eng": { + "official": "Pitcairn Group of Islands", + "common": "Pitcairn Islands" + } + } + }, + "tld": [".pn"], + "cca2": "PN", + "ccn3": "612", + "cca3": "PCN", + "cioc": "", + "currency": ["NZD"], + "callingCode": ["64"], + "capital": "Adamstown", + "altSpellings": ["PN", "Pitcairn", "Pitcairn Henderson Ducie and Oeno Islands"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Pitcairn Inselgruppe", "common": "Pitcairn"}, + "fra": {"official": "Groupe d'\u00eeles Pitcairn", "common": "\u00celes Pitcairn"}, + "hrv": {"official": "Pitcairn skupine otoka", "common": "Pitcairnovo oto\u010dje"}, + "ita": {"official": "Pitcairn gruppo di isole", "common": "Isole Pitcairn"}, + "jpn": {"official": "\u5cf6\u306e\u30d4\u30c8\u30b1\u30a2\u30f3\u30b0\u30eb\u30fc\u30d7", "common": "\u30d4\u30c8\u30b1\u30a2\u30f3"}, + "nld": {"official": "Pitcairn groep eilanden", "common": "Pitcairneilanden"}, + "por": {"official": "Pitcairn grupo de ilhas", "common": "Ilhas Pitcairn"}, + "rus": {"official": "\u041f\u0438\u0442\u043a\u044d\u0440\u043d \u0433\u0440\u0443\u043f\u043f\u0430 \u043e\u0441\u0442\u0440\u043e\u0432\u043e\u0432", "common": "\u041e\u0441\u0442\u0440\u043e\u0432\u0430 \u041f\u0438\u0442\u043a\u044d\u0440\u043d"}, + "spa": {"official": "Grupo de Islas Pitcairn", "common": "Islas Pitcairn"}, + "fin": {"official": "Pitcairn", "common": "Pitcairn"} + }, + "latlng": [-25.06666666, -130.1], + "demonym": "Pitcairn Islander", + "landlocked": false, + "borders": [], + "area": 47 + }, + { + "name": { + "common": "Peru", + "official": "Republic of Peru", + "native": { + "aym": { + "official": "Piruw Suyu", + "common": "Piruw" + }, + "que": { + "official": "Piruw Ripuwlika", + "common": "Piruw" + }, + "spa": { + "official": "Rep\u00fablica del Per\u00fa", + "common": "Per\u00fa" + } + } + }, + "tld": [".pe"], + "cca2": "PE", + "ccn3": "604", + "cca3": "PER", + "cioc": "PER", + "currency": ["PEN"], + "callingCode": ["51"], + "capital": "Lima", + "altSpellings": ["PE", "Republic of Peru", "Rep\u00fablica del Per\u00fa"], + "region": "Americas", + "subregion": "South America", + "languages": { + "aym": "Aymara", + "que": "Quechua", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Peru", "common": "Peru"}, + "fra": {"official": "R\u00e9publique du P\u00e9rou", "common": "P\u00e9rou"}, + "hrv": {"official": "Republika Peru", "common": "Peru"}, + "ita": {"official": "Repubblica del Per\u00f9", "common": "Per\u00f9"}, + "jpn": {"official": "\u30da\u30eb\u30fc\u5171\u548c\u56fd", "common": "\u30da\u30eb\u30fc"}, + "nld": {"official": "Republiek Peru", "common": "Peru"}, + "por": {"official": "Rep\u00fablica do Peru", "common": "Per\u00fa"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0435\u0440\u0443", "common": "\u041f\u0435\u0440\u0443"}, + "spa": {"official": "Rep\u00fablica de Per\u00fa", "common": "Per\u00fa"}, + "fin": {"official": "Perun tasavalta", "common": "Peru"} + }, + "latlng": [-10, -76], + "demonym": "Peruvian", + "landlocked": false, + "borders": ["BOL", "BRA", "CHL", "COL", "ECU"], + "area": 1285216 + }, + { + "name": { + "common": "Philippines", + "official": "Republic of the Philippines", + "native": { + "eng": { + "official": "Republic of the Philippines", + "common": "Philippines" + }, + "fil": { + "official": "Republic of the Philippines", + "common": "Pilipinas" + } + } + }, + "tld": [".ph"], + "cca2": "PH", + "ccn3": "608", + "cca3": "PHL", + "cioc": "PHI", + "currency": ["PHP"], + "callingCode": ["63"], + "capital": "Manila", + "altSpellings": ["PH", "Republic of the Philippines", "Rep\u00fablika ng Pilipinas"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "eng": "English", + "fil": "Filipino" + }, + "translations": { + "deu": {"official": "Republik der Philippinen", "common": "Philippinen"}, + "fra": {"official": "R\u00e9publique des Philippines", "common": "Philippines"}, + "hrv": {"official": "Republika Filipini", "common": "Filipini"}, + "ita": {"official": "Repubblica delle Filippine", "common": "Filippine"}, + "jpn": {"official": "\u30d5\u30a3\u30ea\u30d4\u30f3\u5171\u548c\u56fd", "common": "\u30d5\u30a3\u30ea\u30d4\u30f3"}, + "nld": {"official": "Republiek der Filipijnen", "common": "Filipijnen"}, + "por": {"official": "Rep\u00fablica das Filipinas", "common": "Filipinas"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0424\u0438\u043b\u0438\u043f\u043f\u0438\u043d\u044b", "common": "\u0424\u0438\u043b\u0438\u043f\u043f\u0438\u043d\u044b"}, + "spa": {"official": "Rep\u00fablica de las Filipinas", "common": "Filipinas"}, + "fin": {"official": "Filippiinien tasavalta", "common": "Filippiinit"} + }, + "latlng": [13, 122], + "demonym": "Filipino", + "landlocked": false, + "borders": [], + "area": 342353 + }, + { + "name": { + "common": "Palau", + "official": "Republic of Palau", + "native": { + "eng": { + "official": "Republic of Palau", + "common": "Palau" + }, + "pau": { + "official": "Beluu er a Belau", + "common": "Belau" + } + } + }, + "tld": [".pw"], + "cca2": "PW", + "ccn3": "585", + "cca3": "PLW", + "cioc": "PLW", + "currency": ["USD"], + "callingCode": ["680"], + "capital": "Ngerulmud", + "altSpellings": ["PW", "Republic of Palau", "Beluu er a Belau"], + "region": "Oceania", + "subregion": "Micronesia", + "languages": { + "eng": "English", + "pau": "Palauan" + }, + "translations": { + "deu": {"official": "Palau", "common": "Palau"}, + "fra": {"official": "R\u00e9publique des Palaos (Palau)", "common": "Palaos (Palau)"}, + "hrv": {"official": "Republika Palau", "common": "Palau"}, + "ita": {"official": "Repubblica di Palau", "common": "Palau"}, + "jpn": {"official": "\u30d1\u30e9\u30aa\u5171\u548c\u56fd", "common": "\u30d1\u30e9\u30aa"}, + "nld": {"official": "Republiek van Palau", "common": "Palau"}, + "por": {"official": "Rep\u00fablica de Palau", "common": "Palau"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0430\u043b\u0430\u0443", "common": "\u041f\u0430\u043b\u0430\u0443"}, + "spa": {"official": "Rep\u00fablica de Palau", "common": "Palau"}, + "fin": {"official": "Palaun tasavalta", "common": "Palau"} + }, + "latlng": [7.5, 134.5], + "demonym": "Palauan", + "landlocked": false, + "borders": [], + "area": 459 + }, + { + "name": { + "common": "Papua New Guinea", + "official": "Independent State of Papua New Guinea", + "native": { + "eng": { + "official": "Independent State of Papua New Guinea", + "common": "Papua New Guinea" + }, + "hmo": { + "official": "Independen Stet bilong Papua Niugini", + "common": "Papua Niu Gini" + }, + "tpi": { + "official": "Independen Stet bilong Papua Niugini", + "common": "Papua Niugini" + } + } + }, + "tld": [".pg"], + "cca2": "PG", + "ccn3": "598", + "cca3": "PNG", + "cioc": "PNG", + "currency": ["PGK"], + "callingCode": ["675"], + "capital": "Port Moresby", + "altSpellings": ["PG", "Independent State of Papua New Guinea", "Independen Stet bilong Papua Niugini"], + "region": "Oceania", + "subregion": "Melanesia", + "languages": { + "eng": "English", + "hmo": "Hiri Motu", + "tpi": "Tok Pisin" + }, + "translations": { + "deu": {"official": "Unabh\u00e4ngige Staat Papua-Neuguinea", "common": "Papua-Neuguinea"}, + "fra": {"official": "\u00c9tat ind\u00e9pendant de Papouasie-Nouvelle-Guin\u00e9e", "common": "Papouasie-Nouvelle-Guin\u00e9e"}, + "hrv": {"official": "Nezavisna Dr\u017eava Papui Novoj Gvineji", "common": "Papua Nova Gvineja"}, + "ita": {"official": "Stato indipendente di Papua Nuova Guinea", "common": "Papua Nuova Guinea"}, + "jpn": {"official": "\u30d1\u30d7\u30a2\u30cb\u30e5\u30fc\u30ae\u30cb\u30a2\u72ec\u7acb\u56fd", "common": "\u30d1\u30d7\u30a2\u30cb\u30e5\u30fc\u30ae\u30cb\u30a2"}, + "nld": {"official": "Onafhankelijke Staat Papoea -Nieuw-Guinea", "common": "Papoea-Nieuw-Guinea"}, + "por": {"official": "Estado Independente da Papua Nova Guin\u00e9", "common": "Papua Nova Guin\u00e9"}, + "rus": {"official": "\u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0435 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u041f\u0430\u043f\u0443\u0430-\u041d\u043e\u0432\u043e\u0439 \u0413\u0432\u0438\u043d\u0435\u0438", "common": "\u041f\u0430\u043f\u0443\u0430 \u2014 \u041d\u043e\u0432\u0430\u044f \u0413\u0432\u0438\u043d\u0435\u044f"}, + "spa": {"official": "Estado Independiente de Pap\u00faa Nueva Guinea", "common": "Pap\u00faa Nueva Guinea"}, + "fin": {"official": "Papua-Uuden-Guinean Itsen\u00e4inen valtio", "common": "Papua-Uusi-Guinea"} + }, + "latlng": [-6, 147], + "demonym": "Papua New Guinean", + "landlocked": false, + "borders": ["IDN"], + "area": 462840 + }, + { + "name": { + "common": "Poland", + "official": "Republic of Poland", + "native": { + "pol": { + "official": "Rzeczpospolita Polska", + "common": "Polska" + } + } + }, + "tld": [".pl"], + "cca2": "PL", + "ccn3": "616", + "cca3": "POL", + "cioc": "POL", + "currency": ["PLN"], + "callingCode": ["48"], + "capital": "Warsaw", + "altSpellings": ["PL", "Republic of Poland", "Rzeczpospolita Polska"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "pol": "Polish" + }, + "translations": { + "deu": {"official": "Republik Polen", "common": "Polen"}, + "fra": {"official": "R\u00e9publique de Pologne", "common": "Pologne"}, + "hrv": {"official": "Republika Poljska", "common": "Poljska"}, + "ita": {"official": "Repubblica di Polonia", "common": "Polonia"}, + "jpn": {"official": "\u30dd\u30fc\u30e9\u30f3\u30c9\u5171\u548c\u56fd", "common": "\u30dd\u30fc\u30e9\u30f3\u30c9"}, + "nld": {"official": "Republiek Polen", "common": "Polen"}, + "por": {"official": "Rep\u00fablica da Pol\u00f3nia", "common": "Pol\u00f3nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u043e\u043b\u044c\u0448\u0430", "common": "\u041f\u043e\u043b\u044c\u0448\u0430"}, + "spa": {"official": "Rep\u00fablica de Polonia", "common": "Polonia"}, + "fin": {"official": "Puolan tasavalta", "common": "Puola"} + }, + "latlng": [52, 20], + "demonym": "Polish", + "landlocked": false, + "borders": ["BLR", "CZE", "DEU", "LTU", "RUS", "SVK", "UKR"], + "area": 312679 + }, + { + "name": { + "common": "Puerto Rico", + "official": "Commonwealth of Puerto Rico", + "native": { + "eng": { + "official": "Commonwealth of Puerto Rico", + "common": "Puerto Rico" + }, + "spa": { + "official": "Estado Libre Asociado de Puerto Rico", + "common": "Puerto Rico" + } + } + }, + "tld": [".pr"], + "cca2": "PR", + "ccn3": "630", + "cca3": "PRI", + "cioc": "PUR", + "currency": ["USD"], + "callingCode": ["1787", "1939"], + "capital": "San Juan", + "altSpellings": ["PR", "Commonwealth of Puerto Rico", "Estado Libre Asociado de Puerto Rico"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Commonwealth von Puerto Rico", "common": "Puerto Rico"}, + "fra": {"official": "Porto Rico", "common": "Porto Rico"}, + "hrv": {"official": "Zajednica Puerto Rico", "common": "Portoriko"}, + "ita": {"official": "Commonwealth di Porto Rico", "common": "Porto Rico"}, + "jpn": {"official": "\u30d7\u30a8\u30eb\u30c8\u30ea\u30b3\u306e\u30b3\u30e2\u30f3\u30a6\u30a7\u30eb\u30b9", "common": "\u30d7\u30a8\u30eb\u30c8\u30ea\u30b3"}, + "nld": {"official": "Gemenebest van Puerto Rico", "common": "Puerto Rico"}, + "por": {"official": "Commonwealth of Puerto Rico", "common": "Porto Rico"}, + "rus": {"official": "\u0421\u043e\u0434\u0440\u0443\u0436\u0435\u0441\u0442\u0432\u043e \u041f\u0443\u044d\u0440\u0442\u043e-\u0420\u0438\u043a\u043e", "common": "\u041f\u0443\u044d\u0440\u0442\u043e-\u0420\u0438\u043a\u043e"}, + "spa": {"official": "Asociado de Puerto Rico", "common": "Puerto Rico"}, + "fin": {"official": "Puerto Rico", "common": "Puerto Rico"} + }, + "latlng": [18.25, -66.5], + "demonym": "Puerto Rican", + "landlocked": false, + "borders": [], + "area": 8870 + }, + { + "name": { + "common": "North Korea", + "official": "Democratic People's Republic of Korea", + "native": { + "kor": { + "official": "\uc870\uc120 \ubbfc\uc8fc\uc8fc\uc758 \uc778\ubbfc \uacf5\ud654\uad6d", + "common": "\ubd81\ud55c" + } + } + }, + "tld": [".kp"], + "cca2": "KP", + "ccn3": "408", + "cca3": "PRK", + "cioc": "PRK", + "currency": ["KPW"], + "callingCode": ["850"], + "capital": "Pyongyang", + "altSpellings": ["KP", "Democratic People's Republic of Korea", "\uc870\uc120\ubbfc\uc8fc\uc8fc\uc758\uc778\ubbfc\uacf5\ud654\uad6d", "Chos\u014fn Minjuju\u016di Inmin Konghwaguk", "Korea, Democratic People's Republic of"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "kor": "Korean" + }, + "translations": { + "deu": {"official": "Demokratische Volksrepublik Korea", "common": "Nordkorea"}, + "fra": {"official": "R\u00e9publique populaire d\u00e9mocratique de Cor\u00e9e", "common": "Cor\u00e9e du Nord"}, + "hrv": {"official": "Demokratska Narodna Republika Koreja", "common": "Sjeverna Koreja"}, + "ita": {"official": "Repubblica democratica popolare di Corea", "common": "Corea del Nord"}, + "jpn": {"official": "\u671d\u9bae\u6c11\u4e3b\u4e3b\u7fa9\u4eba\u6c11\u5171\u548c\u56fd", "common": "\u671d\u9bae\u6c11\u4e3b\u4e3b\u7fa9\u4eba\u6c11\u5171\u548c\u56fd"}, + "nld": {"official": "Democratische Volksrepubliek Korea", "common": "Noord-Korea"}, + "por": {"official": "Rep\u00fablica Popular Democr\u00e1tica da Coreia", "common": "Coreia do Norte"}, + "rus": {"official": "\u041a\u043e\u0440\u0435\u0439\u0441\u043a\u0430\u044f \u041d\u0430\u0440\u043e\u0434\u043d\u043e-\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u043e\u0440\u0435\u044f", "common": "\u0421\u0435\u0432\u0435\u0440\u043d\u0430\u044f \u041a\u043e\u0440\u0435\u044f"}, + "spa": {"official": "Rep\u00fablica Popular Democr\u00e1tica de Corea", "common": "Corea del Norte"}, + "fin": {"official": "Korean demokraattinen kansantasavalta", "common": "Pohjois-Korea"} + }, + "latlng": [40, 127], + "demonym": "North Korean", + "landlocked": false, + "borders": ["CHN", "KOR", "RUS"], + "area": 120538 + }, + { + "name": { + "common": "Portugal", + "official": "Portuguese Republic", + "native": { + "por": { + "official": "Rep\u00fablica portugu\u00eas", + "common": "Portugal" + } + } + }, + "tld": [".pt"], + "cca2": "PT", + "ccn3": "620", + "cca3": "PRT", + "cioc": "POR", + "currency": ["EUR"], + "callingCode": ["351"], + "capital": "Lisbon", + "altSpellings": ["PT", "Portuguesa", "Portuguese Republic", "Rep\u00fablica Portuguesa"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "por": "Portuguese" + }, + "translations": { + "deu": {"official": "Portugiesische Republik", "common": "Portugal"}, + "fra": {"official": "R\u00e9publique portugaise", "common": "Portugal"}, + "hrv": {"official": "Portugalska Republika", "common": "Portugal"}, + "ita": {"official": "Repubblica portoghese", "common": "Portogallo"}, + "jpn": {"official": "\u30dd\u30eb\u30c8\u30ac\u30eb\u5171\u548c\u56fd", "common": "\u30dd\u30eb\u30c8\u30ac\u30eb"}, + "nld": {"official": "Portugese Republiek", "common": "Portugal"}, + "por": {"official": "Rep\u00fablica portugu\u00eas", "common": "Portugal"}, + "rus": {"official": "\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u044c\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u041f\u043e\u0440\u0442\u0443\u0433\u0430\u043b\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Portuguesa", "common": "Portugal"}, + "fin": {"official": "Portugalin tasavalta", "common": "Portugali"} + }, + "latlng": [39.5, -8], + "demonym": "Portuguese", + "landlocked": false, + "borders": ["ESP"], + "area": 92090 + }, + { + "name": { + "common": "Paraguay", + "official": "Republic of Paraguay", + "native": { + "grn": { + "official": "Tet\u00e3 Paragu\u00e1i", + "common": "Paragu\u00e1i" + }, + "spa": { + "official": "Rep\u00fablica de Paraguay", + "common": "Paraguay" + } + } + }, + "tld": [".py"], + "cca2": "PY", + "ccn3": "600", + "cca3": "PRY", + "cioc": "PAR", + "currency": ["PYG"], + "callingCode": ["595"], + "capital": "Asunci\u00f3n", + "altSpellings": ["PY", "Republic of Paraguay", "Rep\u00fablica del Paraguay", "Tet\u00e3 Paragu\u00e1i"], + "region": "Americas", + "subregion": "South America", + "languages": { + "grn": "Guaran\u00ed", + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik Paraguay", "common": "Paraguay"}, + "fra": {"official": "R\u00e9publique du Paraguay", "common": "Paraguay"}, + "hrv": {"official": "Republika Paragvaj", "common": "Paragvaj"}, + "ita": {"official": "Repubblica del Paraguay", "common": "Paraguay"}, + "jpn": {"official": "\u30d1\u30e9\u30b0\u30a2\u30a4\u5171\u548c\u56fd", "common": "\u30d1\u30e9\u30b0\u30a2\u30a4"}, + "nld": {"official": "Republiek Paraguay", "common": "Paraguay"}, + "por": {"official": "Rep\u00fablica do Paraguai", "common": "Paraguai"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041f\u0430\u0440\u0430\u0433\u0432\u0430\u0439", "common": "\u041f\u0430\u0440\u0430\u0433\u0432\u0430\u0439"}, + "spa": {"official": "Rep\u00fablica de Paraguay", "common": "Paraguay"}, + "fin": {"official": "Paraguayn tasavalta", "common": "Paraguay"} + }, + "latlng": [-23, -58], + "demonym": "Paraguayan", + "landlocked": true, + "borders": ["ARG", "BOL", "BRA"], + "area": 406752 + }, + { + "name": { + "common": "Palestine", + "official": "State of Palestine", + "native": { + "ara": { + "official": "\u062f\u0648\u0644\u0629 \u0641\u0644\u0633\u0637\u064a\u0646", + "common": "\u0641\u0644\u0633\u0637\u064a\u0646" + } + } + }, + "tld": [".ps", "\u0641\u0644\u0633\u0637\u064a\u0646."], + "cca2": "PS", + "ccn3": "275", + "cca3": "PSE", + "cioc": "PLE", + "currency": ["ILS"], + "callingCode": ["970"], + "capital": "Ramallah", + "altSpellings": ["PS", "Palestine, State of", "State of Palestine", "Dawlat Filas\u1e6din"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Staat Pal\u00e4stina", "common": "Pal\u00e4stina"}, + "fra": {"official": "\u00c9tat de Palestine", "common": "Palestine"}, + "hrv": {"official": "State of Palestine", "common": "Palestina"}, + "ita": {"official": "Stato di Palestina", "common": "Palestina"}, + "jpn": {"official": "\u30d1\u30ec\u30b9\u30c1\u30ca\u81ea\u6cbb\u653f\u5e9c", "common": "\u30d1\u30ec\u30b9\u30c1\u30ca"}, + "nld": {"official": "Staat Palestina", "common": "Palestijnse gebieden"}, + "por": {"official": "Estado da Palestina", "common": "Palestina"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u041f\u0430\u043b\u0435\u0441\u0442\u0438\u043d\u0430", "common": "\u041f\u0430\u043b\u0435\u0441\u0442\u0438\u043d\u0430"}, + "spa": {"official": "Estado de Palestina", "common": "Palestina"}, + "fin": {"official": "Palestiinan valtio", "common": "Palestiina"} + }, + "latlng": [31.9, 35.2], + "demonym": "Palestinian", + "landlocked": false, + "borders": ["ISR", "EGY", "JOR"], + "area": 6220 + }, + { + "name": { + "common": "French Polynesia", + "official": "French Polynesia", + "native": { + "fra": { + "official": "Polyn\u00e9sie fran\u00e7aise", + "common": "Polyn\u00e9sie fran\u00e7aise" + } + } + }, + "tld": [".pf"], + "cca2": "PF", + "ccn3": "258", + "cca3": "PYF", + "cioc": "", + "currency": ["XPF"], + "callingCode": ["689"], + "capital": "Papeet\u0113", + "altSpellings": ["PF", "Polyn\u00e9sie fran\u00e7aise", "French Polynesia", "P\u014dr\u012bnetia Far\u0101ni"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Franz\u00f6sisch-Polynesien", "common": "Franz\u00f6sisch-Polynesien"}, + "fra": {"official": "Polyn\u00e9sie fran\u00e7aise", "common": "Polyn\u00e9sie fran\u00e7aise"}, + "hrv": {"official": "Francuska Polinezija", "common": "Francuska Polinezija"}, + "ita": {"official": "Polinesia Francese", "common": "Polinesia Francese"}, + "jpn": {"official": "\u30d5\u30e9\u30f3\u30b9\u9818\u30dd\u30ea\u30cd\u30b7\u30a2", "common": "\u30d5\u30e9\u30f3\u30b9\u9818\u30dd\u30ea\u30cd\u30b7\u30a2"}, + "nld": {"official": "Frans-Polynesi\u00eb", "common": "Frans-Polynesi\u00eb"}, + "por": {"official": "Polin\u00e9sia Francesa", "common": "Polin\u00e9sia Francesa"}, + "rus": {"official": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u041f\u043e\u043b\u0438\u043d\u0435\u0437\u0438\u044f", "common": "\u0424\u0440\u0430\u043d\u0446\u0443\u0437\u0441\u043a\u0430\u044f \u041f\u043e\u043b\u0438\u043d\u0435\u0437\u0438\u044f"}, + "spa": {"official": "Polinesia franc\u00e9s", "common": "Polinesia Francesa"}, + "fin": {"official": "Ranskan Polynesia", "common": "Ranskan Polynesia"} + }, + "latlng": [-15, -140], + "demonym": "French Polynesian", + "landlocked": false, + "borders": [], + "area": 4167 + }, + { + "name": { + "common": "Qatar", + "official": "State of Qatar", + "native": { + "ara": { + "official": "\u062f\u0648\u0644\u0629 \u0642\u0637\u0631", + "common": "\u0642\u0637\u0631" + } + } + }, + "tld": [".qa", "\u0642\u0637\u0631."], + "cca2": "QA", + "ccn3": "634", + "cca3": "QAT", + "cioc": "QAT", + "currency": ["QAR"], + "callingCode": ["974"], + "capital": "Doha", + "altSpellings": ["QA", "State of Qatar", "Dawlat Qa\u1e6dar"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Staat Katar", "common": "Katar"}, + "fra": {"official": "\u00c9tat du Qatar", "common": "Qatar"}, + "hrv": {"official": "Dr\u017eava Katar", "common": "Katar"}, + "ita": {"official": "Stato del Qatar", "common": "Qatar"}, + "jpn": {"official": "\u30ab\u30bf\u30fc\u30eb\u56fd", "common": "\u30ab\u30bf\u30fc\u30eb"}, + "nld": {"official": "Staat Qatar", "common": "Qatar"}, + "por": {"official": "Estado do Qatar", "common": "Catar"}, + "rus": {"official": "\u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u041a\u0430\u0442\u0430\u0440", "common": "\u041a\u0430\u0442\u0430\u0440"}, + "spa": {"official": "Estado de Qatar", "common": "Catar"}, + "fin": {"official": "Qatarin valtio", "common": "Qatar"} + }, + "latlng": [25.5, 51.25], + "demonym": "Qatari", + "landlocked": false, + "borders": ["SAU"], + "area": 11586 + }, + { + "name": { + "common": "R\u00e9union", + "official": "R\u00e9union Island", + "native": { + "fra": { + "official": "Ile de la R\u00e9union", + "common": "La R\u00e9union" + } + } + }, + "tld": [".re"], + "cca2": "RE", + "ccn3": "638", + "cca3": "REU", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["262"], + "capital": "Saint-Denis", + "altSpellings": ["RE", "Reunion"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "R\u00e9union", "common": "R\u00e9union"}, + "fra": {"official": "Ile de la R\u00e9union", "common": "R\u00e9union"}, + "hrv": {"official": "R\u00e9union Island", "common": "R\u00e9union"}, + "ita": {"official": "R\u00e9union", "common": "Riunione"}, + "jpn": {"official": "\u30ec\u30e6\u30cb\u30aa\u30f3\u5cf6", "common": "\u30ec\u30e6\u30cb\u30aa\u30f3"}, + "nld": {"official": "R\u00e9union", "common": "R\u00e9union"}, + "por": {"official": "Ilha da Reuni\u00e3o", "common": "Reuni\u00e3o"}, + "rus": {"official": "\u0420\u0435\u044e\u043d\u044c\u043e\u043d", "common": "\u0420\u0435\u044e\u043d\u044c\u043e\u043d"}, + "spa": {"official": "Isla de la Reuni\u00f3n", "common": "Reuni\u00f3n"}, + "fin": {"official": "R\u00e9union", "common": "R\u00e9union"} + }, + "latlng": [-21.15, 55.5], + "demonym": "French", + "landlocked": false, + "borders": [], + "area": 2511 + }, + { + "name": { + "common": "Romania", + "official": "Romania", + "native": { + "ron": { + "official": "Rom\u00e2nia", + "common": "Rom\u00e2nia" + } + } + }, + "tld": [".ro"], + "cca2": "RO", + "ccn3": "642", + "cca3": "ROU", + "cioc": "ROU", + "currency": ["RON"], + "callingCode": ["40"], + "capital": "Bucharest", + "altSpellings": ["RO", "Rumania", "Roumania", "Rom\u00e2nia"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "ron": "Romanian" + }, + "translations": { + "deu": {"official": "Rum\u00e4nien", "common": "Rum\u00e4nien"}, + "fra": {"official": "Roumanie", "common": "Roumanie"}, + "hrv": {"official": "Rumunija", "common": "Rumunjska"}, + "ita": {"official": "Romania", "common": "Romania"}, + "jpn": {"official": "\u30eb\u30fc\u30de\u30cb\u30a2", "common": "\u30eb\u30fc\u30de\u30cb\u30a2"}, + "nld": {"official": "Roemeni\u00eb", "common": "Roemeni\u00eb"}, + "por": {"official": "Rom\u00eania", "common": "Rom\u00e9nia"}, + "rus": {"official": "\u0420\u0443\u043c\u044b\u043d\u0438\u044f", "common": "\u0420\u0443\u043c\u044b\u043d\u0438\u044f"}, + "spa": {"official": "Rumania", "common": "Rumania"}, + "fin": {"official": "Romania", "common": "Romania"} + }, + "latlng": [46, 25], + "demonym": "Romanian", + "landlocked": false, + "borders": ["BGR", "HUN", "MDA", "SRB", "UKR"], + "area": 238391 + }, + { + "name": { + "common": "Russia", + "official": "Russian Federation", + "native": { + "rus": { + "official": "\u0420\u0443\u0441\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", + "common": "\u0420\u043e\u0441\u0441\u0438\u044f" + } + } + }, + "tld": [".ru", ".su", ".\u0440\u0444"], + "cca2": "RU", + "ccn3": "643", + "cca3": "RUS", + "cioc": "RUS", + "currency": ["RUB"], + "callingCode": ["7"], + "capital": "Moscow", + "altSpellings": ["RU", "Rossiya", "Russian Federation", "\u0420\u043e\u0441\u0441\u0438\u0439\u0441\u043a\u0430\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "Rossiyskaya Federatsiya"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "rus": "Russian" + }, + "translations": { + "deu": {"official": "Russische F\u00f6deration", "common": "Russland"}, + "fra": {"official": "F\u00e9d\u00e9ration de Russie", "common": "Russie"}, + "hrv": {"official": "Ruska Federacija", "common": "Rusija"}, + "ita": {"official": "Federazione russa", "common": "Russia"}, + "jpn": {"official": "\u30ed\u30b7\u30a2\u9023\u90a6", "common": "\u30ed\u30b7\u30a2\u9023\u90a6"}, + "nld": {"official": "Russische Federatie", "common": "Rusland"}, + "por": {"official": "Federa\u00e7\u00e3o Russa", "common": "R\u00fassia"}, + "rus": {"official": "\u0420\u043e\u0441\u0441\u0438\u044f \u0424\u0435\u0434\u0435\u0440\u0430\u0446\u0438\u044f", "common": "\u0420\u043e\u0441\u0441\u0438\u044f"}, + "spa": {"official": "Federaci\u00f3n de Rusia", "common": "Rusia"}, + "fin": {"official": "Ven\u00e4j\u00e4n federaatio", "common": "Ven\u00e4j\u00e4"} + }, + "latlng": [60, 100], + "demonym": "Russian", + "landlocked": false, + "borders": ["AZE", "BLR", "CHN", "EST", "FIN", "GEO", "KAZ", "PRK", "LVA", "LTU", "MNG", "NOR", "POL", "UKR"], + "area": 17098242 + }, + { + "name": { + "common": "Rwanda", + "official": "Republic of Rwanda", + "native": { + "eng": { + "official": "Republic of Rwanda", + "common": "Rwanda" + }, + "fra": { + "official": "R\u00e9publique rwandaise", + "common": "Rwanda" + }, + "kin": { + "official": "Repubulika y'u Rwanda", + "common": "Rwanda" + } + } + }, + "tld": [".rw"], + "cca2": "RW", + "ccn3": "646", + "cca3": "RWA", + "cioc": "RWA", + "currency": ["RWF"], + "callingCode": ["250"], + "capital": "Kigali", + "altSpellings": ["RW", "Republic of Rwanda", "Repubulika y'u Rwanda", "R\u00e9publique du Rwanda"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "fra": "French", + "kin": "Kinyarwanda" + }, + "translations": { + "deu": {"official": "Republik Ruanda", "common": "Ruanda"}, + "fra": {"official": "R\u00e9publique rwandaise", "common": "Rwanda"}, + "hrv": {"official": "Republika Ruandi", "common": "Ruanda"}, + "ita": {"official": "Repubblica del Ruanda", "common": "Ruanda"}, + "jpn": {"official": "\u30eb\u30ef\u30f3\u30c0\u5171\u548c\u56fd", "common": "\u30eb\u30ef\u30f3\u30c0"}, + "nld": {"official": "Republiek Rwanda", "common": "Rwanda"}, + "por": {"official": "Rep\u00fablica do Ruanda", "common": "Ruanda"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0420\u0443\u0430\u043d\u0434\u0430", "common": "\u0420\u0443\u0430\u043d\u0434\u0430"}, + "spa": {"official": "Rep\u00fablica de Rwanda", "common": "Ruanda"}, + "fin": {"official": "Ruandan tasavalta", "common": "Ruanda"} + }, + "latlng": [-2, 30], + "demonym": "Rwandan", + "landlocked": true, + "borders": ["BDI", "COD", "TZA", "UGA"], + "area": 26338 + }, + { + "name": { + "common": "Saudi Arabia", + "official": "Kingdom of Saudi Arabia", + "native": { + "ara": { + "official": "\u0627\u0644\u0645\u0645\u0644\u0643\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629", + "common": "\u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629" + } + } + }, + "tld": [".sa", ".\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629"], + "cca2": "SA", + "ccn3": "682", + "cca3": "SAU", + "cioc": "KSA", + "currency": ["SAR"], + "callingCode": ["966"], + "capital": "Riyadh", + "altSpellings": ["Saudi", "SA", "Kingdom of Saudi Arabia", "Al-Mamlakah al-\u2018Arabiyyah as-Su\u2018\u016bdiyyah"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Saudi-Arabien", "common": "Saudi-Arabien"}, + "fra": {"official": "Royaume d'Arabie Saoudite", "common": "Arabie Saoudite"}, + "hrv": {"official": "Kraljevina Saudijska Arabija", "common": "Saudijska Arabija"}, + "ita": {"official": "Arabia Saudita", "common": "Arabia Saudita"}, + "jpn": {"official": "\u30b5\u30a6\u30b8\u30a2\u30e9\u30d3\u30a2\u738b\u56fd", "common": "\u30b5\u30a6\u30b8\u30a2\u30e9\u30d3\u30a2"}, + "nld": {"official": "Koninkrijk van Saoedi-Arabi\u00eb", "common": "Saoedi-Arabi\u00eb"}, + "por": {"official": "Reino da Ar\u00e1bia Saudita", "common": "Ar\u00e1bia Saudita"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0421\u0430\u0443\u0434\u043e\u0432\u0441\u043a\u0430\u044f \u0410\u0440\u0430\u0432\u0438\u044f", "common": "\u0421\u0430\u0443\u0434\u043e\u0432\u0441\u043a\u0430\u044f \u0410\u0440\u0430\u0432\u0438\u044f"}, + "spa": {"official": "Reino de Arabia Saudita", "common": "Arabia Saud\u00ed"}, + "fin": {"official": "Saudi-Arabian kuningaskunta", "common": "Saudi-Arabia"} + }, + "latlng": [25, 45], + "demonym": "Saudi Arabian", + "landlocked": false, + "borders": ["IRQ", "JOR", "KWT", "OMN", "QAT", "ARE", "YEM"], + "area": 2149690 + }, + { + "name": { + "common": "Sudan", + "official": "Republic of the Sudan", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0633\u0648\u062f\u0627\u0646", + "common": "\u0627\u0644\u0633\u0648\u062f\u0627\u0646" + }, + "eng": { + "official": "Republic of the Sudan", + "common": "Sudan" + } + } + }, + "tld": [".sd"], + "cca2": "SD", + "ccn3": "729", + "cca3": "SDN", + "cioc": "SUD", + "currency": ["SDG"], + "callingCode": ["249"], + "capital": "Khartoum", + "altSpellings": ["SD", "Republic of the Sudan", "Jumh\u016br\u012byat as-S\u016bd\u0101n"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic", + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Sudan", "common": "Sudan"}, + "fra": {"official": "R\u00e9publique du Soudan", "common": "Soudan"}, + "hrv": {"official": "Republika Sudan", "common": "Sudan"}, + "ita": {"official": "Repubblica del Sudan", "common": "Sudan"}, + "jpn": {"official": "\u30b9\u30fc\u30c0\u30f3\u5171\u548c\u56fd", "common": "\u30b9\u30fc\u30c0\u30f3"}, + "nld": {"official": "Republiek Soedan", "common": "Soedan"}, + "por": {"official": "Rep\u00fablica do Sud\u00e3o", "common": "Sud\u00e3o"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0443\u0434\u0430\u043d", "common": "\u0421\u0443\u0434\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Sud\u00e1n", "common": "Sud\u00e1n"}, + "fin": {"official": "Sudanin tasavalta", "common": "Sudan"} + }, + "latlng": [15, 30], + "demonym": "Sudanese", + "landlocked": false, + "borders": ["CAF", "TCD", "EGY", "ERI", "ETH", "LBY", "SSD"], + "area": 1886068 + }, + { + "name": { + "common": "Senegal", + "official": "Republic of Senegal", + "native": { + "fra": { + "official": "R\u00e9publique du S\u00e9n\u00e9gal", + "common": "S\u00e9n\u00e9gal" + } + } + }, + "tld": [".sn"], + "cca2": "SN", + "ccn3": "686", + "cca3": "SEN", + "cioc": "SEN", + "currency": ["XOF"], + "callingCode": ["221"], + "capital": "Dakar", + "altSpellings": ["SN", "Republic of Senegal", "R\u00e9publique du S\u00e9n\u00e9gal"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik Senegal", "common": "Senegal"}, + "fra": {"official": "R\u00e9publique du S\u00e9n\u00e9gal", "common": "S\u00e9n\u00e9gal"}, + "hrv": {"official": "Republika Senegal", "common": "Senegal"}, + "ita": {"official": "Repubblica del Senegal", "common": "Senegal"}, + "jpn": {"official": "\u30bb\u30cd\u30ac\u30eb\u5171\u548c\u56fd", "common": "\u30bb\u30cd\u30ac\u30eb"}, + "nld": {"official": "Republiek Senegal", "common": "Senegal"}, + "por": {"official": "Rep\u00fablica do Senegal", "common": "Senegal"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0435\u043d\u0435\u0433\u0430\u043b", "common": "\u0421\u0435\u043d\u0435\u0433\u0430\u043b"}, + "spa": {"official": "Rep\u00fablica de Senegal", "common": "Senegal"}, + "fin": {"official": "Senegalin tasavalta", "common": "Senegal"} + }, + "latlng": [14, -14], + "demonym": "Senegalese", + "landlocked": false, + "borders": ["GMB", "GIN", "GNB", "MLI", "MRT"], + "area": 196722 + }, + { + "name": { + "common": "Singapore", + "official": "Republic of Singapore", + "native": { + "cmn": { + "official": "\u65b0\u52a0\u5761\u5171\u548c\u56fd", + "common": "\u65b0\u52a0\u5761" + }, + "eng": { + "official": "Republic of Singapore", + "common": "Singapore" + }, + "msa": { + "official": "Republik Singapura", + "common": "Singapura" + }, + "tam": { + "official": "\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd \u0b95\u0bc1\u0b9f\u0bbf\u0baf\u0bb0\u0b9a\u0bc1", + "common": "\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd" + } + } + }, + "tld": [".sg", ".\u65b0\u52a0\u5761", ".\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd"], + "cca2": "SG", + "ccn3": "702", + "cca3": "SGP", + "cioc": "SIN", + "currency": ["SGD"], + "callingCode": ["65"], + "capital": "Singapore", + "altSpellings": ["SG", "Singapura", "Republik Singapura", "\u65b0\u52a0\u5761\u5171\u548c\u56fd"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "cmn": "Mandarin", + "eng": "English", + "msa": "Malay", + "tam": "Tamil" + }, + "translations": { + "deu": {"official": "Republik Singapur", "common": "Singapur"}, + "fra": {"official": "R\u00e9publique de Singapour", "common": "Singapour"}, + "hrv": {"official": "Republika Singapur", "common": "Singapur"}, + "ita": {"official": "Repubblica di Singapore", "common": "Singapore"}, + "jpn": {"official": "\u30b7\u30f3\u30ac\u30dd\u30fc\u30eb\u5171\u548c\u56fd", "common": "\u30b7\u30f3\u30ac\u30dd\u30fc\u30eb"}, + "nld": {"official": "Republiek Singapore", "common": "Singapore"}, + "por": {"official": "Rep\u00fablica de Singapura", "common": "Singapura"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440", "common": "\u0421\u0438\u043d\u0433\u0430\u043f\u0443\u0440"}, + "spa": {"official": "Rep\u00fablica de Singapur", "common": "Singapur"}, + "fin": {"official": "Singaporen tasavalta", "common": "Singapore"} + }, + "latlng": [1.36666666, 103.8], + "demonym": "Singaporean", + "landlocked": false, + "borders": [], + "area": 710 + }, + { + "name": { + "common": "South Georgia", + "official": "South Georgia and the South Sandwich Islands", + "native": { + "eng": { + "official": "South Georgia and the South Sandwich Islands", + "common": "South Georgia" + } + } + }, + "tld": [".gs"], + "cca2": "GS", + "ccn3": "239", + "cca3": "SGS", + "cioc": "", + "currency": ["GBP"], + "callingCode": ["500"], + "capital": "King Edward Point", + "altSpellings": ["GS", "South Georgia and the South Sandwich Islands"], + "region": "Americas", + "subregion": "South America", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "S\u00fcdgeorgien und die S\u00fcdlichen Sandwichinseln", "common": "S\u00fcdgeorgien und die S\u00fcdlichen Sandwichinseln"}, + "fra": {"official": "G\u00e9orgie du Sud et les \u00eeles Sandwich du Sud", "common": "G\u00e9orgie du Sud-et-les \u00celes Sandwich du Sud"}, + "hrv": {"official": "Ju\u017ena D\u017eord\u017eija i Otoci Ju\u017eni Sendvi\u010d", "common": "Ju\u017ena Georgija i oto\u010dje Ju\u017eni Sandwich"}, + "ita": {"official": "Georgia del Sud e isole Sandwich del Sud", "common": "Georgia del Sud e Isole Sandwich Meridionali"}, + "jpn": {"official": "\u30b5\u30a6\u30b9\u30b8\u30e7\u30fc\u30b8\u30a2\u00b7\u30b5\u30a6\u30b9\u30b5\u30f3\u30c9\u30a6\u30a3\u30c3\u30c1\u8af8\u5cf6", "common": "\u30b5\u30a6\u30b9\u30b8\u30e7\u30fc\u30b8\u30a2\u30fb\u30b5\u30a6\u30b9\u30b5\u30f3\u30c9\u30a6\u30a3\u30c3\u30c1\u8af8\u5cf6"}, + "nld": {"official": "Zuid-Georgi\u00eb en de Zuidelijke Sandwich-eilanden", "common": "Zuid-Georgia en Zuidelijke Sandwicheilanden"}, + "por": {"official": "Ge\u00f3rgia do Sul e Sandwich do Sul", "common": "Ilhas Ge\u00f3rgia do Sul e Sandwich do Sul"}, + "rus": {"official": "\u042e\u0436\u043d\u0430\u044f \u0413\u0435\u043e\u0440\u0433\u0438\u044f \u0438 \u042e\u0436\u043d\u044b\u0435 \u0421\u0430\u043d\u0434\u0432\u0438\u0447\u0435\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u042e\u0436\u043d\u0430\u044f \u0413\u0435\u043e\u0440\u0433\u0438\u044f \u0438 \u042e\u0436\u043d\u044b\u0435 \u0421\u0430\u043d\u0434\u0432\u0438\u0447\u0435\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Georgia del Sur y las Islas Sandwich del Sur", "common": "Islas Georgias del Sur y Sandwich del Sur"}, + "fin": {"official": "Etel\u00e4-Georgia ja Etel\u00e4iset Sandwichsaaret", "common": "Etel\u00e4-Georgia ja Etel\u00e4iset Sandwichsaaret"} + }, + "latlng": [-54.5, -37], + "demonym": "South Georgian South Sandwich Islander", + "landlocked": false, + "borders": [], + "area": 3903 + }, + { + "name": { + "common": "Svalbard and Jan Mayen", + "official": "Svalbard og Jan Mayen", + "native": { + "nor": { + "official": "Svalbard og Jan Mayen", + "common": "Svalbard og Jan Mayen" + } + } + }, + "tld": [".sj"], + "cca2": "SJ", + "ccn3": "744", + "cca3": "SJM", + "cioc": "", + "currency": ["NOK"], + "callingCode": ["4779"], + "capital": "Longyearbyen", + "altSpellings": ["SJ", "Svalbard and Jan Mayen Islands"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "nor": "Norwegian" + }, + "translations": { + "deu": {"official": "Inselgruppe Spitzbergen", "common": "Spitzbergen"}, + "fra": {"official": "Jan Mayen Svalbard", "common": "Svalbard et Jan Mayen"}, + "hrv": {"official": "Svalbard og Jan Mayen", "common": "Svalbard i Jan Mayen"}, + "ita": {"official": "Svalbard og Jan Mayen", "common": "Svalbard e Jan Mayen"}, + "jpn": {"official": "\u30b9\u30d0\u30fc\u30eb\u30d0\u30eb\u8af8\u5cf6OG\u30e4\u30f3\u30de\u30a4\u30a8\u30f3", "common": "\u30b9\u30f4\u30a1\u30fc\u30eb\u30d0\u30eb\u8af8\u5cf6\u304a\u3088\u3073\u30e4\u30f3\u30de\u30a4\u30a8\u30f3\u5cf6"}, + "nld": {"official": "Svalbard og Jan Mayen", "common": "Svalbard en Jan Mayen"}, + "por": {"official": "Svalbard og Jan Mayen", "common": "Ilhas Svalbard e Jan Mayen"}, + "rus": {"official": "\u0421\u0432\u0430\u043b\u044c\u0431\u0430\u0440\u0434\u0430 \u043e\u0433 \u042f\u043d-\u041c\u0430\u0439\u0435\u043d", "common": "\u0428\u043f\u0438\u0446\u0431\u0435\u0440\u0433\u0435\u043d \u0438 \u042f\u043d-\u041c\u0430\u0439\u0435\u043d"}, + "spa": {"official": "Svalbard og Jan Mayen", "common": "Islas Svalbard y Jan Mayen"}, + "fin": {"official": "Huippuvuoret", "common": "Huippuvuoret"} + }, + "latlng": [78, 20], + "demonym": "Norwegian", + "landlocked": false, + "borders": [], + "area": -1 + }, + { + "name": { + "common": "Solomon Islands", + "official": "Solomon Islands", + "native": { + "eng": { + "official": "Solomon Islands", + "common": "Solomon Islands" + } + } + }, + "tld": [".sb"], + "cca2": "SB", + "ccn3": "090", + "cca3": "SLB", + "cioc": "SOL", + "currency": ["SBD"], + "callingCode": ["677"], + "capital": "Honiara", + "altSpellings": ["SB"], + "region": "Oceania", + "subregion": "Melanesia", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Salomon-Inseln", "common": "Salomonen"}, + "fra": {"official": "\u00celes Salomon", "common": "\u00celes Salomon"}, + "hrv": {"official": "Solomonski Otoci", "common": "Solomonski Otoci"}, + "ita": {"official": "Isole Salomone", "common": "Isole Salomone"}, + "jpn": {"official": "\u30bd\u30ed\u30e2\u30f3\u8af8\u5cf6", "common": "\u30bd\u30ed\u30e2\u30f3\u8af8\u5cf6"}, + "nld": {"official": "Solomon eilanden", "common": "Salomonseilanden"}, + "por": {"official": "Ilhas Salom\u00e3o", "common": "Ilhas Salom\u00e3o"}, + "rus": {"official": "\u0421\u043e\u043b\u043e\u043c\u043e\u043d\u043e\u0432\u044b \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0421\u043e\u043b\u043e\u043c\u043e\u043d\u043e\u0432\u044b \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "islas Salom\u00f3n", "common": "Islas Salom\u00f3n"}, + "fin": {"official": "Salomonsaaret", "common": "Salomonsaaret"} + }, + "latlng": [-8, 159], + "demonym": "Solomon Islander", + "landlocked": false, + "borders": [], + "area": 28896 + }, + { + "name": { + "common": "Sierra Leone", + "official": "Republic of Sierra Leone", + "native": { + "eng": { + "official": "Republic of Sierra Leone", + "common": "Sierra Leone" + } + } + }, + "tld": [".sl"], + "cca2": "SL", + "ccn3": "694", + "cca3": "SLE", + "cioc": "SLE", + "currency": ["SLL"], + "callingCode": ["232"], + "capital": "Freetown", + "altSpellings": ["SL", "Republic of Sierra Leone"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Sierra Leone", "common": "Sierra Leone"}, + "fra": {"official": "R\u00e9publique de Sierra Leone", "common": "Sierra Leone"}, + "hrv": {"official": "Republika Sijera Leone", "common": "Sijera Leone"}, + "ita": {"official": "Repubblica della Sierra Leone", "common": "Sierra Leone"}, + "jpn": {"official": "\u30b7\u30a8\u30e9\u30ec\u30aa\u30cd\u5171\u548c\u56fd", "common": "\u30b7\u30a8\u30e9\u30ec\u30aa\u30cd"}, + "nld": {"official": "Republiek Sierra Leone", "common": "Sierra Leone"}, + "por": {"official": "Rep\u00fablica da Serra Leoa", "common": "Serra Leoa"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u044c\u0435\u0440\u0440\u0430-\u041b\u0435\u043e\u043d\u0435", "common": "\u0421\u044c\u0435\u0440\u0440\u0430-\u041b\u0435\u043e\u043d\u0435"}, + "spa": {"official": "Rep\u00fablica de Sierra Leona", "common": "Sierra Leone"}, + "fin": {"official": "Sierra Leonen tasavalta", "common": "Sierra Leone"} + }, + "latlng": [8.5, -11.5], + "demonym": "Sierra Leonean", + "landlocked": false, + "borders": ["GIN", "LBR"], + "area": 71740 + }, + { + "name": { + "common": "El Salvador", + "official": "Republic of El Salvador", + "native": { + "spa": { + "official": "Rep\u00fablica de El Salvador", + "common": "El Salvador" + } + } + }, + "tld": [".sv"], + "cca2": "SV", + "ccn3": "222", + "cca3": "SLV", + "cioc": "ESA", + "currency": ["SVC", "USD"], + "callingCode": ["503"], + "capital": "San Salvador", + "altSpellings": ["SV", "Republic of El Salvador", "Rep\u00fablica de El Salvador"], + "region": "Americas", + "subregion": "Central America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "cym": {"official": "Republic of El Salvador", "common": "El Salvador"}, + "deu": {"official": "Republik El Salvador", "common": "El Salvador"}, + "fra": {"official": "R\u00e9publique du Salvador", "common": "Salvador"}, + "hrv": {"official": "Republika El Salvador", "common": "Salvador"}, + "ita": {"official": "Repubblica di El Salvador", "common": "El Salvador"}, + "jpn": {"official": "\u30a8\u30eb\u30b5\u30eb\u30d0\u30c9\u30eb\u5171\u548c\u56fd", "common": "\u30a8\u30eb\u30b5\u30eb\u30d0\u30c9\u30eb"}, + "nld": {"official": "Republiek El Salvador", "common": "El Salvador"}, + "por": {"official": "Rep\u00fablica de El Salvador", "common": "El Salvador"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u042d\u043b\u044c-\u0421\u0430\u043b\u044c\u0432\u0430\u0434\u043e\u0440", "common": "\u0421\u0430\u043b\u044c\u0432\u0430\u0434\u043e\u0440"}, + "spa": {"official": "Rep\u00fablica de El Salvador", "common": "El Salvador"}, + "fin": {"official": "El Salvadorin tasavalta", "common": "El Salvador"} + }, + "latlng": [13.83333333, -88.91666666], + "demonym": "Salvadoran", + "landlocked": false, + "borders": ["GTM", "HND"], + "area": 21041 + }, + { + "name": { + "common": "San Marino", + "official": "Most Serene Republic of San Marino", + "native": { + "ita": { + "official": "Serenissima Repubblica di San Marino", + "common": "San Marino" + } + } + }, + "tld": [".sm"], + "cca2": "SM", + "ccn3": "674", + "cca3": "SMR", + "cioc": "SMR", + "currency": ["EUR"], + "callingCode": ["378"], + "capital": "City of San Marino", + "altSpellings": ["SM", "Republic of San Marino", "Repubblica di San Marino"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "ita": "Italian" + }, + "translations": { + "deu": {"official": "Republik San Marino", "common": "San Marino"}, + "fra": {"official": "R\u00e9publique de Saint-Marin", "common": "Saint-Marin"}, + "hrv": {"official": "Ve\u0107ina Serene Republika San Marino", "common": "San Marino"}, + "ita": {"official": "Serenissima Repubblica di San Marino", "common": "San Marino"}, + "jpn": {"official": "\u30b5\u30f3\u30de\u30ea\u30ce\u306e\u307b\u3068\u3093\u3069\u30bb\u30ea\u30fc\u30cc\u5171\u548c\u56fd", "common": "\u30b5\u30f3\u30de\u30ea\u30ce"}, + "nld": {"official": "Meest Serene Republiek San Marino", "common": "San Marino"}, + "por": {"official": "Seren\u00edssima Rep\u00fablica de San Marino", "common": "San Marino"}, + "rus": {"official": "\u0411\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e Serene \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0430\u043d-\u041c\u0430\u0440\u0438\u043d\u043e", "common": "\u0421\u0430\u043d-\u041c\u0430\u0440\u0438\u043d\u043e"}, + "spa": {"official": "Seren\u00edsima Rep\u00fablica de San Marino", "common": "San Marino"}, + "fin": {"official": "San Marinon seesteinen tasavalta", "common": "San Marino"} + }, + "latlng": [43.76666666, 12.41666666], + "demonym": "Sammarinese", + "landlocked": true, + "borders": ["ITA"], + "area": 61 + }, + { + "name": { + "common": "Somalia", + "official": "Federal Republic of Somalia", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0635\u0648\u0645\u0627\u0644\u200e\u200e", + "common": "\u0627\u0644\u0635\u0648\u0645\u0627\u0644\u200e\u200e" + }, + "som": { + "official": "Jamhuuriyadda Federaalka Soomaaliya", + "common": "Soomaaliya" + } + } + }, + "tld": [".so"], + "cca2": "SO", + "ccn3": "706", + "cca3": "SOM", + "cioc": "SOM", + "currency": ["SOS"], + "callingCode": ["252"], + "capital": "Mogadishu", + "altSpellings": ["SO", "a\u1e63-\u1e62\u016bm\u0101l", "Federal Republic of Somalia", "Jamhuuriyadda Federaalka Soomaaliya", "Jumh\u016briyyat a\u1e63-\u1e62\u016bm\u0101l al-Fider\u0101liyya"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "ara": "Arabic", + "som": "Somali" + }, + "translations": { + "deu": {"official": "Bundesrepublik Somalia", "common": "Somalia"}, + "fra": {"official": "R\u00e9publique f\u00e9d\u00e9rale de Somalie", "common": "Somalie"}, + "hrv": {"official": "Savezna Republika Somaliji", "common": "Somalija"}, + "ita": {"official": "Repubblica federale di Somalia", "common": "Somalia"}, + "jpn": {"official": "\u30bd\u30de\u30ea\u30a2\u9023\u90a6\u5171\u548c\u56fd", "common": "\u30bd\u30de\u30ea\u30a2"}, + "nld": {"official": "Federale Republiek Somali\u00eb", "common": "Somali\u00eb"}, + "por": {"official": "Rep\u00fablica Federal da Som\u00e1lia", "common": "Som\u00e1lia"}, + "rus": {"official": "\u0424\u0435\u0434\u0435\u0440\u0430\u0442\u0438\u0432\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u043e\u043c\u0430\u043b\u0438", "common": "\u0421\u043e\u043c\u0430\u043b\u0438"}, + "spa": {"official": "Rep\u00fablica Federal de Somalia", "common": "Somalia"}, + "fin": {"official": "Somalian liittotasavalta", "common": "Somalia"} + }, + "latlng": [10, 49], + "demonym": "Somali", + "landlocked": false, + "borders": ["DJI", "ETH", "KEN"], + "area": 637657 + }, + { + "name": { + "common": "Saint Pierre and Miquelon", + "official": "Saint Pierre and Miquelon", + "native": { + "fra": { + "official": "Collectivit\u00e9 territoriale de Saint-Pierre-et-Miquelon", + "common": "Saint-Pierre-et-Miquelon" + } + } + }, + "tld": [".pm"], + "cca2": "PM", + "ccn3": "666", + "cca3": "SPM", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["508"], + "capital": "Saint-Pierre", + "altSpellings": ["PM", "Collectivit\u00e9 territoriale de Saint-Pierre-et-Miquelon"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "St. Pierre und Miquelon", "common": "Saint-Pierre und Miquelon"}, + "fra": {"official": "Saint-Pierre-et-Miquelon", "common": "Saint-Pierre-et-Miquelon"}, + "hrv": {"official": "Saint Pierre i Miquelon", "common": "Sveti Petar i Mikelon"}, + "ita": {"official": "Saint Pierre e Miquelon", "common": "Saint-Pierre e Miquelon"}, + "jpn": {"official": "\u30b5\u30f3\u30d4\u30a8\u30fc\u30eb\u5cf6\u00b7\u30df\u30af\u30ed\u30f3\u5cf6", "common": "\u30b5\u30f3\u30d4\u30a8\u30fc\u30eb\u5cf6\u30fb\u30df\u30af\u30ed\u30f3\u5cf6"}, + "nld": {"official": "Saint-Pierre en Miquelon", "common": "Saint Pierre en Miquelon"}, + "por": {"official": "Saint Pierre e Miquelon", "common": "Saint-Pierre e Miquelon"}, + "rus": {"official": "\u0421\u0435\u043d-\u041f\u044c\u0435\u0440 \u0438 \u041c\u0438\u043a\u0435\u043b\u043e\u043d", "common": "\u0421\u0435\u043d-\u041f\u044c\u0435\u0440 \u0438 \u041c\u0438\u043a\u0435\u043b\u043e\u043d"}, + "spa": {"official": "San Pedro y Miquel\u00f3n", "common": "San Pedro y Miquel\u00f3n"}, + "fin": {"official": "Saint-Pierre ja Miquelon", "common": "Saint-Pierre ja Miquelon"} + }, + "latlng": [46.83333333, -56.33333333], + "demonym": "French", + "landlocked": false, + "borders": [], + "area": 242 + }, + { + "name": { + "common": "Serbia", + "official": "Republic of Serbia", + "native": { + "srp": { + "official": "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0440\u0431\u0438\u0458\u0430", + "common": "\u0421\u0440\u0431\u0438\u0458\u0430" + } + } + }, + "tld": [".rs", ".\u0441\u0440\u0431"], + "cca2": "RS", + "ccn3": "688", + "cca3": "SRB", + "cioc": "SRB", + "currency": ["RSD"], + "callingCode": ["381"], + "capital": "Belgrade", + "altSpellings": ["RS", "Srbija", "Republic of Serbia", "\u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0440\u0431\u0438\u0458\u0430", "Republika Srbija"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "srp": "Serbian" + }, + "translations": { + "deu": {"official": "Republik Serbien", "common": "Serbien"}, + "fra": {"official": "R\u00e9publique de Serbie", "common": "Serbie"}, + "hrv": {"official": "Republika Srbija", "common": "Srbija"}, + "ita": {"official": "Repubblica di Serbia", "common": "Serbia"}, + "jpn": {"official": "\u30bb\u30eb\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30bb\u30eb\u30d3\u30a2"}, + "nld": {"official": "Republiek Servi\u00eb", "common": "Servi\u00eb"}, + "por": {"official": "Rep\u00fablica da S\u00e9rvia", "common": "S\u00e9rvia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0435\u0440\u0431\u0438\u044f", "common": "\u0421\u0435\u0440\u0431\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Serbia", "common": "Serbia"}, + "fin": {"official": "Serbian tasavalta", "common": "Serbia"} + }, + "latlng": [44, 21], + "demonym": "Serbian", + "landlocked": true, + "borders": ["BIH", "BGR", "HRV", "HUN", "KOS", "MKD", "MNE", "ROU"], + "area": 88361 + }, + { + "name": { + "common": "South Sudan", + "official": "Republic of South Sudan", + "native": { + "eng": { + "official": "Republic of South Sudan", + "common": "South Sudan" + } + } + }, + "tld": [".ss"], + "cca2": "SS", + "ccn3": "728", + "cca3": "SSD", + "cioc": "", + "currency": ["SSP"], + "callingCode": ["211"], + "capital": "Juba", + "altSpellings": ["SS"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik S\u00fcdsudan", "common": "S\u00fcdsudan"}, + "fra": {"official": "R\u00e9publique du Soudan du Sud", "common": "Soudan du Sud"}, + "hrv": {"official": "Republika Ju\u017eni Sudan", "common": "Ju\u017eni Sudan"}, + "ita": {"official": "Repubblica del Sudan del Sud", "common": "Sudan del sud"}, + "jpn": {"official": "\u5357\u30b9\u30fc\u30c0\u30f3\u5171\u548c\u56fd", "common": "\u5357\u30b9\u30fc\u30c0\u30f3"}, + "nld": {"official": "Republiek Zuid-Soedan", "common": "Zuid-Soedan"}, + "por": {"official": "Rep\u00fablica do Sud\u00e3o do Sul", "common": "Sud\u00e3o do Sul"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u042e\u0436\u043d\u044b\u0439 \u0421\u0443\u0434\u0430\u043d", "common": "\u042e\u0436\u043d\u044b\u0439 \u0421\u0443\u0434\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Sud\u00e1n del Sur", "common": "Sud\u00e1n del Sur"}, + "fin": {"official": "Etel\u00e4-Sudanin tasavalta", "common": "Etel\u00e4-Sudan"} + }, + "latlng": [7, 30], + "demonym": "South Sudanese", + "landlocked": true, + "borders": ["CAF", "COD", "ETH", "KEN", "SDN", "UGA"], + "area": 619745 + }, + { + "name": { + "common": "S\u00e3o Tom\u00e9 and Pr\u00edncipe", + "official": "Democratic Republic of S\u00e3o Tom\u00e9 and Pr\u00edncipe", + "native": { + "por": { + "official": "Rep\u00fablica Democr\u00e1tica do S\u00e3o Tom\u00e9 e Pr\u00edncipe", + "common": "S\u00e3o Tom\u00e9 e Pr\u00edncipe" + } + } + }, + "tld": [".st"], + "cca2": "ST", + "ccn3": "678", + "cca3": "STP", + "cioc": "STP", + "currency": ["STD"], + "callingCode": ["239"], + "capital": "S\u00e3o Tom\u00e9", + "altSpellings": ["ST", "Democratic Republic of S\u00e3o Tom\u00e9 and Pr\u00edncipe", "Sao Tome and Principe", "Rep\u00fablica Democr\u00e1tica de S\u00e3o Tom\u00e9 e Pr\u00edncipe"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "por": "Portuguese" + }, + "translations": { + "deu": {"official": "Demokratische Republik S\u00e3o Tom\u00e9 und Pr\u00edncipe", "common": "S\u00e3o Tom\u00e9 und Pr\u00edncipe"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique de S\u00e3o Tom\u00e9 et Pr\u00edncipe", "common": "S\u00e3o Tom\u00e9 et Pr\u00edncipe"}, + "hrv": {"official": "Demokratska Republika S\u00e3o Tome i Principe", "common": "Sveti Toma i Princip"}, + "ita": {"official": "Repubblica democratica di S\u00e3o Tom\u00e9 e Pr\u00edncipe", "common": "S\u00e3o Tom\u00e9 e Pr\u00edncipe"}, + "jpn": {"official": "\u30b5\u30f3\u30c8\u30e1\u00b7\u30d7\u30ea\u30f3\u30b7\u30da\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u30b5\u30f3\u30c8\u30e1\u30fb\u30d7\u30ea\u30f3\u30b7\u30da"}, + "nld": {"official": "Democratische Republiek Sao Tom\u00e9 en Principe", "common": "Sao Tom\u00e9 en Principe"}, + "por": {"official": "Rep\u00fablica Democr\u00e1tica de S\u00e3o Tom\u00e9 e Pr\u00edncipe", "common": "S\u00e3o Tom\u00e9 e Pr\u00edncipe"}, + "rus": {"official": "\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0430\u043d-\u0422\u043e\u043c\u0435 \u0438 \u041f\u0440\u0438\u043d\u0441\u0438\u043f\u0438", "common": "\u0421\u0430\u043d-\u0422\u043e\u043c\u0435 \u0438 \u041f\u0440\u0438\u043d\u0441\u0438\u043f\u0438"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica de Santo Tom\u00e9 y Pr\u00edncipe", "common": "Santo Tom\u00e9 y Pr\u00edncipe"}, + "fin": {"official": "S\u00e3o Tom\u00e9 ja Pr\u00edncipen demokraattinen tasavalta", "common": "S\u00e3o T\u00e9me ja Pr\u00edncipe"} + }, + "latlng": [1, 7], + "demonym": "Sao Tomean", + "landlocked": false, + "borders": [], + "area": 964 + }, + { + "name": { + "common": "Suriname", + "official": "Republic of Suriname", + "native": { + "nld": { + "official": "Republiek Suriname", + "common": "Suriname" + } + } + }, + "tld": [".sr"], + "cca2": "SR", + "ccn3": "740", + "cca3": "SUR", + "cioc": "SUR", + "currency": ["SRD"], + "callingCode": ["597"], + "capital": "Paramaribo", + "altSpellings": ["SR", "Sarnam", "Sranangron", "Republic of Suriname", "Republiek Suriname"], + "region": "Americas", + "subregion": "South America", + "languages": { + "nld": "Dutch" + }, + "translations": { + "deu": {"official": "Republik Suriname", "common": "Suriname"}, + "fra": {"official": "R\u00e9publique du Suriname", "common": "Surinam"}, + "hrv": {"official": "Republika Surinam", "common": "Surinam"}, + "ita": {"official": "Repubblica del Suriname", "common": "Suriname"}, + "jpn": {"official": "\u30b9\u30ea\u30ca\u30e0\u5171\u548c\u56fd", "common": "\u30b9\u30ea\u30ca\u30e0"}, + "nld": {"official": "Republiek Suriname", "common": "Suriname"}, + "por": {"official": "Rep\u00fablica do Suriname", "common": "Suriname"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0443\u0440\u0438\u043d\u0430\u043c", "common": "\u0421\u0443\u0440\u0438\u043d\u0430\u043c"}, + "spa": {"official": "Rep\u00fablica de Suriname", "common": "Surinam"}, + "fin": {"official": "Surinamen tasavalta", "common": "Suriname"} + }, + "latlng": [4, -56], + "demonym": "Surinamer", + "landlocked": false, + "borders": ["BRA", "GUF", "GUY"], + "area": 163820 + }, + { + "name": { + "common": "Slovakia", + "official": "Slovak Republic", + "native": { + "slk": { + "official": "Slovensk\u00e1 republika", + "common": "Slovensko" + } + } + }, + "tld": [".sk"], + "cca2": "SK", + "ccn3": "703", + "cca3": "SVK", + "cioc": "SVK", + "currency": ["EUR"], + "callingCode": ["421"], + "capital": "Bratislava", + "altSpellings": ["SK", "Slovak Republic", "Slovensk\u00e1 republika"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "slk": "Slovak" + }, + "translations": { + "deu": {"official": "Slowakische Republik", "common": "Slowakei"}, + "fra": {"official": "R\u00e9publique slovaque", "common": "Slovaquie"}, + "hrv": {"official": "slova\u010dka", "common": "Slova\u010dka"}, + "ita": {"official": "Repubblica slovacca", "common": "Slovacchia"}, + "jpn": {"official": "\u30b9\u30ed\u30d0\u30ad\u30a2\u5171\u548c\u56fd", "common": "\u30b9\u30ed\u30d0\u30ad\u30a2"}, + "nld": {"official": "Slowaakse Republiek", "common": "Slowakije"}, + "por": {"official": "Rep\u00fablica Eslovaca", "common": "Eslov\u00e1quia"}, + "rus": {"official": "\u0421\u043b\u043e\u0432\u0430\u0446\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0421\u043b\u043e\u0432\u0430\u043a\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Eslovaca", "common": "Rep\u00fablica Eslovaca"}, + "fin": {"official": "Slovakian tasavalta", "common": "Slovakia"} + }, + "latlng": [48.66666666, 19.5], + "demonym": "Slovak", + "landlocked": true, + "borders": ["AUT", "CZE", "HUN", "POL", "UKR"], + "area": 49037 + }, + { + "name": { + "common": "Slovenia", + "official": "Republic of Slovenia", + "native": { + "slv": { + "official": "Republika Slovenija", + "common": "Slovenija" + } + } + }, + "tld": [".si"], + "cca2": "SI", + "ccn3": "705", + "cca3": "SVN", + "cioc": "SLO", + "currency": ["EUR"], + "callingCode": ["386"], + "capital": "Ljubljana", + "altSpellings": ["SI", "Republic of Slovenia", "Republika Slovenija"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "slv": "Slovene" + }, + "translations": { + "deu": {"official": "Republik Slowenien", "common": "Slowenien"}, + "fra": {"official": "R\u00e9publique de Slov\u00e9nie", "common": "Slov\u00e9nie"}, + "hrv": {"official": "Republika Slovenija", "common": "Slovenija"}, + "ita": {"official": "Repubblica di Slovenia", "common": "Slovenia"}, + "jpn": {"official": "\u30b9\u30ed\u30d9\u30cb\u30a2\u5171\u548c\u56fd", "common": "\u30b9\u30ed\u30d9\u30cb\u30a2"}, + "nld": {"official": "Republiek Sloveni\u00eb", "common": "Sloveni\u00eb"}, + "por": {"official": "Rep\u00fablica da Eslov\u00e9nia", "common": "Eslov\u00e9nia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u043b\u043e\u0432\u0435\u043d\u0438\u044f", "common": "\u0421\u043b\u043e\u0432\u0435\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Eslovenia", "common": "Eslovenia"}, + "fin": {"official": "Slovenian tasavalta", "common": "Slovenia"} + }, + "latlng": [46.11666666, 14.81666666], + "demonym": "Slovene", + "landlocked": false, + "borders": ["AUT", "HRV", "ITA", "HUN"], + "area": 20273 + }, + { + "name": { + "common": "Sweden", + "official": "Kingdom of Sweden", + "native": { + "swe": { + "official": "Konungariket Sverige", + "common": "Sverige" + } + } + }, + "tld": [".se"], + "cca2": "SE", + "ccn3": "752", + "cca3": "SWE", + "cioc": "SWE", + "currency": ["SEK"], + "callingCode": ["46"], + "capital": "Stockholm", + "altSpellings": ["SE", "Kingdom of Sweden", "Konungariket Sverige"], + "region": "Europe", + "subregion": "Northern Europe", + "languages": { + "swe": "Swedish" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Schweden", "common": "Schweden"}, + "fra": {"official": "Royaume de Su\u00e8de", "common": "Su\u00e8de"}, + "hrv": {"official": "Kraljevina \u0160vedska", "common": "\u0160vedska"}, + "ita": {"official": "Regno di Svezia", "common": "Svezia"}, + "jpn": {"official": "\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3\u738b\u56fd", "common": "\u30b9\u30a6\u30a7\u30fc\u30c7\u30f3"}, + "nld": {"official": "Koninkrijk Zweden", "common": "Zweden"}, + "por": {"official": "Reino da Su\u00e9cia", "common": "Su\u00e9cia"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0428\u0432\u0435\u0446\u0438\u044f", "common": "\u0428\u0432\u0435\u0446\u0438\u044f"}, + "spa": {"official": "Reino de Suecia", "common": "Suecia"}, + "fin": {"official": "Ruotsin kuningaskunta", "common": "Ruotsi"} + }, + "latlng": [62, 15], + "demonym": "Swedish", + "landlocked": false, + "borders": ["FIN", "NOR"], + "area": 450295 + }, + { + "name": { + "common": "Swaziland", + "official": "Kingdom of Swaziland", + "native": { + "eng": { + "official": "Kingdom of Swaziland", + "common": "Swaziland" + }, + "ssw": { + "official": "Kingdom of Swaziland", + "common": "Swaziland" + } + } + }, + "tld": [".sz"], + "cca2": "SZ", + "ccn3": "748", + "cca3": "SWZ", + "cioc": "SWZ", + "currency": ["SZL"], + "callingCode": ["268"], + "capital": "Lobamba", + "altSpellings": ["SZ", "weSwatini", "Swatini", "Ngwane", "Kingdom of Swaziland", "Umbuso waseSwatini"], + "region": "Africa", + "subregion": "Southern Africa", + "languages": { + "eng": "English", + "ssw": "Swazi" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Swasiland", "common": "Swasiland"}, + "fra": {"official": "Royaume du Swaziland", "common": "Swaziland"}, + "hrv": {"official": "Kraljevina Svazi", "common": "Svazi"}, + "ita": {"official": "Regno dello Swaziland", "common": "Swaziland"}, + "jpn": {"official": "\u30b9\u30ef\u30b8\u30e9\u30f3\u30c9\u738b\u56fd", "common": "\u30b9\u30ef\u30b8\u30e9\u30f3\u30c9"}, + "nld": {"official": "Koninkrijk Swaziland", "common": "Swaziland"}, + "por": {"official": "Reino da Suazil\u00e2ndia", "common": "Suazil\u00e2ndia"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434", "common": "\u0421\u0432\u0430\u0437\u0438\u043b\u0435\u043d\u0434"}, + "spa": {"official": "Reino de Swazilandia", "common": "Suazilandia"}, + "fin": {"official": "Swazimaan kuningaskunta", "common": "Swazimaa"} + }, + "latlng": [-26.5, 31.5], + "demonym": "Swazi", + "landlocked": true, + "borders": ["MOZ", "ZAF"], + "area": 17364 + }, + { + "name": { + "common": "Sint Maarten", + "official": "Sint Maarten", + "native": { + "eng": { + "official": "Sint Maarten", + "common": "Sint Maarten" + }, + "fra": { + "official": "Saint-Martin", + "common": "Saint-Martin" + }, + "nld": { + "official": "Sint Maarten", + "common": "Sint Maarten" + } + } + }, + "tld": [".sx"], + "cca2": "SX", + "ccn3": "534", + "cca3": "SXM", + "cioc": "", + "currency": ["ANG"], + "callingCode": ["1721"], + "capital": "Philipsburg", + "altSpellings": ["SX", "Sint Maarten (Dutch part)"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English", + "fra": "French", + "nld": "Dutch" + }, + "translations": { + "deu": {"official": "Sint Maarten", "common": "Sint Maarten"}, + "fra": {"official": "Sint Maarten", "common": "Saint-Martin"}, + "ita": {"official": "Sint Maarten", "common": "Sint Maarten"}, + "jpn": {"official": "\u30b7\u30f3\u30c8\u30de\u30fc\u30eb\u30c6\u30f3\u5cf6", "common": "\u30b7\u30f3\u30c8\u30fb\u30de\u30fc\u30eb\u30c6\u30f3"}, + "nld": {"official": "Sint Maarten", "common": "Sint Maarten"}, + "por": {"official": "Sint Maarten", "common": "S\u00e3o Martinho"}, + "rus": {"official": "\u0421\u0438\u043d\u0442-\u041c\u0430\u0430\u0440\u0442\u0435\u043d", "common": "\u0421\u0438\u043d\u0442-\u041c\u0430\u0440\u0442\u0435\u043d"}, + "spa": {"official": "Sint Maarten", "common": "Sint Maarten"}, + "fin": {"official": "Sint Maarten", "common": "Sint Maarten"} + }, + "latlng": [18.033333, -63.05], + "demonym": "St. Maartener", + "landlocked": false, + "borders": ["MAF"], + "area": 34 + }, + { + "name": { + "common": "Seychelles", + "official": "Republic of Seychelles", + "native": { + "crs": { + "official": "Repiblik Sesel", + "common": "Sesel" + }, + "eng": { + "official": "Republic of Seychelles", + "common": "Seychelles" + }, + "fra": { + "official": "R\u00e9publique des Seychelles", + "common": "Seychelles" + } + } + }, + "tld": [".sc"], + "cca2": "SC", + "ccn3": "690", + "cca3": "SYC", + "cioc": "SEY", + "currency": ["SCR"], + "callingCode": ["248"], + "capital": "Victoria", + "altSpellings": ["SC", "Republic of Seychelles", "Repiblik Sesel", "R\u00e9publique des Seychelles"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "crs": "Seychellois Creole", + "eng": "English", + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik der Seychellen", "common": "Seychellen"}, + "fra": {"official": "R\u00e9publique des Seychelles", "common": "Seychelles"}, + "hrv": {"official": "Republika Sej\u0161eli", "common": "Sej\u0161eli"}, + "ita": {"official": "Repubblica delle Seychelles", "common": "Seychelles"}, + "jpn": {"official": "\u30bb\u30a4\u30b7\u30a7\u30eb\u5171\u548c\u56fd", "common": "\u30bb\u30fc\u30b7\u30a7\u30eb"}, + "nld": {"official": "Republiek der Seychellen", "common": "Seychellen"}, + "por": {"official": "Rep\u00fablica das Seychelles", "common": "Seicheles"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0421\u0435\u0439\u0448\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u041e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0421\u0435\u0439\u0448\u0435\u043b\u044c\u0441\u043a\u0438\u0435 \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Rep\u00fablica de las Seychelles", "common": "Seychelles"}, + "fin": {"official": "Seychellien tasavalta", "common": "Seychellit"} + }, + "latlng": [-4.58333333, 55.66666666], + "demonym": "Seychellois", + "landlocked": false, + "borders": [], + "area": 452 + }, + { + "name": { + "common": "Syria", + "official": "Syrian Arab Republic", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u0639\u0631\u0628\u064a\u0629 \u0627\u0644\u0633\u0648\u0631\u064a\u0629", + "common": "\u0633\u0648\u0631\u064a\u0627" + } + } + }, + "tld": [".sy", "\u0633\u0648\u0631\u064a\u0627."], + "cca2": "SY", + "ccn3": "760", + "cca3": "SYR", + "cioc": "SYR", + "currency": ["SYP"], + "callingCode": ["963"], + "capital": "Damascus", + "altSpellings": ["SY", "Syrian Arab Republic", "Al-Jumh\u016br\u012byah Al-\u02bbArab\u012byah As-S\u016br\u012byah"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Arabische Republik Syrien", "common": "Syrien"}, + "fra": {"official": "R\u00e9publique arabe syrienne", "common": "Syrie"}, + "hrv": {"official": "Sirijska Arapska Republika", "common": "Sirija"}, + "ita": {"official": "Repubblica araba siriana", "common": "Siria"}, + "jpn": {"official": "\u30b7\u30ea\u30a2\u30a2\u30e9\u30d6\u5171\u548c\u56fd", "common": "\u30b7\u30ea\u30a2\u30fb\u30a2\u30e9\u30d6\u5171\u548c\u56fd"}, + "nld": {"official": "Syrische Arabische Republiek", "common": "Syri\u00eb"}, + "por": {"official": "Rep\u00fablica \u00c1rabe S\u00edria", "common": "S\u00edria"}, + "rus": {"official": "\u0421\u0438\u0440\u0438\u0439\u0441\u043a\u0430\u044f \u0410\u0440\u0430\u0431\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0421\u0438\u0440\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica \u00c1rabe Siria", "common": "Siria"}, + "fin": {"official": "Syyrian arabitasavalta", "common": "Syyria"} + }, + "latlng": [35, 38], + "demonym": "Syrian", + "landlocked": false, + "borders": ["IRQ", "ISR", "JOR", "LBN", "TUR"], + "area": 185180 + }, + { + "name": { + "common": "Turks and Caicos Islands", + "official": "Turks and Caicos Islands", + "native": { + "eng": { + "official": "Turks and Caicos Islands", + "common": "Turks and Caicos Islands" + } + } + }, + "tld": [".tc"], + "cca2": "TC", + "ccn3": "796", + "cca3": "TCA", + "cioc": "", + "currency": ["USD"], + "callingCode": ["1649"], + "capital": "Cockburn Town", + "altSpellings": ["TC"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Turks und Caicos Inseln", "common": "Turks-und Caicosinseln"}, + "fra": {"official": "\u00celes Turques et Ca\u00efques", "common": "\u00celes Turques-et-Ca\u00efques"}, + "hrv": {"official": "Otoci Turks i Caicos", "common": "Otoci Turks i Caicos"}, + "ita": {"official": "Turks e Caicos", "common": "Isole Turks e Caicos"}, + "jpn": {"official": "\u30bf\u30fc\u30af\u30b9\u00b7\u30ab\u30a4\u30b3\u30b9\u8af8\u5cf6", "common": "\u30bf\u30fc\u30af\u30b9\u30fb\u30ab\u30a4\u30b3\u30b9\u8af8\u5cf6"}, + "nld": {"official": "Turks-en Caicoseilanden", "common": "Turks-en Caicoseilanden"}, + "por": {"official": "Ilhas Turks e Caicos", "common": "Ilhas Turks e Caicos"}, + "rus": {"official": "\u0422\u0435\u0440\u043a\u0441 \u0438 \u041a\u0430\u0439\u043a\u043e\u0441 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0422\u0435\u0440\u043a\u0441 \u0438 \u041a\u0430\u0439\u043a\u043e\u0441"}, + "spa": {"official": "Islas Turcas y Caicos", "common": "Islas Turks y Caicos"}, + "fin": {"official": "Turks-ja Caicossaaret", "common": "Turks-ja Caicossaaret"} + }, + "latlng": [21.75, -71.58333333], + "demonym": "Turks and Caicos Islander", + "landlocked": false, + "borders": [], + "area": 948 + }, + { + "name": { + "common": "Chad", + "official": "Republic of Chad", + "native": { + "ara": { + "official": "\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u062a\u0634\u0627\u062f", + "common": "\u062a\u0634\u0627\u062f\u200e" + }, + "fra": { + "official": "R\u00e9publique du Tchad", + "common": "Tchad" + } + } + }, + "tld": [".td"], + "cca2": "TD", + "ccn3": "148", + "cca3": "TCD", + "cioc": "CHA", + "currency": ["XAF"], + "callingCode": ["235"], + "capital": "N'Djamena", + "altSpellings": ["TD", "Tchad", "Republic of Chad", "R\u00e9publique du Tchad"], + "region": "Africa", + "subregion": "Middle Africa", + "languages": { + "ara": "Arabic", + "fra": "French" + }, + "translations": { + "cym": {"official": "Republic of Chad", "common": "Tsiad"}, + "deu": {"official": "Republik Tschad", "common": "Tschad"}, + "fra": {"official": "R\u00e9publique du Tchad", "common": "Tchad"}, + "hrv": {"official": "\u010cadu", "common": "\u010cad"}, + "ita": {"official": "Repubblica del Ciad", "common": "Ciad"}, + "jpn": {"official": "\u30c1\u30e3\u30c9\u5171\u548c\u56fd", "common": "\u30c1\u30e3\u30c9"}, + "nld": {"official": "Republiek Tsjaad", "common": "Tsjaad"}, + "por": {"official": "Rep\u00fablica do Chade", "common": "Chade"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0427\u0430\u0434", "common": "\u0427\u0430\u0434"}, + "spa": {"official": "Rep\u00fablica de Chad", "common": "Chad"}, + "fin": {"official": "T\u0161adin tasavalta", "common": "T\u0161ad"} + }, + "latlng": [15, 19], + "demonym": "Chadian", + "landlocked": true, + "borders": ["CMR", "CAF", "LBY", "NER", "NGA", "SSD"], + "area": 1284000 + }, + { + "name": { + "common": "Togo", + "official": "Togolese Republic", + "native": { + "fra": { + "official": "R\u00e9publique togolaise", + "common": "Togo" + } + } + }, + "tld": [".tg"], + "cca2": "TG", + "ccn3": "768", + "cca3": "TGO", + "cioc": "TOG", + "currency": ["XOF"], + "callingCode": ["228"], + "capital": "Lom\u00e9", + "altSpellings": ["TG", "Togolese", "Togolese Republic", "R\u00e9publique Togolaise"], + "region": "Africa", + "subregion": "Western Africa", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Republik Togo", "common": "Togo"}, + "fra": {"official": "R\u00e9publique togolaise", "common": "Togo"}, + "hrv": {"official": "Togolese Republika", "common": "Togo"}, + "ita": {"official": "Repubblica del Togo", "common": "Togo"}, + "jpn": {"official": "\u30c8\u30fc\u30b4\u5171\u548c\u56fd", "common": "\u30c8\u30fc\u30b4"}, + "nld": {"official": "Republiek Togo", "common": "Togo"}, + "por": {"official": "Rep\u00fablica do Togo", "common": "Togo"}, + "rus": {"official": "\u0422\u043e\u0433\u043e \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0422\u043e\u0433\u043e"}, + "spa": {"official": "Rep\u00fablica de Togo", "common": "Togo"}, + "fin": {"official": "Togon tasavalta", "common": "Togo"} + }, + "latlng": [8, 1.16666666], + "demonym": "Togolese", + "landlocked": false, + "borders": ["BEN", "BFA", "GHA"], + "area": 56785 + }, + { + "name": { + "common": "Thailand", + "official": "Kingdom of Thailand", + "native": { + "tha": { + "official": "\u0e23\u0e32\u0e0a\u0e2d\u0e32\u0e13\u0e32\u0e08\u0e31\u0e01\u0e23\u0e44\u0e17\u0e22", + "common": "\u0e1b\u0e23\u0e30\u0e40\u0e17\u0e28\u0e44\u0e17\u0e22" + } + } + }, + "tld": [".th", ".\u0e44\u0e17\u0e22"], + "cca2": "TH", + "ccn3": "764", + "cca3": "THA", + "cioc": "THA", + "currency": ["THB"], + "callingCode": ["66"], + "capital": "Bangkok", + "altSpellings": ["TH", "Prathet", "Thai", "Kingdom of Thailand", "\u0e23\u0e32\u0e0a\u0e2d\u0e32\u0e13\u0e32\u0e08\u0e31\u0e01\u0e23\u0e44\u0e17\u0e22", "Ratcha Anachak Thai"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "tha": "Thai" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Thailand", "common": "Thailand"}, + "fra": {"official": "Royaume de Tha\u00eflande", "common": "Tha\u00eflande"}, + "hrv": {"official": "Kraljevina Tajland", "common": "Tajland"}, + "ita": {"official": "Regno di Thailandia", "common": "Tailandia"}, + "jpn": {"official": "\u30bf\u30a4\u738b\u56fd", "common": "\u30bf\u30a4"}, + "nld": {"official": "Koninkrijk Thailand", "common": "Thailand"}, + "por": {"official": "Reino da Tail\u00e2ndia", "common": "Tail\u00e2ndia"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0422\u0430\u0438\u043b\u0430\u043d\u0434", "common": "\u0422\u0430\u0438\u043b\u0430\u043d\u0434"}, + "spa": {"official": "Reino de Tailandia", "common": "Tailandia"}, + "fin": {"official": "Thaimaan kuningaskunta", "common": "Thaimaa"} + }, + "latlng": [15, 100], + "demonym": "Thai", + "landlocked": false, + "borders": ["MMR", "KHM", "LAO", "MYS"], + "area": 513120 + }, + { + "name": { + "common": "Tajikistan", + "official": "Republic of Tajikistan", + "native": { + "rus": { + "official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0430\u0434\u0436\u0438\u043a\u0438\u0441\u0442\u0430\u043d", + "common": "\u0422\u0430\u0434\u0436\u0438\u043a\u0438\u0441\u0442\u0430\u043d" + }, + "tgk": { + "official": "\u04b6\u0443\u043c\u04b3\u0443\u0440\u0438\u0438 \u0422\u043e\u04b7\u0438\u043a\u0438\u0441\u0442\u043e\u043d", + "common": "\u0422\u043e\u04b7\u0438\u043a\u0438\u0441\u0442\u043e\u043d" + } + } + }, + "tld": [".tj"], + "cca2": "TJ", + "ccn3": "762", + "cca3": "TJK", + "cioc": "TJK", + "currency": ["TJS"], + "callingCode": ["992"], + "capital": "Dushanbe", + "altSpellings": ["TJ", "To\u00e7ikiston", "Republic of Tajikistan", "\u04b6\u0443\u043c\u04b3\u0443\u0440\u0438\u0438 \u0422\u043e\u04b7\u0438\u043a\u0438\u0441\u0442\u043e\u043d", "\u00c7umhuriyi To\u00e7ikiston"], + "region": "Asia", + "subregion": "Central Asia", + "languages": { + "rus": "Russian", + "tgk": "Tajik" + }, + "translations": { + "deu": {"official": "Republik Tadschikistan", "common": "Tadschikistan"}, + "fra": {"official": "R\u00e9publique du Tadjikistan", "common": "Tadjikistan"}, + "hrv": {"official": "Republika Tad\u017eikistan", "common": "Ta\u0111ikistan"}, + "ita": {"official": "Repubblica del Tajikistan", "common": "Tagikistan"}, + "jpn": {"official": "\u30bf\u30b8\u30ad\u30b9\u30bf\u30f3\u5171\u548c\u56fd", "common": "\u30bf\u30b8\u30ad\u30b9\u30bf\u30f3"}, + "nld": {"official": "Tadzjikistan", "common": "Tadzjikistan"}, + "por": {"official": "Rep\u00fablica do Tajiquist\u00e3o", "common": "Tajiquist\u00e3o"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0430\u0434\u0436\u0438\u043a\u0438\u0441\u0442\u0430\u043d", "common": "\u0422\u0430\u0434\u0436\u0438\u043a\u0438\u0441\u0442\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Tayikist\u00e1n", "common": "Tayikist\u00e1n"}, + "fin": {"official": "Tad\u017eikistanin tasavalta", "common": "Tad\u017eikistan"} + }, + "latlng": [39, 71], + "demonym": "Tadzhik", + "landlocked": true, + "borders": ["AFG", "CHN", "KGZ", "UZB"], + "area": 143100 + }, + { + "name": { + "common": "Tokelau", + "official": "Tokelau", + "native": { + "eng": { + "official": "Tokelau", + "common": "Tokelau" + }, + "smo": { + "official": "Tokelau", + "common": "Tokelau" + }, + "tkl": { + "official": "Tokelau", + "common": "Tokelau" + } + } + }, + "tld": [".tk"], + "cca2": "TK", + "ccn3": "772", + "cca3": "TKL", + "cioc": "", + "currency": ["NZD"], + "callingCode": ["690"], + "capital": "Fakaofo", + "altSpellings": ["TK"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "smo": "Samoan", + "tkl": "Tokelauan" + }, + "translations": { + "deu": {"official": "Tokelau", "common": "Tokelau"}, + "fra": {"official": "\u00celes Tokelau", "common": "Tokelau"}, + "hrv": {"official": "Tokelau", "common": "Tokelau"}, + "ita": {"official": "Tokelau", "common": "Isole Tokelau"}, + "jpn": {"official": "\u30c8\u30b1\u30e9\u30a6\u8af8\u5cf6", "common": "\u30c8\u30b1\u30e9\u30a6"}, + "nld": {"official": "Tokelau", "common": "Tokelau"}, + "por": {"official": "Tokelau", "common": "Tokelau"}, + "rus": {"official": "\u0422\u043e\u043a\u0435\u043b\u0430\u0443", "common": "\u0422\u043e\u043a\u0435\u043b\u0430\u0443"}, + "spa": {"official": "Tokelau", "common": "Islas Tokelau"}, + "fin": {"official": "Tokelau", "common": "Tokelau"} + }, + "latlng": [-9, -172], + "demonym": "Tokelauan", + "landlocked": false, + "borders": [], + "area": 12 + }, + { + "name": { + "common": "Turkmenistan", + "official": "Turkmenistan", + "native": { + "rus": { + "official": "\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u0441\u0442\u0430\u043d", + "common": "\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u044f" + }, + "tuk": { + "official": "T\u00fcrkmenistan", + "common": "T\u00fcrkmenistan" + } + } + }, + "tld": [".tm"], + "cca2": "TM", + "ccn3": "795", + "cca3": "TKM", + "cioc": "TKM", + "currency": ["TMT"], + "callingCode": ["993"], + "capital": "Ashgabat", + "altSpellings": ["TM"], + "region": "Asia", + "subregion": "Central Asia", + "languages": { + "rus": "Russian", + "tuk": "Turkmen" + }, + "translations": { + "deu": {"official": "Turkmenistan", "common": "Turkmenistan"}, + "fra": {"official": "Turkm\u00e9nistan", "common": "Turkm\u00e9nistan"}, + "hrv": {"official": "Turkmenistan", "common": "Turkmenistan"}, + "ita": {"official": "Turkmenistan", "common": "Turkmenistan"}, + "jpn": {"official": "\u30c8\u30eb\u30af\u30e1\u30cb\u30b9\u30bf\u30f3", "common": "\u30c8\u30eb\u30af\u30e1\u30cb\u30b9\u30bf\u30f3"}, + "nld": {"official": "Turkmenistan", "common": "Turkmenistan"}, + "por": {"official": "Turcomenist\u00e3o", "common": "Turquemenist\u00e3o"}, + "rus": {"official": "\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u0441\u0442\u0430\u043d", "common": "\u0422\u0443\u0440\u043a\u043c\u0435\u043d\u0438\u044f"}, + "spa": {"official": "Turkmenist\u00e1n", "common": "Turkmenist\u00e1n"}, + "fin": {"official": "Turkmenistan", "common": "Turkmenistan"} + }, + "latlng": [40, 60], + "demonym": "Turkmen", + "landlocked": true, + "borders": ["AFG", "IRN", "KAZ", "UZB"], + "area": 488100 + }, + { + "name": { + "common": "Timor-Leste", + "official": "Democratic Republic of Timor-Leste", + "native": { + "por": { + "official": "Rep\u00fablica Democr\u00e1tica de Timor-Leste", + "common": "Timor-Leste" + }, + "tet": { + "official": "Rep\u00fablika Demokr\u00e1tika Tim\u00f3r-Leste", + "common": "Tim\u00f3r-Leste" + } + } + }, + "tld": [".tl"], + "cca2": "TL", + "ccn3": "626", + "cca3": "TLS", + "cioc": "TLS", + "currency": ["USD"], + "callingCode": ["670"], + "capital": "Dili", + "altSpellings": ["TL", "East Timor", "Democratic Republic of Timor-Leste", "Rep\u00fablica Democr\u00e1tica de Timor-Leste", "Rep\u00fablika Demokr\u00e1tika Tim\u00f3r-Leste", "Tim\u00f3r Lorosa'e", "Timor Lorosae"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "por": "Portuguese", + "tet": "Tetum" + }, + "translations": { + "deu": {"official": "Demokratische Republik Timor-Leste", "common": "Timor-Leste"}, + "fra": {"official": "R\u00e9publique d\u00e9mocratique du Timor oriental", "common": "Timor oriental"}, + "hrv": {"official": "Demokratska Republika Timor-Leste", "common": "Isto\u010dni Timor"}, + "ita": {"official": "Repubblica Democratica di Timor Est", "common": "Timor Est"}, + "jpn": {"official": "\u6771\u30c6\u30a3\u30e2\u30fc\u30eb\u6c11\u4e3b\u5171\u548c\u56fd", "common": "\u6771\u30c6\u30a3\u30e2\u30fc\u30eb"}, + "nld": {"official": "Democratische Republiek Oost-Timor", "common": "Oost-Timor"}, + "por": {"official": "Rep\u00fablica Democr\u00e1tica de Timor-Leste", "common": "Timor-Leste"}, + "rus": {"official": "\u0414\u0435\u043c\u043e\u043a\u0440\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0438\u043c\u043e\u0440 -\u041b\u0435\u0448\u0442\u0438", "common": "\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u044b\u0439 \u0422\u0438\u043c\u043e\u0440"}, + "spa": {"official": "Rep\u00fablica Democr\u00e1tica de Timor-Leste", "common": "Timor Oriental"}, + "fin": {"official": "It\u00e4-Timorin demokraattinen tasavalta", "common": "It\u00e4-Timor"} + }, + "latlng": [-8.83333333, 125.91666666], + "demonym": "East Timorese", + "landlocked": false, + "borders": ["IDN"], + "area": 14874 + }, + { + "name": { + "common": "Tonga", + "official": "Kingdom of Tonga", + "native": { + "eng": { + "official": "Kingdom of Tonga", + "common": "Tonga" + }, + "ton": { + "official": "Kingdom of Tonga", + "common": "Tonga" + } + } + }, + "tld": [".to"], + "cca2": "TO", + "ccn3": "776", + "cca3": "TON", + "cioc": "TGA", + "currency": ["TOP"], + "callingCode": ["676"], + "capital": "Nuku'alofa", + "altSpellings": ["TO"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "ton": "Tongan" + }, + "translations": { + "deu": {"official": "K\u00f6nigreich Tonga", "common": "Tonga"}, + "fra": {"official": "Royaume des Tonga", "common": "Tonga"}, + "hrv": {"official": "Kraljevina Tonga", "common": "Tonga"}, + "ita": {"official": "Regno di Tonga", "common": "Tonga"}, + "jpn": {"official": "\u30c8\u30f3\u30ac\u738b\u56fd", "common": "\u30c8\u30f3\u30ac"}, + "nld": {"official": "Koninkrijk Tonga", "common": "Tonga"}, + "por": {"official": "Reino de Tonga", "common": "Tonga"}, + "rus": {"official": "\u041a\u043e\u0440\u043e\u043b\u0435\u0432\u0441\u0442\u0432\u043e \u0422\u043e\u043d\u0433\u0430", "common": "\u0422\u043e\u043d\u0433\u0430"}, + "spa": {"official": "Reino de Tonga", "common": "Tonga"}, + "fin": {"official": "Tongan kuningaskunta", "common": "Tonga"} + }, + "latlng": [-20, -175], + "demonym": "Tongan", + "landlocked": false, + "borders": [], + "area": 747 + }, + { + "name": { + "common": "Trinidad and Tobago", + "official": "Republic of Trinidad and Tobago", + "native": { + "eng": { + "official": "Republic of Trinidad and Tobago", + "common": "Trinidad and Tobago" + } + } + }, + "tld": [".tt"], + "cca2": "TT", + "ccn3": "780", + "cca3": "TTO", + "cioc": "TTO", + "currency": ["TTD"], + "callingCode": ["1868"], + "capital": "Port of Spain", + "altSpellings": ["TT", "Republic of Trinidad and Tobago"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Trinidad und Tobago", "common": "Trinidad und Tobago"}, + "fra": {"official": "R\u00e9publique de Trinit\u00e9-et-Tobago", "common": "Trinit\u00e9-et-Tobago"}, + "hrv": {"official": "Republika Trinidad i Tobago", "common": "Trinidad i Tobago"}, + "ita": {"official": "Repubblica di Trinidad e Tobago", "common": "Trinidad e Tobago"}, + "jpn": {"official": "\u30c8\u30ea\u30cb\u30c0\u30fc\u30c9\u00b7\u30c8\u30d0\u30b4\u5171\u548c\u56fd", "common": "\u30c8\u30ea\u30cb\u30c0\u30fc\u30c9\u30fb\u30c8\u30d0\u30b4"}, + "nld": {"official": "Republiek Trinidad en Tobago", "common": "Trinidad en Tobago"}, + "por": {"official": "Rep\u00fablica de Trinidad e Tobago", "common": "Trinidade e Tobago"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0440\u0438\u043d\u0438\u0434\u0430\u0434 \u0438 \u0422\u043e\u0431\u0430\u0433\u043e", "common": "\u0422\u0440\u0438\u043d\u0438\u0434\u0430\u0434 \u0438 \u0422\u043e\u0431\u0430\u0433\u043e"}, + "spa": {"official": "Rep\u00fablica de Trinidad y Tobago", "common": "Trinidad y Tobago"}, + "fin": {"official": "Trinidadin ja Tobagon tasavalta", "common": "Trinidad ja Tobago"} + }, + "latlng": [11, -61], + "demonym": "Trinidadian", + "landlocked": false, + "borders": [], + "area": 5130 + }, + { + "name": { + "common": "Tunisia", + "official": "Tunisian Republic", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u062a\u0648\u0646\u0633\u064a\u0629", + "common": "\u062a\u0648\u0646\u0633" + } + } + }, + "tld": [".tn"], + "cca2": "TN", + "ccn3": "788", + "cca3": "TUN", + "cioc": "TUN", + "currency": ["TND"], + "callingCode": ["216"], + "capital": "Tunis", + "altSpellings": ["TN", "Republic of Tunisia", "al-Jumh\u016briyyah at-T\u016bnisiyyah"], + "region": "Africa", + "subregion": "Northern Africa", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Tunesische Republik", "common": "Tunesien"}, + "fra": {"official": "R\u00e9publique tunisienne", "common": "Tunisie"}, + "hrv": {"official": "Tuniski Republika", "common": "Tunis"}, + "ita": {"official": "Repubblica tunisina", "common": "Tunisia"}, + "jpn": {"official": "\u30c1\u30e5\u30cb\u30b8\u30a2\u5171\u548c\u56fd", "common": "\u30c1\u30e5\u30cb\u30b8\u30a2"}, + "nld": {"official": "Republiek Tunesi\u00eb", "common": "Tunesi\u00eb"}, + "por": {"official": "Rep\u00fablica da Tun\u00edsia", "common": "Tun\u00edsia"}, + "rus": {"official": "\u0422\u0443\u043d\u0438\u0441\u0441\u043a\u043e\u0439 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0438", "common": "\u0422\u0443\u043d\u0438\u0441"}, + "spa": {"official": "Rep\u00fablica de T\u00fanez", "common": "T\u00fanez"}, + "fin": {"official": "Tunisian tasavalta", "common": "Tunisia"} + }, + "latlng": [34, 9], + "demonym": "Tunisian", + "landlocked": false, + "borders": ["DZA", "LBY"], + "area": 163610 + }, + { + "name": { + "common": "Turkey", + "official": "Republic of Turkey", + "native": { + "tur": { + "official": "T\u00fcrkiye Cumhuriyeti", + "common": "T\u00fcrkiye" + } + } + }, + "tld": [".tr"], + "cca2": "TR", + "ccn3": "792", + "cca3": "TUR", + "cioc": "TUR", + "currency": ["TRY"], + "callingCode": ["90"], + "capital": "Ankara", + "altSpellings": ["TR", "Turkiye", "Republic of Turkey", "T\u00fcrkiye Cumhuriyeti"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "tur": "Turkish" + }, + "translations": { + "deu": {"official": "Republik T\u00fcrkei", "common": "T\u00fcrkei"}, + "fra": {"official": "R\u00e9publique de Turquie", "common": "Turquie"}, + "hrv": {"official": "Republika Turska", "common": "Turska"}, + "ita": {"official": "Repubblica di Turchia", "common": "Turchia"}, + "jpn": {"official": "\u30c8\u30eb\u30b3\u5171\u548c\u56fd", "common": "\u30c8\u30eb\u30b3"}, + "nld": {"official": "Republiek Turkije", "common": "Turkije"}, + "por": {"official": "Rep\u00fablica da Turquia", "common": "Turquia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0443\u0440\u0446\u0438\u0438", "common": "\u0422\u0443\u0440\u0446\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Turqu\u00eda", "common": "Turqu\u00eda"}, + "fin": {"official": "Turkin tasavalta", "common": "Turkki"} + }, + "latlng": [39, 35], + "demonym": "Turkish", + "landlocked": false, + "borders": ["ARM", "AZE", "BGR", "GEO", "GRC", "IRN", "IRQ", "SYR"], + "area": 783562 + }, + { + "name": { + "common": "Tuvalu", + "official": "Tuvalu", + "native": { + "eng": { + "official": "Tuvalu", + "common": "Tuvalu" + }, + "tvl": { + "official": "Tuvalu", + "common": "Tuvalu" + } + } + }, + "tld": [".tv"], + "cca2": "TV", + "ccn3": "798", + "cca3": "TUV", + "cioc": "TUV", + "currency": ["AUD"], + "callingCode": ["688"], + "capital": "Funafuti", + "altSpellings": ["TV"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "tvl": "Tuvaluan" + }, + "translations": { + "deu": {"official": "Tuvalu", "common": "Tuvalu"}, + "fra": {"official": "Tuvalu", "common": "Tuvalu"}, + "hrv": {"official": "Tuvalu", "common": "Tuvalu"}, + "ita": {"official": "Tuvalu", "common": "Tuvalu"}, + "jpn": {"official": "\u30c4\u30d0\u30eb", "common": "\u30c4\u30d0\u30eb"}, + "nld": {"official": "Tuvalu", "common": "Tuvalu"}, + "por": {"official": "Tuvalu", "common": "Tuvalu"}, + "rus": {"official": "\u0422\u0443\u0432\u0430\u043b\u0443", "common": "\u0422\u0443\u0432\u0430\u043b\u0443"}, + "spa": {"official": "Tuvalu", "common": "Tuvalu"}, + "fin": {"official": "Tuvalu", "common": "Tuvalu"} + }, + "latlng": [-8, 178], + "demonym": "Tuvaluan", + "landlocked": false, + "borders": [], + "area": 26 + }, + { + "name": { + "common": "Taiwan", + "official": "Republic of China (Taiwan)", + "native": { + "cmn": { + "official": "\u4e2d\u534e\u6c11\u56fd", + "common": "\u81fa\u7063" + } + } + }, + "tld": [".tw", ".\u53f0\u6e7e", ".\u53f0\u7063"], + "cca2": "TW", + "ccn3": "158", + "cca3": "TWN", + "cioc": "TPE", + "currency": ["TWD"], + "callingCode": ["886"], + "capital": "Taipei", + "altSpellings": ["TW", "T\u00e1iw\u0101n", "Republic of China", "\u4e2d\u83ef\u6c11\u570b", "Zh\u014dnghu\u00e1 M\u00edngu\u00f3", "Chinese Taipei for IOC", "Taiwan, Province of China"], + "region": "Asia", + "subregion": "Eastern Asia", + "languages": { + "cmn": "Mandarin" + }, + "translations": { + "deu": {"official": "Republik China (Taiwan)", "common": "Taiwan"}, + "fra": {"official": "R\u00e9publique de Chine (Ta\u00efwan)", "common": "Ta\u00efwan"}, + "hrv": {"official": "Republika Kina", "common": "Tajvan"}, + "ita": {"official": "Repubblica cinese (Taiwan)", "common": "Taiwan"}, + "jpn": {"official": "\u4e2d\u83ef\u6c11\u56fd", "common": "\u53f0\u6e7e\uff08\u53f0\u6e7e\u7701/\u4e2d\u83ef\u6c11\u56fd\uff09"}, + "nld": {"official": "Republiek China (Taiwan)", "common": "Taiwan"}, + "por": {"official": "Rep\u00fablica da China", "common": "Ilha Formosa"}, + "rus": {"official": "\u041a\u0438\u0442\u0430\u0439\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0422\u0430\u0439\u0432\u0430\u043d\u044c"}, + "spa": {"official": "Rep\u00fablica de China en Taiw\u00e1n", "common": "Taiw\u00e1n"}, + "fin": {"official": "Kiinan tasavalta", "common": "Taiwan"} + }, + "latlng": [23.5, 121], + "demonym": "Taiwanese", + "landlocked": false, + "borders": [], + "area": 36193 + }, + { + "name": { + "common": "Tanzania", + "official": "United Republic of Tanzania", + "native": { + "eng": { + "official": "United Republic of Tanzania", + "common": "Tanzania" + }, + "swa": { + "official": "Jamhuri ya Muungano wa Tanzania", + "common": "Tanzania" + } + } + }, + "tld": [".tz"], + "cca2": "TZ", + "ccn3": "834", + "cca3": "TZA", + "cioc": "TAN", + "currency": ["TZS"], + "callingCode": ["255"], + "capital": "Dodoma", + "altSpellings": ["TZ", "Tanzania, United Republic of", "United Republic of Tanzania", "Jamhuri ya Muungano wa Tanzania"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "swa": "Swahili" + }, + "translations": { + "deu": {"official": "Vereinigte Republik Tansania", "common": "Tansania"}, + "fra": {"official": "R\u00e9publique -Unie de Tanzanie", "common": "Tanzanie"}, + "hrv": {"official": "Ujedinjena Republika Tanzanija", "common": "Tanzanija"}, + "ita": {"official": "Repubblica Unita di Tanzania", "common": "Tanzania"}, + "jpn": {"official": "\u30bf\u30f3\u30b6\u30cb\u30a2\u9023\u5408\u5171\u548c\u56fd", "common": "\u30bf\u30f3\u30b6\u30cb\u30a2"}, + "nld": {"official": "Verenigde Republiek Tanzania", "common": "Tanzania"}, + "por": {"official": "Rep\u00fablica Unida da Tanz\u00e2nia", "common": "Tanz\u00e2nia"}, + "rus": {"official": "\u041e\u0431\u044a\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0422\u0430\u043d\u0437\u0430\u043d\u0438\u044f", "common": "\u0422\u0430\u043d\u0437\u0430\u043d\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica Unida de Tanzania", "common": "Tanzania"}, + "fin": {"official": "Tansanian yhdistynyt tasavalta", "common": "Tansania"} + }, + "latlng": [-6, 35], + "demonym": "Tanzanian", + "landlocked": false, + "borders": ["BDI", "COD", "KEN", "MWI", "MOZ", "RWA", "UGA", "ZMB"], + "area": 945087 + }, + { + "name": { + "common": "Uganda", + "official": "Republic of Uganda", + "native": { + "eng": { + "official": "Republic of Uganda", + "common": "Uganda" + }, + "swa": { + "official": "Republic of Uganda", + "common": "Uganda" + } + } + }, + "tld": [".ug"], + "cca2": "UG", + "ccn3": "800", + "cca3": "UGA", + "cioc": "UGA", + "currency": ["UGX"], + "callingCode": ["256"], + "capital": "Kampala", + "altSpellings": ["UG", "Republic of Uganda", "Jamhuri ya Uganda"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English", + "swa": "Swahili" + }, + "translations": { + "deu": {"official": "Republik Uganda", "common": "Uganda"}, + "fra": {"official": "R\u00e9publique de l'Ouganda", "common": "Ouganda"}, + "hrv": {"official": "Republika Uganda", "common": "Uganda"}, + "ita": {"official": "Repubblica di Uganda", "common": "Uganda"}, + "jpn": {"official": "\u30a6\u30ac\u30f3\u30c0\u5171\u548c\u56fd", "common": "\u30a6\u30ac\u30f3\u30c0"}, + "nld": {"official": "Republiek Uganda", "common": "Oeganda"}, + "por": {"official": "Rep\u00fablica do Uganda", "common": "Uganda"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0423\u0433\u0430\u043d\u0434\u0430", "common": "\u0423\u0433\u0430\u043d\u0434\u0430"}, + "spa": {"official": "Rep\u00fablica de Uganda", "common": "Uganda"}, + "fin": {"official": "Ugandan tasavalta", "common": "Uganda"} + }, + "latlng": [1, 32], + "demonym": "Ugandan", + "landlocked": true, + "borders": ["COD", "KEN", "RWA", "SSD", "TZA"], + "area": 241550 + }, + { + "name": { + "common": "Ukraine", + "official": "Ukraine", + "native": { + "rus": { + "official": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430", + "common": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430" + }, + "ukr": { + "official": "\u0423\u043a\u0440\u0430\u0457\u043d\u0430", + "common": "\u0423\u043a\u0440\u0430\u0457\u043d\u0430" + } + } + }, + "tld": [".ua", ".\u0443\u043a\u0440"], + "cca2": "UA", + "ccn3": "804", + "cca3": "UKR", + "cioc": "UKR", + "currency": ["UAH"], + "callingCode": ["380"], + "capital": "Kiev", + "altSpellings": ["UA", "Ukrayina"], + "region": "Europe", + "subregion": "Eastern Europe", + "languages": { + "rus": "Russian", + "ukr": "Ukrainian" + }, + "translations": { + "deu": {"official": "Ukraine", "common": "Ukraine"}, + "fra": {"official": "Ukraine", "common": "Ukraine"}, + "hrv": {"official": "Ukrajina", "common": "Ukrajina"}, + "ita": {"official": "Ucraina", "common": "Ucraina"}, + "jpn": {"official": "\u30a6\u30af\u30e9\u30a4\u30ca", "common": "\u30a6\u30af\u30e9\u30a4\u30ca"}, + "nld": {"official": "Oekra\u00efne", "common": "Oekra\u00efne"}, + "por": {"official": "Ucr\u00e2nia", "common": "Ucr\u00e2nia"}, + "rus": {"official": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430", "common": "\u0423\u043a\u0440\u0430\u0438\u043d\u0430"}, + "spa": {"official": "Ucrania", "common": "Ucrania"}, + "fin": {"official": "Ukraina", "common": "Ukraina"} + }, + "latlng": [49, 32], + "demonym": "Ukrainian", + "landlocked": false, + "borders": ["BLR", "HUN", "MDA", "POL", "ROU", "RUS", "SVK"], + "area": 603500 + }, + { + "name": { + "common": "United States Minor Outlying Islands", + "official": "United States Minor Outlying Islands", + "native": { + "eng": { + "official": "United States Minor Outlying Islands", + "common": "United States Minor Outlying Islands" + } + } + }, + "tld": [".us"], + "cca2": "UM", + "ccn3": "581", + "cca3": "UMI", + "cioc": "", + "currency": ["USD"], + "callingCode": [], + "capital": "", + "altSpellings": ["UM"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "USA, kleinere ausgelagerte Inseln", "common": "Kleinere Inselbesitzungen der Vereinigten Staaten"}, + "fra": {"official": "\u00celes mineures \u00e9loign\u00e9es des \u00c9tats-Unis", "common": "\u00celes mineures \u00e9loign\u00e9es des \u00c9tats-Unis"}, + "hrv": {"official": "Mali udaljeni otoci SAD-a", "common": "Mali udaljeni otoci SAD-a"}, + "ita": {"official": "Stati Uniti Isole Minori", "common": "Isole minori esterne degli Stati Uniti d'America"}, + "jpn": {"official": "\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd\u5916\u8af8\u5cf6", "common": "\u5408\u8846\u56fd\u9818\u6709\u5c0f\u96e2\u5cf6"}, + "nld": {"official": "Kleine afgelegen eilanden van de Verenigde Staten", "common": "Kleine afgelegen eilanden van de Verenigde Staten"}, + "por": {"official": "Estados Unidos Ilhas Menores Distantes", "common": "Ilhas Menores Distantes dos Estados Unidos"}, + "rus": {"official": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u043c\u0430\u043b\u044b\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u0421\u0428\u0410", "common": "\u0412\u043d\u0435\u0448\u043d\u0438\u0435 \u043c\u0430\u043b\u044b\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u0421\u0428\u0410"}, + "spa": {"official": "Estados Unidos Islas menores alejadas de", "common": "Islas Ultramarinas Menores de Estados Unidos"}, + "fin": {"official": "Yhdysvaltain asumattomat saaret", "common": "Yhdysvaltain asumattomat saaret"} + }, + "latlng": [], + "demonym": "American", + "landlocked": false, + "borders": [], + "area": 34.2 + }, + { + "name": { + "common": "Uruguay", + "official": "Oriental Republic of Uruguay", + "native": { + "spa": { + "official": "Rep\u00fablica Oriental del Uruguay", + "common": "Uruguay" + } + } + }, + "tld": [".uy"], + "cca2": "UY", + "ccn3": "858", + "cca3": "URY", + "cioc": "URU", + "currency": ["UYI", "UYU"], + "callingCode": ["598"], + "capital": "Montevideo", + "altSpellings": ["UY", "Oriental Republic of Uruguay", "Rep\u00fablica Oriental del Uruguay"], + "region": "Americas", + "subregion": "South America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Republik \u00d6stlich des Uruguay", "common": "Uruguay"}, + "fra": {"official": "R\u00e9publique orientale de l'Uruguay", "common": "Uruguay"}, + "hrv": {"official": "Orijentalna Republika Urugvaj", "common": "Urugvaj"}, + "ita": {"official": "Repubblica Orientale dell'Uruguay", "common": "Uruguay"}, + "jpn": {"official": "\u30a6\u30eb\u30b0\u30a2\u30a4\u6771\u65b9\u5171\u548c\u56fd", "common": "\u30a6\u30eb\u30b0\u30a2\u30a4"}, + "nld": {"official": "Oosterse Republiek Uruguay", "common": "Uruguay"}, + "por": {"official": "Rep\u00fablica Oriental do Uruguai", "common": "Uruguai"}, + "rus": {"official": "\u0412\u043e\u0441\u0442\u043e\u0447\u043d\u043e\u0439 \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0438 \u0423\u0440\u0443\u0433\u0432\u0430\u0439", "common": "\u0423\u0440\u0443\u0433\u0432\u0430\u0439"}, + "spa": {"official": "Rep\u00fablica Oriental del Uruguay", "common": "Uruguay"}, + "fin": {"official": "Uruguayn it\u00e4inen tasavalta", "common": "Uruguay"} + }, + "latlng": [-33, -56], + "demonym": "Uruguayan", + "landlocked": false, + "borders": ["ARG", "BRA"], + "area": 181034 + }, + { + "name": { + "common": "United States", + "official": "United States of America", + "native": { + "eng": { + "official": "United States of America", + "common": "United States" + } + } + }, + "tld": [".us"], + "cca2": "US", + "ccn3": "840", + "cca3": "USA", + "cioc": "USA", + "currency": ["USD", "USN", "USS"], + "callingCode": ["1"], + "capital": "Washington D.C.", + "altSpellings": ["US", "USA", "United States of America"], + "region": "Americas", + "subregion": "Northern America", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Vereinigte Staaten von Amerika", "common": "Vereinigte Staaten von Amerika"}, + "fra": {"official": "Les \u00e9tats-unis d'Am\u00e9rique", "common": "\u00c9tats-Unis"}, + "hrv": {"official": "Sjedinjene Dr\u017eave Amerike", "common": "Sjedinjene Ameri\u010dke Dr\u017eave"}, + "ita": {"official": "Stati Uniti d'America", "common": "Stati Uniti d'America"}, + "jpn": {"official": "\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd", "common": "\u30a2\u30e1\u30ea\u30ab\u5408\u8846\u56fd"}, + "nld": {"official": "Verenigde Staten van Amerika", "common": "Verenigde Staten"}, + "por": {"official": "Estados Unidos da Am\u00e9rica", "common": "Estados Unidos"}, + "rus": {"official": "\u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438", "common": "\u0421\u043e\u0435\u0434\u0438\u043d\u0451\u043d\u043d\u044b\u0435 \u0428\u0442\u0430\u0442\u044b \u0410\u043c\u0435\u0440\u0438\u043a\u0438"}, + "spa": {"official": "Estados Unidos de Am\u00e9rica", "common": "Estados Unidos"}, + "fin": {"official": "Amerikan yhdysvallat", "common": "Yhdysvallat"} + }, + "latlng": [38, -97], + "demonym": "American", + "landlocked": false, + "borders": ["CAN", "MEX"], + "area": 9372610 + }, + { + "name": { + "common": "Uzbekistan", + "official": "Republic of Uzbekistan", + "native": { + "rus": { + "official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d", + "common": "\u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d" + }, + "uzb": { + "official": "O'zbekiston Respublikasi", + "common": "O\u2018zbekiston" + } + } + }, + "tld": [".uz"], + "cca2": "UZ", + "ccn3": "860", + "cca3": "UZB", + "cioc": "UZB", + "currency": ["UZS"], + "callingCode": ["998"], + "capital": "Tashkent", + "altSpellings": ["UZ", "Republic of Uzbekistan", "O\u2018zbekiston Respublikasi", "\u040e\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u043e\u043d \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0441\u0438"], + "region": "Asia", + "subregion": "Central Asia", + "languages": { + "rus": "Russian", + "uzb": "Uzbek" + }, + "translations": { + "deu": {"official": "Republik Usbekistan", "common": "Usbekistan"}, + "fra": {"official": "R\u00e9publique d'Ouzb\u00e9kistan", "common": "Ouzb\u00e9kistan"}, + "hrv": {"official": "Republika Uzbekistan", "common": "Uzbekistan"}, + "ita": {"official": "Repubblica di Uzbekistan", "common": "Uzbekistan"}, + "jpn": {"official": "\u30a6\u30ba\u30d9\u30ad\u30b9\u30bf\u30f3\u5171\u548c\u56fd", "common": "\u30a6\u30ba\u30d9\u30ad\u30b9\u30bf\u30f3"}, + "nld": {"official": "Republiek Oezbekistan", "common": "Oezbekistan"}, + "por": {"official": "Rep\u00fablica do Usbequist\u00e3o", "common": "Uzbequist\u00e3o"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d", "common": "\u0423\u0437\u0431\u0435\u043a\u0438\u0441\u0442\u0430\u043d"}, + "spa": {"official": "Rep\u00fablica de Uzbekist\u00e1n", "common": "Uzbekist\u00e1n"}, + "fin": {"official": "Uzbekistanin tasavalta", "common": "Uzbekistan"} + }, + "latlng": [41, 64], + "demonym": "Uzbekistani", + "landlocked": true, + "borders": ["AFG", "KAZ", "KGZ", "TJK", "TKM"], + "area": 447400 + }, + { + "name": { + "common": "Vatican City", + "official": "Vatican City State", + "native": { + "ita": { + "official": "Stato della Citt\u00e0 del Vaticano", + "common": "Vaticano" + }, + "lat": { + "official": "Status Civitatis Vatican\u00e6", + "common": "Vatican\u00e6" + } + } + }, + "tld": [".va"], + "cca2": "VA", + "ccn3": "336", + "cca3": "VAT", + "cioc": "", + "currency": ["EUR"], + "callingCode": ["3906698", "379"], + "capital": "Vatican City", + "altSpellings": ["VA", "Holy See (Vatican City State)", "Vatican City State", "Stato della Citt\u00e0 del Vaticano"], + "region": "Europe", + "subregion": "Southern Europe", + "languages": { + "ita": "Italian", + "lat": "Latin" + }, + "translations": { + "deu": {"official": "Staat Vatikanstadt", "common": "Vatikanstadt"}, + "fra": {"official": "Cit\u00e9 du Vatican", "common": "Cit\u00e9 du Vatican"}, + "hrv": {"official": "Vatikan", "common": "Vatikan"}, + "ita": {"official": "Citt\u00e0 del Vaticano", "common": "Citt\u00e0 del Vaticano"}, + "jpn": {"official": "\u30d0\u30c1\u30ab\u30f3\u5e02\u56fd\u306e\u72b6\u614b", "common": "\u30d0\u30c1\u30ab\u30f3\u5e02\u56fd"}, + "nld": {"official": "Vaticaanstad", "common": "Vaticaanstad"}, + "por": {"official": "Cidade do Vaticano", "common": "Cidade do Vaticano"}, + "rus": {"official": "\u0413\u043e\u0440\u043e\u0434-\u0433\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0412\u0430\u0442\u0438\u043a\u0430\u043d", "common": "\u0412\u0430\u0442\u0438\u043a\u0430\u043d"}, + "spa": {"official": "Ciudad del Vaticano", "common": "Ciudad del Vaticano"}, + "fin": {"official": "Vatikaanin kaupunkivaltio", "common": "Vatikaani"} + }, + "latlng": [41.9, 12.45], + "demonym": "Italian", + "landlocked": true, + "borders": ["ITA"], + "area": 0.44 + }, + { + "name": { + "common": "Saint Vincent and the Grenadines", + "official": "Saint Vincent and the Grenadines", + "native": { + "eng": { + "official": "Saint Vincent and the Grenadines", + "common": "Saint Vincent and the Grenadines" + } + } + }, + "tld": [".vc"], + "cca2": "VC", + "ccn3": "670", + "cca3": "VCT", + "cioc": "VIN", + "currency": ["XCD"], + "callingCode": ["1784"], + "capital": "Kingstown", + "altSpellings": ["VC"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "St. Vincent und die Grenadinen", "common": "Saint Vincent und die Grenadinen"}, + "fra": {"official": "Saint-Vincent-et-les Grenadines", "common": "Saint-Vincent-et-les-Grenadines"}, + "hrv": {"official": "Sveti Vincent i Grenadini", "common": "Sveti Vincent i Grenadini"}, + "ita": {"official": "Saint Vincent e Grenadine", "common": "Saint Vincent e Grenadine"}, + "jpn": {"official": "\u30bb\u30f3\u30c8\u30d3\u30f3\u30bb\u30f3\u30c8\u304a\u3088\u3073\u30b0\u30ec\u30ca\u30c7\u30a3\u30fc\u30f3\u8af8\u5cf6", "common": "\u30bb\u30f3\u30c8\u30d3\u30f3\u30bb\u30f3\u30c8\u304a\u3088\u3073\u30b0\u30ec\u30ca\u30c7\u30a3\u30fc\u30f3\u8af8\u5cf6"}, + "nld": {"official": "Saint Vincent en de Grenadines", "common": "Saint Vincent en de Grenadines"}, + "por": {"official": "S\u00e3o Vicente e Granadinas", "common": "S\u00e3o Vincente e Granadinas"}, + "rus": {"official": "\u0421\u0435\u043d\u0442-\u0412\u0438\u043d\u0441\u0435\u043d\u0442 \u0438 \u0413\u0440\u0435\u043d\u0430\u0434\u0438\u043d\u044b", "common": "\u0421\u0435\u043d\u0442-\u0412\u0438\u043d\u0441\u0435\u043d\u0442 \u0438 \u0413\u0440\u0435\u043d\u0430\u0434\u0438\u043d\u044b"}, + "spa": {"official": "San Vicente y las Granadinas", "common": "San Vicente y Granadinas"}, + "fin": {"official": "Saint Vincent ja Grenadiinit", "common": "Saint Vincent ja Grenadiinit"} + }, + "latlng": [13.25, -61.2], + "demonym": "Saint Vincentian", + "landlocked": false, + "borders": [], + "area": 389 + }, + { + "name": { + "common": "Venezuela", + "official": "Bolivarian Republic of Venezuela", + "native": { + "spa": { + "official": "Rep\u00fablica Bolivariana de Venezuela", + "common": "Venezuela" + } + } + }, + "tld": [".ve"], + "cca2": "VE", + "ccn3": "862", + "cca3": "VEN", + "cioc": "VEN", + "currency": ["VEF"], + "callingCode": ["58"], + "capital": "Caracas", + "altSpellings": ["VE", "Bolivarian Republic of Venezuela", "Venezuela, Bolivarian Republic of", "Rep\u00fablica Bolivariana de Venezuela"], + "region": "Americas", + "subregion": "South America", + "languages": { + "spa": "Spanish" + }, + "translations": { + "deu": {"official": "Bolivarische Republik Venezuela", "common": "Venezuela"}, + "fra": {"official": "R\u00e9publique bolivarienne du Venezuela", "common": "Venezuela"}, + "hrv": {"official": "BOLIVARIJANSKA Republika Venezuela", "common": "Venezuela"}, + "ita": {"official": "Repubblica Bolivariana del Venezuela", "common": "Venezuela"}, + "jpn": {"official": "\u30d9\u30cd\u30ba\u30a8\u30e9\u00b7\u30dc\u30ea\u30d0\u30eb\u5171\u548c\u56fd", "common": "\u30d9\u30cd\u30ba\u30a8\u30e9\u30fb\u30dc\u30ea\u30d0\u30eb\u5171\u548c\u56fd"}, + "nld": {"official": "Bolivariaanse Republiek Venezuela", "common": "Venezuela"}, + "por": {"official": "Rep\u00fablica Bolivariana da Venezuela", "common": "Venezuela"}, + "rus": {"official": "\u0411\u043e\u043b\u0438\u0432\u0430\u0440\u0438\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0412\u0435\u043d\u0435\u0441\u0443\u044d\u043b\u0430", "common": "\u0412\u0435\u043d\u0435\u0441\u0443\u044d\u043b\u0430"}, + "spa": {"official": "Rep\u00fablica Bolivariana de Venezuela", "common": "Venezuela"}, + "fin": {"official": "Venezuelan bolivariaainen tasavalta", "common": "Venezuela"} + }, + "latlng": [8, -66], + "demonym": "Venezuelan", + "landlocked": false, + "borders": ["BRA", "COL", "GUY"], + "area": 916445 + }, + { + "name": { + "common": "British Virgin Islands", + "official": "Virgin Islands", + "native": { + "eng": { + "official": "Virgin Islands", + "common": "British Virgin Islands" + } + } + }, + "tld": [".vg"], + "cca2": "VG", + "ccn3": "092", + "cca3": "VGB", + "cioc": "IVB", + "currency": ["USD"], + "callingCode": ["1284"], + "capital": "Road Town", + "altSpellings": ["VG", "Virgin Islands, British"], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Jungferninseln", "common": "Britische Jungferninseln"}, + "fra": {"official": "\u00eeles Vierges", "common": "\u00celes Vierges britanniques"}, + "hrv": {"official": "Djevi\u010danski Otoci", "common": "Britanski Djevi\u010danski Otoci"}, + "ita": {"official": "Isole Vergini", "common": "Isole Vergini Britanniche"}, + "jpn": {"official": "\u30d0\u30fc\u30b8\u30f3\u8af8\u5cf6", "common": "\u30a4\u30ae\u30ea\u30b9\u9818\u30f4\u30a1\u30fc\u30b8\u30f3\u8af8\u5cf6"}, + "nld": {"official": "Maagdeneilanden", "common": "Britse Maagdeneilanden"}, + "por": {"official": "Ilhas Virgens", "common": "Ilhas Virgens"}, + "rus": {"official": "\u0412\u0438\u0440\u0433\u0438\u043d\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0411\u0440\u0438\u0442\u0430\u043d\u0441\u043a\u0438\u0435 \u0412\u0438\u0440\u0433\u0438\u043d\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Islas V\u00edrgenes", "common": "Islas V\u00edrgenes del Reino Unido"}, + "fin": {"official": "Brittil\u00e4iset Neitsytsaaret", "common": "Neitsytsaaret"} + }, + "latlng": [18.431383, -64.62305], + "demonym": "Virgin Islander", + "landlocked": false, + "borders": [], + "area": 151 + }, + { + "name": { + "common": "United States Virgin Islands", + "official": "Virgin Islands of the United States", + "native": { + "eng": { + "official": "Virgin Islands of the United States", + "common": "United States Virgin Islands" + } + } + }, + "tld": [".vi"], + "cca2": "VI", + "ccn3": "850", + "cca3": "VIR", + "cioc": "ISV", + "currency": ["USD"], + "callingCode": ["1340"], + "capital": "Charlotte Amalie", + "altSpellings": ["VI", "Virgin Islands, U.S."], + "region": "Americas", + "subregion": "Caribbean", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Jungferninseln der Vereinigten Staaten", "common": "Amerikanische Jungferninseln"}, + "fra": {"official": "\u00celes Vierges des \u00c9tats-Unis", "common": "\u00celes Vierges des \u00c9tats-Unis"}, + "hrv": {"official": "Djevi\u010danski Otoci SAD", "common": "Ameri\u010dki Djevi\u010danski Otoci"}, + "ita": {"official": "Isole Vergini degli Stati Uniti", "common": "Isole Vergini americane"}, + "jpn": {"official": "\u7c73\u56fd\u306e\u30d0\u30fc\u30b8\u30f3\u8af8\u5cf6", "common": "\u30a2\u30e1\u30ea\u30ab\u9818\u30f4\u30a1\u30fc\u30b8\u30f3\u8af8\u5cf6"}, + "nld": {"official": "Maagdeneilanden van de Verenigde Staten", "common": "Amerikaanse Maagdeneilanden"}, + "por": {"official": "Ilhas Virgens dos Estados Unidos", "common": "Ilhas Virgens dos Estados Unidos"}, + "rus": {"official": "\u0412\u0438\u0440\u0433\u0438\u043d\u0441\u043a\u0438\u0435 \u043e\u0441\u0442\u0440\u043e\u0432\u0430 \u0421\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u043d\u044b\u0445 \u0428\u0442\u0430\u0442\u043e\u0432", "common": "\u0412\u0438\u0440\u0433\u0438\u043d\u0441\u043a\u0438\u0435 \u041e\u0441\u0442\u0440\u043e\u0432\u0430"}, + "spa": {"official": "Islas V\u00edrgenes de los Estados Unidos", "common": "Islas V\u00edrgenes de los Estados Unidos"}, + "fin": {"official": "Yhdysvaltain Neitsytsaaret", "common": "Neitsytsaaret"} + }, + "latlng": [18.35, -64.933333], + "demonym": "Virgin Islander", + "landlocked": false, + "borders": [], + "area": 347 + }, + { + "name": { + "common": "Vietnam", + "official": "Socialist Republic of Vietnam", + "native": { + "vie": { + "official": "C\u1ed9ng h\u00f2a x\u00e3 h\u1ed9i ch\u1ee7 ngh\u0129a Vi\u1ec7t Nam", + "common": "Vi\u1ec7t Nam" + } + } + }, + "tld": [".vn"], + "cca2": "VN", + "ccn3": "704", + "cca3": "VNM", + "cioc": "VIE", + "currency": ["VND"], + "callingCode": ["84"], + "capital": "Hanoi", + "altSpellings": ["VN", "Socialist Republic of Vietnam", "C\u1ed9ng h\u00f2a X\u00e3 h\u1ed9i ch\u1ee7 ngh\u0129a Vi\u1ec7t Nam", "Viet Nam"], + "region": "Asia", + "subregion": "South-Eastern Asia", + "languages": { + "vie": "Vietnamese" + }, + "translations": { + "deu": {"official": "Sozialistische Republik Vietnam", "common": "Vietnam"}, + "fra": {"official": "R\u00e9publique socialiste du Vi\u00eat Nam", "common": "Vi\u00eat Nam"}, + "hrv": {"official": "Socijalisti\u010dka Republika Vijetnam", "common": "Vijetnam"}, + "ita": {"official": "Repubblica socialista del Vietnam", "common": "Vietnam"}, + "jpn": {"official": "\u30d9\u30c8\u30ca\u30e0\u793e\u4f1a\u4e3b\u7fa9\u5171\u548c\u56fd", "common": "\u30d9\u30c8\u30ca\u30e0"}, + "nld": {"official": "Socialistische Republiek Vietnam", "common": "Vietnam"}, + "por": {"official": "Rep\u00fablica Socialista do Vietname", "common": "Vietname"}, + "rus": {"official": "\u0421\u043e\u0446\u0438\u0430\u043b\u0438\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0412\u044c\u0435\u0442\u043d\u0430\u043c", "common": "\u0412\u044c\u0435\u0442\u043d\u0430\u043c"}, + "spa": {"official": "Rep\u00fablica Socialista de Vietnam", "common": "Vietnam"}, + "fin": {"official": "Vietnamin sosialistinen tasavalta", "common": "Vietnam"} + }, + "latlng": [16.16666666, 107.83333333], + "demonym": "Vietnamese", + "landlocked": false, + "borders": ["KHM", "CHN", "LAO"], + "area": 331212 + }, + { + "name": { + "common": "Vanuatu", + "official": "Republic of Vanuatu", + "native": { + "bis": { + "official": "Ripablik blong Vanuatu", + "common": "Vanuatu" + }, + "eng": { + "official": "Republic of Vanuatu", + "common": "Vanuatu" + }, + "fra": { + "official": "R\u00e9publique de Vanuatu", + "common": "Vanuatu" + } + } + }, + "tld": [".vu"], + "cca2": "VU", + "ccn3": "548", + "cca3": "VUT", + "cioc": "VAN", + "currency": ["VUV"], + "callingCode": ["678"], + "capital": "Port Vila", + "altSpellings": ["VU", "Republic of Vanuatu", "Ripablik blong Vanuatu", "R\u00e9publique de Vanuatu"], + "region": "Oceania", + "subregion": "Melanesia", + "languages": { + "bis": "Bislama", + "eng": "English", + "fra": "French" + }, + "translations": { + "deu": {"official": "Vanuatu", "common": "Vanuatu"}, + "fra": {"official": "R\u00e9publique de Vanuatu", "common": "Vanuatu"}, + "hrv": {"official": "Republika Vanuatu", "common": "Vanuatu"}, + "ita": {"official": "Repubblica di Vanuatu", "common": "Vanuatu"}, + "jpn": {"official": "\u30d0\u30cc\u30a2\u30c4\u5171\u548c\u56fd", "common": "\u30d0\u30cc\u30a2\u30c4"}, + "nld": {"official": "Republiek Vanuatu", "common": "Vanuatu"}, + "por": {"official": "Rep\u00fablica de Vanuatu", "common": "Vanuatu"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0412\u0430\u043d\u0443\u0430\u0442\u0443", "common": "\u0412\u0430\u043d\u0443\u0430\u0442\u0443"}, + "spa": {"official": "Rep\u00fablica de Vanuatu", "common": "Vanuatu"}, + "fin": {"official": "Vanuatun tasavalta", "common": "Vanuatu"} + }, + "latlng": [-16, 167], + "demonym": "Ni-Vanuatu", + "landlocked": false, + "borders": [], + "area": 12189 + }, + { + "name": { + "common": "Wallis and Futuna", + "official": "Territory of the Wallis and Futuna Islands", + "native": { + "fra": { + "official": "Territoire des \u00eeles Wallis et Futuna", + "common": "Wallis et Futuna" + } + } + }, + "tld": [".wf"], + "cca2": "WF", + "ccn3": "876", + "cca3": "WLF", + "cioc": "", + "currency": ["XPF"], + "callingCode": ["681"], + "capital": "Mata-Utu", + "altSpellings": ["WF", "Territory of the Wallis and Futuna Islands", "Territoire des \u00eeles Wallis et Futuna"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "fra": "French" + }, + "translations": { + "deu": {"official": "Gebiet der Wallis und Futuna", "common": "Wallis und Futuna"}, + "fra": {"official": "Territoire des \u00eeles Wallis et Futuna", "common": "Wallis-et-Futuna"}, + "hrv": {"official": "Teritoriju Wallis i Futuna", "common": "Wallis i Fortuna"}, + "ita": {"official": "Territorio delle Isole Wallis e Futuna", "common": "Wallis e Futuna"}, + "jpn": {"official": "\u30a6\u30a9\u30ea\u30b9\u00b7\u30d5\u30c4\u30ca\u8af8\u5cf6\u306e\u9818\u571f", "common": "\u30a6\u30a9\u30ea\u30b9\u30fb\u30d5\u30c4\u30ca"}, + "nld": {"official": "Grondgebied van de Wallis en Futuna", "common": "Wallis en Futuna"}, + "por": {"official": "Territ\u00f3rio das Ilhas Wallis e Futuna", "common": "Wallis e Futuna"}, + "rus": {"official": "\u0422\u0435\u0440\u0440\u0438\u0442\u043e\u0440\u0438\u044f \u0423\u043e\u043b\u043b\u0438\u0441 \u0438 \u0424\u0443\u0442\u0443\u043d\u0430 \u043e\u0441\u0442\u0440\u043e\u0432\u0430", "common": "\u0423\u043e\u043b\u043b\u0438\u0441 \u0438 \u0424\u0443\u0442\u0443\u043d\u0430"}, + "spa": {"official": "Territorio de las Islas Wallis y Futuna", "common": "Wallis y Futuna"}, + "fin": {"official": "Wallisin ja Futunan yhteis\u00f6", "common": "Wallis ja Futuna"} + }, + "latlng": [-13.3, -176.2], + "demonym": "Wallis and Futuna Islander", + "landlocked": false, + "borders": [], + "area": 142 + }, + { + "name": { + "common": "Samoa", + "official": "Independent State of Samoa", + "native": { + "eng": { + "official": "Independent State of Samoa", + "common": "Samoa" + }, + "smo": { + "official": "Malo Sa\u02bboloto Tuto\u02bbatasi o S\u0101moa", + "common": "S\u0101moa" + } + } + }, + "tld": [".ws"], + "cca2": "WS", + "ccn3": "882", + "cca3": "WSM", + "cioc": "SAM", + "currency": ["WST"], + "callingCode": ["685"], + "capital": "Apia", + "altSpellings": ["WS", "Independent State of Samoa", "Malo Sa\u02bboloto Tuto\u02bbatasi o S\u0101moa"], + "region": "Oceania", + "subregion": "Polynesia", + "languages": { + "eng": "English", + "smo": "Samoan" + }, + "translations": { + "deu": {"official": "Unabh\u00e4ngige Staat Samoa", "common": "Samoa"}, + "fra": {"official": "Samoa", "common": "Samoa"}, + "hrv": {"official": "Nezavisna Dr\u017eava Samoa", "common": "Samoa"}, + "ita": {"official": "Stato indipendente di Samoa", "common": "Samoa"}, + "jpn": {"official": "\u30b5\u30e2\u30a2\u72ec\u7acb\u56fd", "common": "\u30b5\u30e2\u30a2"}, + "nld": {"official": "Onafhankelijke Staat Samoa", "common": "Samoa"}, + "por": {"official": "Estado Independente de Samoa", "common": "Samoa"}, + "rus": {"official": "\u041d\u0435\u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0435 \u0413\u043e\u0441\u0443\u0434\u0430\u0440\u0441\u0442\u0432\u043e \u0421\u0430\u043c\u043e\u0430", "common": "\u0421\u0430\u043c\u043e\u0430"}, + "spa": {"official": "Estado Independiente de Samoa", "common": "Samoa"}, + "fin": {"official": "Samoan itsen\u00e4inen valtio", "common": "Samoa"} + }, + "latlng": [-13.58333333, -172.33333333], + "demonym": "Samoan", + "landlocked": false, + "borders": [], + "area": 2842 + }, + { + "name": { + "common": "Yemen", + "official": "Republic of Yemen", + "native": { + "ara": { + "official": "\u0627\u0644\u062c\u0645\u0647\u0648\u0631\u064a\u0629 \u0627\u0644\u064a\u0645\u0646\u064a\u0629", + "common": "\u0627\u0644\u064a\u064e\u0645\u064e\u0646" + } + } + }, + "tld": [".ye"], + "cca2": "YE", + "ccn3": "887", + "cca3": "YEM", + "cioc": "YEM", + "currency": ["YER"], + "callingCode": ["967"], + "capital": "Sana'a", + "altSpellings": ["YE", "Yemeni Republic", "al-Jumh\u016briyyah al-Yamaniyyah"], + "region": "Asia", + "subregion": "Western Asia", + "languages": { + "ara": "Arabic" + }, + "translations": { + "deu": {"official": "Republik Jemen", "common": "Jemen"}, + "fra": {"official": "R\u00e9publique du Y\u00e9men", "common": "Y\u00e9men"}, + "hrv": {"official": "Republika Jemen", "common": "Jemen"}, + "ita": {"official": "Repubblica dello Yemen", "common": "Yemen"}, + "jpn": {"official": "\u30a4\u30a8\u30e1\u30f3\u5171\u548c\u56fd", "common": "\u30a4\u30a8\u30e1\u30f3"}, + "nld": {"official": "Republiek Jemen", "common": "Jemen"}, + "por": {"official": "Rep\u00fablica do I\u00eamen", "common": "I\u00e9men"}, + "rus": {"official": "\u0419\u0435\u043c\u0435\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u0419\u0435\u043c\u0435\u043d"}, + "spa": {"official": "Rep\u00fablica de Yemen", "common": "Yemen"}, + "fin": {"official": "Jemenin tasavalta", "common": "Jemen"} + }, + "latlng": [15, 48], + "demonym": "Yemeni", + "landlocked": false, + "borders": ["OMN", "SAU"], + "area": 527968 + }, + { + "name": { + "common": "South Africa", + "official": "Republic of South Africa", + "native": { + "afr": { + "official": "Republiek van Suid-Afrika", + "common": "South Africa" + }, + "eng": { + "official": "Republic of South Africa", + "common": "South Africa" + }, + "nbl": { + "official": "IRiphabliki yeSewula Afrika", + "common": "Sewula Afrika" + }, + "nso": { + "official": "Rephaboliki ya Afrika-Borwa ", + "common": "Afrika-Borwa" + }, + "sot": { + "official": "Rephaboliki ya Afrika Borwa", + "common": "Afrika Borwa" + }, + "ssw": { + "official": "IRiphabhulikhi yeNingizimu Afrika", + "common": "Ningizimu Afrika" + }, + "tsn": { + "official": "Rephaboliki ya Aforika Borwa", + "common": "Aforika Borwa" + }, + "tso": { + "official": "Riphabliki ra Afrika Dzonga", + "common": "Afrika Dzonga" + }, + "ven": { + "official": "Riphabu\u1e3diki ya Afurika Tshipembe", + "common": "Afurika Tshipembe" + }, + "xho": { + "official": "IRiphabliki yaseMzantsi Afrika", + "common": "Mzantsi Afrika" + }, + "zul": { + "official": "IRiphabliki yaseNingizimu Afrika", + "common": "Ningizimu Afrika" + } + } + }, + "tld": [".za"], + "cca2": "ZA", + "ccn3": "710", + "cca3": "ZAF", + "cioc": "RSA", + "currency": ["ZAR"], + "callingCode": ["27"], + "capital": "Pretoria", + "altSpellings": ["ZA", "RSA", "Suid-Afrika", "Republic of South Africa"], + "region": "Africa", + "subregion": "Southern Africa", + "languages": { + "afr": "Afrikaans", + "eng": "English", + "nbl": "Southern Ndebele", + "nso": "Northern Sotho", + "sot": "Southern Sotho", + "ssw": "Swazi", + "tsn": "Tswana", + "tso": "Tsonga", + "ven": "Venda", + "xho": "Xhosa", + "zul": "Zulu" + }, + "translations": { + "deu": {"official": "Republik S\u00fcdafrika", "common": "Republik S\u00fcdafrika"}, + "fra": {"official": "R\u00e9publique d'Afrique du Sud", "common": "Afrique du Sud"}, + "hrv": {"official": "Ju\u017enoafri\u010dka Republika", "common": "Ju\u017enoafri\u010dka Republika"}, + "ita": {"official": "Repubblica del Sud Africa", "common": "Sud Africa"}, + "jpn": {"official": "\u5357\u30a2\u30d5\u30ea\u30ab\u5171\u548c\u56fd", "common": "\u5357\u30a2\u30d5\u30ea\u30ab"}, + "nld": {"official": "Zuid -Afrika", "common": "Zuid-Afrika"}, + "por": {"official": "Rep\u00fablica da \u00c1frica do Sul", "common": "\u00c1frica do Sul"}, + "rus": {"official": "\u042e\u0436\u043d\u043e-\u0410\u0444\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430", "common": "\u042e\u0436\u043d\u043e-\u0410\u0444\u0440\u0438\u043a\u0430\u043d\u0441\u043a\u0430\u044f \u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430"}, + "spa": {"official": "Rep\u00fablica de Sud\u00e1frica", "common": "Rep\u00fablica de Sud\u00e1frica"}, + "fin": {"official": "Etel\u00e4-Afrikan tasavalta", "common": "Etel\u00e4-Afrikka"} + }, + "latlng": [-29, 24], + "demonym": "South African", + "landlocked": false, + "borders": ["BWA", "LSO", "MOZ", "NAM", "SWZ", "ZWE"], + "area": 1221037 + }, + { + "name": { + "common": "Zambia", + "official": "Republic of Zambia", + "native": { + "eng": { + "official": "Republic of Zambia", + "common": "Zambia" + } + } + }, + "tld": [".zm"], + "cca2": "ZM", + "ccn3": "894", + "cca3": "ZMB", + "cioc": "ZAM", + "currency": ["ZMW"], + "callingCode": ["260"], + "capital": "Lusaka", + "altSpellings": ["ZM", "Republic of Zambia"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "eng": "English" + }, + "translations": { + "deu": {"official": "Republik Sambia", "common": "Sambia"}, + "fra": {"official": "R\u00e9publique de Zambie", "common": "Zambie"}, + "hrv": {"official": "Republika Zambija", "common": "Zambija"}, + "ita": {"official": "Repubblica di Zambia", "common": "Zambia"}, + "jpn": {"official": "\u30b6\u30f3\u30d3\u30a2\u5171\u548c\u56fd", "common": "\u30b6\u30f3\u30d3\u30a2"}, + "nld": {"official": "Republiek Zambia", "common": "Zambia"}, + "por": {"official": "Rep\u00fablica da Z\u00e2mbia", "common": "Z\u00e2mbia"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0417\u0430\u043c\u0431\u0438\u044f", "common": "\u0417\u0430\u043c\u0431\u0438\u044f"}, + "spa": {"official": "Rep\u00fablica de Zambia", "common": "Zambia"}, + "fin": {"official": "Sambian tasavalta", "common": "Sambia"} + }, + "latlng": [-15, 30], + "demonym": "Zambian", + "landlocked": true, + "borders": ["AGO", "BWA", "COD", "MWI", "MOZ", "NAM", "TZA", "ZWE"], + "area": 752612 + }, + { + "name": { + "common": "Zimbabwe", + "official": "Republic of Zimbabwe", + "native": { + "bwg": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "eng": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "kck": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "khi": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "ndc": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "nde": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "nya": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "sna": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "sot": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "toi": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "tsn": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "tso": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "ven": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "xho": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + }, + "zib": { + "official": "Republic of Zimbabwe", + "common": "Zimbabwe" + } + } + }, + "tld": [".zw"], + "cca2": "ZW", + "ccn3": "716", + "cca3": "ZWE", + "cioc": "ZIM", + "currency": ["ZWL"], + "callingCode": ["263"], + "capital": "Harare", + "altSpellings": ["ZW", "Republic of Zimbabwe"], + "region": "Africa", + "subregion": "Eastern Africa", + "languages": { + "bwg": "Chibarwe", + "eng": "English", + "kck": "Kalanga", + "khi": "Khoisan", + "ndc": "Ndau", + "nde": "Northern Ndebele", + "nya": "Chewa", + "sna": "Shona", + "sot": "Sotho", + "toi": "Tonga", + "tsn": "Tswana", + "tso": "Tsonga", + "ven": "Venda", + "xho": "Xhosa", + "zib": "Zimbabwean Sign Language" + }, + "translations": { + "deu": {"official": "Republik Simbabwe", "common": "Simbabwe"}, + "fra": {"official": "R\u00e9publique du Zimbabwe", "common": "Zimbabwe"}, + "hrv": {"official": "Republika Zimbabve", "common": "Zimbabve"}, + "ita": {"official": "Repubblica dello Zimbabwe", "common": "Zimbabwe"}, + "jpn": {"official": "\u30b8\u30f3\u30d0\u30d6\u30a8\u5171\u548c\u56fd", "common": "\u30b8\u30f3\u30d0\u30d6\u30a8"}, + "nld": {"official": "Republiek Zimbabwe", "common": "Zimbabwe"}, + "por": {"official": "Rep\u00fablica do Zimbabwe", "common": "Zimbabwe"}, + "rus": {"official": "\u0420\u0435\u0441\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u0417\u0438\u043c\u0431\u0430\u0431\u0432\u0435", "common": "\u0417\u0438\u043c\u0431\u0430\u0431\u0432\u0435"}, + "spa": {"official": "Rep\u00fablica de Zimbabue", "common": "Zimbabue"}, + "fin": {"official": "Zimbabwen tasavalta", "common": "Zimbabwe"} + }, + "latlng": [-20, 30], + "demonym": "Zimbabwean", + "landlocked": true, + "borders": ["BWA", "MOZ", "ZAF", "ZMB"], + "area": 390757 + } +] diff --git a/panoramix/data/countries.py b/panoramix/data/countries.py new file mode 100644 index 0000000000..4ef6d56226 --- /dev/null +++ b/panoramix/data/countries.py @@ -0,0 +1,2490 @@ +countries = [ + { + "name": "Angola", + "area": 1246700, + "cioc": "ANG", + "cca2": "AO", + "capital": "Luanda", + "lat": -12.5, + "lng": 18.5, + "cca3": "AGO" + }, + { + "name": "Algeria", + "area": 2381741, + "cioc": "ALG", + "cca2": "DZ", + "capital": "Algiers", + "lat": 28, + "lng": 3, + "cca3": "DZA" + }, + { + "name": "Egypt", + "area": 1002450, + "cioc": "EGY", + "cca2": "EG", + "capital": "Cairo", + "lat": 27, + "lng": 30, + "cca3": "EGY" + }, + { + "name": "Bangladesh", + "area": 147570, + "cioc": "BAN", + "cca2": "BD", + "capital": "Dhaka", + "lat": 24, + "lng": 90, + "cca3": "BGD" + }, + { + "name": "Niger", + "area": 1267000, + "cioc": "NIG", + "cca2": "NE", + "capital": "Niamey", + "lat": 16, + "lng": 8, + "cca3": "NER" + }, + { + "name": "Liechtenstein", + "area": 160, + "cioc": "LIE", + "cca2": "LI", + "capital": "Vaduz", + "lat": 47.26666666, + "lng": 9.53333333, + "cca3": "LIE" + }, + { + "name": "Namibia", + "area": 825615, + "cioc": "NAM", + "cca2": "NA", + "capital": "Windhoek", + "lat": -22, + "lng": 17, + "cca3": "NAM" + }, + { + "name": "Bulgaria", + "area": 110879, + "cioc": "BUL", + "cca2": "BG", + "capital": "Sofia", + "lat": 43, + "lng": 25, + "cca3": "BGR" + }, + { + "name": "Bolivia", + "area": 1098581, + "cioc": "BOL", + "cca2": "BO", + "capital": "Sucre", + "lat": -17, + "lng": -65, + "cca3": "BOL" + }, + { + "name": "Ghana", + "area": 238533, + "cioc": "GHA", + "cca2": "GH", + "capital": "Accra", + "lat": 8, + "lng": -2, + "cca3": "GHA" + }, + { + "name": "Cocos (Keeling) Islands", + "area": 14, + "cioc": "", + "cca2": "CC", + "capital": "West Island", + "lat": -12.5, + "lng": 96.83333333, + "cca3": "CCK" + }, + { + "name": "Pakistan", + "area": 881912, + "cioc": "PAK", + "cca2": "PK", + "capital": "Islamabad", + "lat": 30, + "lng": 70, + "cca3": "PAK" + }, + { + "name": "Cape Verde", + "area": 4033, + "cioc": "CPV", + "cca2": "CV", + "capital": "Praia", + "lat": 16, + "lng": -24, + "cca3": "CPV" + }, + { + "name": "Jordan", + "area": 89342, + "cioc": "JOR", + "cca2": "JO", + "capital": "Amman", + "lat": 31, + "lng": 36, + "cca3": "JOR" + }, + { + "name": "Liberia", + "area": 111369, + "cioc": "LBR", + "cca2": "LR", + "capital": "Monrovia", + "lat": 6.5, + "lng": -9.5, + "cca3": "LBR" + }, + { + "name": "Libya", + "area": 1759540, + "cioc": "LBA", + "cca2": "LY", + "capital": "Tripoli", + "lat": 25, + "lng": 17, + "cca3": "LBY" + }, + { + "name": "Malaysia", + "area": 330803, + "cioc": "MAS", + "cca2": "MY", + "capital": "Kuala Lumpur", + "lat": 2.5, + "lng": 112.5, + "cca3": "MYS" + }, + { + "name": "Dominican Republic", + "area": 48671, + "cioc": "DOM", + "cca2": "DO", + "capital": "Santo Domingo", + "lat": 19, + "lng": -70.66666666, + "cca3": "DOM" + }, + { + "name": "Puerto Rico", + "area": 8870, + "cioc": "PUR", + "cca2": "PR", + "capital": "San Juan", + "lat": 18.25, + "lng": -66.5, + "cca3": "PRI" + }, + { + "name": "Mayotte", + "area": 374, + "cioc": "", + "cca2": "YT", + "capital": "Mamoudzou", + "lat": -12.83333333, + "lng": 45.16666666, + "cca3": "MYT" + }, + { + "name": "North Korea", + "area": 120538, + "cioc": "PRK", + "cca2": "KP", + "capital": "Pyongyang", + "lat": 40, + "lng": 127, + "cca3": "PRK" + }, + { + "name": "Palestine", + "area": 6220, + "cioc": "PLE", + "cca2": "PS", + "capital": "Ramallah", + "lat": 31.9, + "lng": 35.2, + "cca3": "PSE" + }, + { + "name": "Tanzania", + "area": 945087, + "cioc": "TAN", + "cca2": "TZ", + "capital": "Dodoma", + "lat": -6, + "lng": 35, + "cca3": "TZA" + }, + { + "name": "Botswana", + "area": 582000, + "cioc": "BOT", + "cca2": "BW", + "capital": "Gaborone", + "lat": -22, + "lng": 24, + "cca3": "BWA" + }, + { + "name": "Cambodia", + "area": 181035, + "cioc": "CAM", + "cca2": "KH", + "capital": "Phnom Penh", + "lat": 13, + "lng": 105, + "cca3": "KHM" + }, + { + "name": "Nicaragua", + "area": 130373, + "cioc": "NCA", + "cca2": "NI", + "capital": "Managua", + "lat": 13, + "lng": -85, + "cca3": "NIC" + }, + { + "name": "Trinidad and Tobago", + "area": 5130, + "cioc": "TTO", + "cca2": "TT", + "capital": "Port of Spain", + "lat": 11, + "lng": -61, + "cca3": "TTO" + }, + { + "name": "Ethiopia", + "area": 1104300, + "cioc": "ETH", + "cca2": "ET", + "capital": "Addis Ababa", + "lat": 8, + "lng": 38, + "cca3": "ETH" + }, + { + "name": "Paraguay", + "area": 406752, + "cioc": "PAR", + "cca2": "PY", + "capital": "Asuncion", + "lat": -23, + "lng": -58, + "cca3": "PRY" + }, + { + "name": "Hong Kong", + "area": 1104, + "cioc": "HKG", + "cca2": "HK", + "capital": "City of Victoria", + "lat": 22.267, + "lng": 114.188, + "cca3": "HKG" + }, + { + "name": "Saudi Arabia", + "area": 2149690, + "cioc": "KSA", + "cca2": "SA", + "capital": "Riyadh", + "lat": 25, + "lng": 45, + "cca3": "SAU" + }, + { + "name": "Lebanon", + "area": 10452, + "cioc": "LIB", + "cca2": "LB", + "capital": "Beirut", + "lat": 33.83333333, + "lng": 35.83333333, + "cca3": "LBN" + }, + { + "name": "Slovenia", + "area": 20273, + "cioc": "SLO", + "cca2": "SI", + "capital": "Ljubljana", + "lat": 46.11666666, + "lng": 14.81666666, + "cca3": "SVN" + }, + { + "name": "Burkina Faso", + "area": 272967, + "cioc": "BUR", + "cca2": "BF", + "capital": "Ouagadougou", + "lat": 13, + "lng": -2, + "cca3": "BFA" + }, + { + "name": "Switzerland", + "area": 41284, + "cioc": "SUI", + "cca2": "CH", + "capital": "Bern", + "lat": 47, + "lng": 8, + "cca3": "CHE" + }, + { + "name": "Mauritania", + "area": 1030700, + "cioc": "MTN", + "cca2": "MR", + "capital": "Nouakchott", + "lat": 20, + "lng": -12, + "cca3": "MRT" + }, + { + "name": "Croatia", + "area": 56594, + "cioc": "CRO", + "cca2": "HR", + "capital": "Zagreb", + "lat": 45.16666666, + "lng": 15.5, + "cca3": "HRV" + }, + { + "name": "Chile", + "area": 756102, + "cioc": "CHI", + "cca2": "CL", + "capital": "Santiago", + "lat": -30, + "lng": -71, + "cca3": "CHL" + }, + { + "name": "China", + "area": 9706961, + "cioc": "CHN", + "cca2": "CN", + "capital": "Beijing", + "lat": 35, + "lng": 105, + "cca3": "CHN" + }, + { + "name": "Saint Kitts and Nevis", + "area": 261, + "cioc": "SKN", + "cca2": "KN", + "capital": "Basseterre", + "lat": 17.33333333, + "lng": -62.75, + "cca3": "KNA" + }, + { + "name": "Sierra Leone", + "area": 71740, + "cioc": "SLE", + "cca2": "SL", + "capital": "Freetown", + "lat": 8.5, + "lng": -11.5, + "cca3": "SLE" + }, + { + "name": "Jamaica", + "area": 10991, + "cioc": "JAM", + "cca2": "JM", + "capital": "Kingston", + "lat": 18.25, + "lng": -77.5, + "cca3": "JAM" + }, + { + "name": "San Marino", + "area": 61, + "cioc": "SMR", + "cca2": "SM", + "capital": "City of San Marino", + "lat": 43.76666666, + "lng": 12.41666666, + "cca3": "SMR" + }, + { + "name": "Gibraltar", + "area": 6, + "cioc": "", + "cca2": "GI", + "capital": "Gibraltar", + "lat": 36.13333333, + "lng": -5.35, + "cca3": "GIB" + }, + { + "name": "Djibouti", + "area": 23200, + "cioc": "DJI", + "cca2": "DJ", + "capital": "Djibouti", + "lat": 11.5, + "lng": 43, + "cca3": "DJI" + }, + { + "name": "Guinea", + "area": 245857, + "cioc": "GUI", + "cca2": "GN", + "capital": "Conakry", + "lat": 11, + "lng": -10, + "cca3": "GIN" + }, + { + "name": "Finland", + "area": 338424, + "cioc": "FIN", + "cca2": "FI", + "capital": "Helsinki", + "lat": 64, + "lng": 26, + "cca3": "FIN" + }, + { + "name": "Uruguay", + "area": 181034, + "cioc": "URU", + "cca2": "UY", + "capital": "Montevideo", + "lat": -33, + "lng": -56, + "cca3": "URY" + }, + { + "name": "Thailand", + "area": 513120, + "cioc": "THA", + "cca2": "TH", + "capital": "Bangkok", + "lat": 15, + "lng": 100, + "cca3": "THA" + }, + { + "name": "S\u00e3o Tom\u00e9 and Pr\u00edncipe", + "area": 964, + "cioc": "STP", + "cca2": "ST", + "capital": "S\u00e3o Tom\u00e9", + "lat": 1, + "lng": 7, + "cca3": "STP" + }, + { + "name": "Seychelles", + "area": 452, + "cioc": "SEY", + "cca2": "SC", + "capital": "Victoria", + "lat": -4.58333333, + "lng": 55.66666666, + "cca3": "SYC" + }, + { + "name": "Nepal", + "area": 147181, + "cioc": "NEP", + "cca2": "NP", + "capital": "Kathmandu", + "lat": 28, + "lng": 84, + "cca3": "NPL" + }, + { + "name": "Christmas Island", + "area": 135, + "cioc": "", + "cca2": "CX", + "capital": "Flying Fish Cove", + "lat": -10.5, + "lng": 105.66666666, + "cca3": "CXR" + }, + { + "name": "Laos", + "area": 236800, + "cioc": "LAO", + "cca2": "LA", + "capital": "Vientiane", + "lat": 18, + "lng": 105, + "cca3": "LAO" + }, + { + "name": "Yemen", + "area": 527968, + "cioc": "YEM", + "cca2": "YE", + "capital": "Sana'a", + "lat": 15, + "lng": 48, + "cca3": "YEM" + }, + { + "name": "Bouvet Island", + "area": 49, + "cioc": "", + "cca2": "BV", + "capital": "", + "lat": -54.43333333, + "lng": 3.4, + "cca3": "BVT" + }, + { + "name": "South Africa", + "area": 1221037, + "cioc": "RSA", + "cca2": "ZA", + "capital": "Pretoria", + "lat": -29, + "lng": 24, + "cca3": "ZAF" + }, + { + "name": "Kiribati", + "area": 811, + "cioc": "KIR", + "cca2": "KI", + "capital": "South Tarawa", + "lat": 1.41666666, + "lng": 173, + "cca3": "KIR" + }, + { + "name": "Philippines", + "area": 342353, + "cioc": "PHI", + "cca2": "PH", + "capital": "Manila", + "lat": 13, + "lng": 122, + "cca3": "PHL" + }, + { + "name": "Sint Maarten", + "area": 34, + "cioc": "", + "cca2": "SX", + "capital": "Philipsburg", + "lat": 18.033333, + "lng": -63.05, + "cca3": "SXM" + }, + { + "name": "Romania", + "area": 238391, + "cioc": "ROU", + "cca2": "RO", + "capital": "Bucharest", + "lat": 46, + "lng": 25, + "cca3": "ROU" + }, + { + "name": "United States Virgin Islands", + "area": 347, + "cioc": "ISV", + "cca2": "VI", + "capital": "Charlotte Amalie", + "lat": 18.35, + "lng": -64.933333, + "cca3": "VIR" + }, + { + "name": "Syria", + "area": 185180, + "cioc": "SYR", + "cca2": "SY", + "capital": "Damascus", + "lat": 35, + "lng": 38, + "cca3": "SYR" + }, + { + "name": "Macau", + "area": 30, + "cioc": "", + "cca2": "MO", + "capital": "", + "lat": 22.16666666, + "lng": 113.55, + "cca3": "MAC" + }, + { + "name": "Saint Martin", + "area": 53, + "cioc": "", + "cca2": "MF", + "capital": "Marigot", + "lat": 18.08333333, + "lng": -63.95, + "cca3": "MAF" + }, + { + "name": "Malta", + "area": 316, + "cioc": "MLT", + "cca2": "MT", + "capital": "Valletta", + "lat": 35.83333333, + "lng": 14.58333333, + "cca3": "MLT" + }, + { + "name": "Kazakhstan", + "area": 2724900, + "cioc": "KAZ", + "cca2": "KZ", + "capital": "Astana", + "lat": 48, + "lng": 68, + "cca3": "KAZ" + }, + { + "name": "Turks and Caicos Islands", + "area": 948, + "cioc": "", + "cca2": "TC", + "capital": "Cockburn Town", + "lat": 21.75, + "lng": -71.58333333, + "cca3": "TCA" + }, + { + "name": "French Polynesia", + "area": 4167, + "cioc": "", + "cca2": "PF", + "capital": "Papeet\u0113", + "lat": -15, + "lng": -140, + "cca3": "PYF" + }, + { + "name": "Niue", + "area": 260, + "cioc": "", + "cca2": "NU", + "capital": "Alofi", + "lat": -19.03333333, + "lng": -169.86666666, + "cca3": "NIU" + }, + { + "name": "Dominica", + "area": 751, + "cioc": "DMA", + "cca2": "DM", + "capital": "Roseau", + "lat": 15.41666666, + "lng": -61.33333333, + "cca3": "DMA" + }, + { + "name": "Benin", + "area": 112622, + "cioc": "BEN", + "cca2": "BJ", + "capital": "Porto-Novo", + "lat": 9.5, + "lng": 2.25, + "cca3": "BEN" + }, + { + "name": "French Guiana", + "area": 83534, + "cioc": "", + "cca2": "GF", + "capital": "Cayenne", + "lat": 4, + "lng": -53, + "cca3": "GUF" + }, + { + "name": "Belgium", + "area": 30528, + "cioc": "BEL", + "cca2": "BE", + "capital": "Brussels", + "lat": 50.83333333, + "lng": 4, + "cca3": "BEL" + }, + { + "name": "Montserrat", + "area": 102, + "cioc": "", + "cca2": "MS", + "capital": "Plymouth", + "lat": 16.75, + "lng": -62.2, + "cca3": "MSR" + }, + { + "name": "Togo", + "area": 56785, + "cioc": "TOG", + "cca2": "TG", + "capital": "Lom\u00e9", + "lat": 8, + "lng": 1.16666666, + "cca3": "TGO" + }, + { + "name": "Germany", + "area": 357114, + "cioc": "GER", + "cca2": "DE", + "capital": "Berlin", + "lat": 51, + "lng": 9, + "cca3": "DEU" + }, + { + "name": "Guam", + "area": 549, + "cioc": "GUM", + "cca2": "GU", + "capital": "Hag\u00e5t\u00f1a", + "lat": 13.46666666, + "lng": 144.78333333, + "cca3": "GUM" + }, + { + "name": "Sri Lanka", + "area": 65610, + "cioc": "SRI", + "cca2": "LK", + "capital": "Colombo", + "lat": 7, + "lng": 81, + "cca3": "LKA" + }, + { + "name": "South Sudan", + "area": 619745, + "cioc": "", + "cca2": "SS", + "capital": "Juba", + "lat": 7, + "lng": 30, + "cca3": "SSD" + }, + { + "name": "Falkland Islands", + "area": 12173, + "cioc": "", + "cca2": "FK", + "capital": "Stanley", + "lat": -51.75, + "lng": -59, + "cca3": "FLK" + }, + { + "name": "United Kingdom", + "area": 242900, + "cioc": "GBR", + "cca2": "GB", + "capital": "London", + "lat": 54, + "lng": -2, + "cca3": "GBR" + }, + { + "name": "Guyana", + "area": 214969, + "cioc": "GUY", + "cca2": "GY", + "capital": "Georgetown", + "lat": 5, + "lng": -59, + "cca3": "GUY" + }, + { + "name": "Costa Rica", + "area": 51100, + "cioc": "CRC", + "cca2": "CR", + "capital": "San Jos\u00e9", + "lat": 10, + "lng": -84, + "cca3": "CRI" + }, + { + "name": "Cameroon", + "area": 475442, + "cioc": "CMR", + "cca2": "CM", + "capital": "Yaound\u00e9", + "lat": 6, + "lng": 12, + "cca3": "CMR" + }, + { + "name": "Morocco", + "area": 446550, + "cioc": "MAR", + "cca2": "MA", + "capital": "Rabat", + "lat": 32, + "lng": -5, + "cca3": "MAR" + }, + { + "name": "Northern Mariana Islands", + "area": 464, + "cioc": "", + "cca2": "MP", + "capital": "Saipan", + "lat": 15.2, + "lng": 145.75, + "cca3": "MNP" + }, + { + "name": "Lesotho", + "area": 30355, + "cioc": "LES", + "cca2": "LS", + "capital": "Maseru", + "lat": -29.5, + "lng": 28.5, + "cca3": "LSO" + }, + { + "name": "Hungary", + "area": 93028, + "cioc": "HUN", + "cca2": "HU", + "capital": "Budapest", + "lat": 47, + "lng": 20, + "cca3": "HUN" + }, + { + "name": "Turkmenistan", + "area": 488100, + "cioc": "TKM", + "cca2": "TM", + "capital": "Ashgabat", + "lat": 40, + "lng": 60, + "cca3": "TKM" + }, + { + "name": "Suriname", + "area": 163820, + "cioc": "SUR", + "cca2": "SR", + "capital": "Paramaribo", + "lat": 4, + "lng": -56, + "cca3": "SUR" + }, + { + "name": "Netherlands", + "area": 41850, + "cioc": "NED", + "cca2": "NL", + "capital": "Amsterdam", + "lat": 52.5, + "lng": 5.75, + "cca3": "NLD" + }, + { + "name": "Bermuda", + "area": 54, + "cioc": "BER", + "cca2": "BM", + "capital": "Hamilton", + "lat": 32.33333333, + "lng": -64.75, + "cca3": "BMU" + }, + { + "name": "Heard Island and McDonald Islands", + "area": 412, + "cioc": "", + "cca2": "HM", + "capital": "", + "lat": -53.1, + "lng": 72.51666666, + "cca3": "HMD" + }, + { + "name": "Chad", + "area": 1284000, + "cioc": "CHA", + "cca2": "TD", + "capital": "N'Djamena", + "lat": 15, + "lng": 19, + "cca3": "TCD" + }, + { + "name": "Georgia", + "area": 69700, + "cioc": "GEO", + "cca2": "GE", + "capital": "Tbilisi", + "lat": 42, + "lng": 43.5, + "cca3": "GEO" + }, + { + "name": "Montenegro", + "area": 13812, + "cioc": "MNE", + "cca2": "ME", + "capital": "Podgorica", + "lat": 42.5, + "lng": 19.3, + "cca3": "MNE" + }, + { + "name": "Mongolia", + "area": 1564110, + "cioc": "MGL", + "cca2": "MN", + "capital": "Ulan Bator", + "lat": 46, + "lng": 105, + "cca3": "MNG" + }, + { + "name": "Marshall Islands", + "area": 181, + "cioc": "MHL", + "cca2": "MH", + "capital": "Majuro", + "lat": 9, + "lng": 168, + "cca3": "MHL" + }, + { + "name": "Martinique", + "area": 1128, + "cioc": "", + "cca2": "MQ", + "capital": "Fort-de-France", + "lat": 14.666667, + "lng": -61, + "cca3": "MTQ" + }, + { + "name": "Belize", + "area": 22966, + "cioc": "BIZ", + "cca2": "BZ", + "capital": "Belmopan", + "lat": 17.25, + "lng": -88.75, + "cca3": "BLZ" + }, + { + "name": "Norfolk Island", + "area": 36, + "cioc": "", + "cca2": "NF", + "capital": "Kingston", + "lat": -29.03333333, + "lng": 167.95, + "cca3": "NFK" + }, + { + "name": "Myanmar", + "area": 676578, + "cioc": "MYA", + "cca2": "MM", + "capital": "Naypyidaw", + "lat": 22, + "lng": 98, + "cca3": "MMR" + }, + { + "name": "Afghanistan", + "area": 652230, + "cioc": "AFG", + "cca2": "AF", + "capital": "Kabul", + "lat": 33, + "lng": 65, + "cca3": "AFG" + }, + { + "name": "Burundi", + "area": 27834, + "cioc": "BDI", + "cca2": "BI", + "capital": "Bujumbura", + "lat": -3.5, + "lng": 30, + "cca3": "BDI" + }, + { + "name": "British Virgin Islands", + "area": 151, + "cioc": "IVB", + "cca2": "VG", + "capital": "Road Town", + "lat": 18.431383, + "lng": -64.62305, + "cca3": "VGB" + }, + { + "name": "Belarus", + "area": 207600, + "cioc": "BLR", + "cca2": "BY", + "capital": "Minsk", + "lat": 53, + "lng": 28, + "cca3": "BLR" + }, + { + "name": "Saint Barth\u00e9lemy", + "area": 21, + "cioc": "", + "cca2": "BL", + "capital": "Gustavia", + "lat": 18.5, + "lng": -63.41666666, + "cca3": "BLM" + }, + { + "name": "Grenada", + "area": 344, + "cioc": "GRN", + "cca2": "GD", + "capital": "St. George's", + "lat": 12.11666666, + "lng": -61.66666666, + "cca3": "GRD" + }, + { + "name": "Tokelau", + "area": 12, + "cioc": "", + "cca2": "TK", + "capital": "Fakaofo", + "lat": -9, + "lng": -172, + "cca3": "TKL" + }, + { + "name": "Greece", + "area": 131990, + "cioc": "GRE", + "cca2": "GR", + "capital": "Athens", + "lat": 39, + "lng": 22, + "cca3": "GRC" + }, + { + "name": "Russia", + "area": 17098242, + "cioc": "RUS", + "cca2": "RU", + "capital": "Moscow", + "lat": 60, + "lng": 100, + "cca3": "RUS" + }, + { + "name": "Greenland", + "area": 2166086, + "cioc": "", + "cca2": "GL", + "capital": "Nuuk", + "lat": 72, + "lng": -40, + "cca3": "GRL" + }, + { + "name": "Andorra", + "area": 468, + "cioc": "AND", + "cca2": "AD", + "capital": "Andorra la Vella", + "lat": 42.5, + "lng": 1.5, + "cca3": "AND" + }, + { + "name": "Mozambique", + "area": 801590, + "cioc": "MOZ", + "cca2": "MZ", + "capital": "Maputo", + "lat": -18.25, + "lng": 35, + "cca3": "MOZ" + }, + { + "name": "Tajikistan", + "area": 143100, + "cioc": "TJK", + "cca2": "TJ", + "capital": "Dushanbe", + "lat": 39, + "lng": 71, + "cca3": "TJK" + }, + { + "name": "Haiti", + "area": 27750, + "cioc": "HAI", + "cca2": "HT", + "capital": "Port-au-Prince", + "lat": 19, + "lng": -72.41666666, + "cca3": "HTI" + }, + { + "name": "Mexico", + "area": 1964375, + "cioc": "MEX", + "cca2": "MX", + "capital": "Mexico City", + "lat": 23, + "lng": -102, + "cca3": "MEX" + }, + { + "name": "Zimbabwe", + "area": 390757, + "cioc": "ZIM", + "cca2": "ZW", + "capital": "Harare", + "lat": -20, + "lng": 30, + "cca3": "ZWE" + }, + { + "name": "Saint Lucia", + "area": 616, + "cioc": "LCA", + "cca2": "LC", + "capital": "Castries", + "lat": 13.88333333, + "lng": -60.96666666, + "cca3": "LCA" + }, + { + "name": "India", + "area": 3287590, + "cioc": "IND", + "cca2": "IN", + "capital": "New Delhi", + "lat": 20, + "lng": 77, + "cca3": "IND" + }, + { + "name": "Latvia", + "area": 64559, + "cioc": "LAT", + "cca2": "LV", + "capital": "Riga", + "lat": 57, + "lng": 25, + "cca3": "LVA" + }, + { + "name": "Bhutan", + "area": 38394, + "cioc": "BHU", + "cca2": "BT", + "capital": "Thimphu", + "lat": 27.5, + "lng": 90.5, + "cca3": "BTN" + }, + { + "name": "Saint Vincent and the Grenadines", + "area": 389, + "cioc": "VIN", + "cca2": "VC", + "capital": "Kingstown", + "lat": 13.25, + "lng": -61.2, + "cca3": "VCT" + }, + { + "name": "Vietnam", + "area": 331212, + "cioc": "VIE", + "cca2": "VN", + "capital": "Hanoi", + "lat": 16.16666666, + "lng": 107.83333333, + "cca3": "VNM" + }, + { + "name": "Norway", + "area": 323802, + "cioc": "NOR", + "cca2": "NO", + "capital": "Oslo", + "lat": 62, + "lng": 10, + "cca3": "NOR" + }, + { + "name": "Czech Republic", + "area": 78865, + "cioc": "CZE", + "cca2": "CZ", + "capital": "Prague", + "lat": 49.75, + "lng": 15.5, + "cca3": "CZE" + }, + { + "name": "French Southern and Antarctic Lands", + "area": 7747, + "cioc": "", + "cca2": "TF", + "capital": "Port-aux-Fran\u00e7ais", + "lat": -49.25, + "lng": 69.167, + "cca3": "ATF" + }, + { + "name": "Antigua and Barbuda", + "area": 442, + "cioc": "ANT", + "cca2": "AG", + "capital": "Saint John's", + "lat": 17.05, + "lng": -61.8, + "cca3": "ATG" + }, + { + "name": "Fiji", + "area": 18272, + "cioc": "FIJ", + "cca2": "FJ", + "capital": "Suva", + "lat": -18, + "lng": 175, + "cca3": "FJI" + }, + { + "name": "British Indian Ocean Territory", + "area": 60, + "cioc": "", + "cca2": "IO", + "capital": "Diego Garcia", + "lat": -6, + "lng": 71.5, + "cca3": "IOT" + }, + { + "name": "Honduras", + "area": 112492, + "cioc": "HON", + "cca2": "HN", + "capital": "Tegucigalpa", + "lat": 15, + "lng": -86.5, + "cca3": "HND" + }, + { + "name": "Mauritius", + "area": 2040, + "cioc": "MRI", + "cca2": "MU", + "capital": "Port Louis", + "lat": -20.28333333, + "lng": 57.55, + "cca3": "MUS" + }, + { + "name": "Antarctica", + "area": 14000000, + "cioc": "", + "cca2": "AQ", + "capital": "", + "lat": -90, + "lng": 0, + "cca3": "ATA" + }, + { + "name": "Luxembourg", + "area": 2586, + "cioc": "LUX", + "cca2": "LU", + "capital": "Luxembourg", + "lat": 49.75, + "lng": 6.16666666, + "cca3": "LUX" + }, + { + "name": "Israel", + "area": 20770, + "cioc": "ISR", + "cca2": "IL", + "capital": "Jerusalem", + "lat": 31.47, + "lng": 35.13, + "cca3": "ISR" + }, + { + "name": "Micronesia", + "area": 702, + "cioc": "FSM", + "cca2": "FM", + "capital": "Palikir", + "lat": 6.91666666, + "lng": 158.25, + "cca3": "FSM" + }, + { + "name": "Peru", + "area": 1285216, + "cioc": "PER", + "cca2": "PE", + "capital": "Lima", + "lat": -10, + "lng": -76, + "cca3": "PER" + }, + { + "name": "R\u00e9union", + "area": 2511, + "cioc": "", + "cca2": "RE", + "capital": "Saint-Denis", + "lat": -21.15, + "lng": 55.5, + "cca3": "REU" + }, + { + "name": "Indonesia", + "area": 1904569, + "cioc": "INA", + "cca2": "ID", + "capital": "Jakarta", + "lat": -5, + "lng": 120, + "cca3": "IDN" + }, + { + "name": "Vanuatu", + "area": 12189, + "cioc": "VAN", + "cca2": "VU", + "capital": "Port Vila", + "lat": -16, + "lng": 167, + "cca3": "VUT" + }, + { + "name": "Macedonia", + "area": 25713, + "cioc": "MKD", + "cca2": "MK", + "capital": "Skopje", + "lat": 41.83333333, + "lng": 22, + "cca3": "MKD" + }, + { + "name": "DR Congo", + "area": 2344858, + "cioc": "COD", + "cca2": "CD", + "capital": "Kinshasa", + "lat": 0, + "lng": 25, + "cca3": "COD" + }, + { + "name": "Republic of the Congo", + "area": 342000, + "cioc": "CGO", + "cca2": "CG", + "capital": "Brazzaville", + "lat": -1, + "lng": 15, + "cca3": "COG" + }, + { + "name": "Iceland", + "area": 103000, + "cioc": "ISL", + "cca2": "IS", + "capital": "Reykjavik", + "lat": 65, + "lng": -18, + "cca3": "ISL" + }, + { + "name": "Guadeloupe", + "area": 1628, + "cioc": "", + "cca2": "GP", + "capital": "Basse-Terre", + "lat": 16.25, + "lng": -61.583333, + "cca3": "GLP" + }, + { + "name": "Cook Islands", + "area": 236, + "cioc": "COK", + "cca2": "CK", + "capital": "Avarua", + "lat": -21.23333333, + "lng": -159.76666666, + "cca3": "COK" + }, + { + "name": "Comoros", + "area": 1862, + "cioc": "COM", + "cca2": "KM", + "capital": "Moroni", + "lat": -12.16666666, + "lng": 44.25, + "cca3": "COM" + }, + { + "name": "Colombia", + "area": 1141748, + "cioc": "COL", + "cca2": "CO", + "capital": "Bogot\u00e1", + "lat": 4, + "lng": -72, + "cca3": "COL" + }, + { + "name": "Nigeria", + "area": 923768, + "cioc": "NGR", + "cca2": "NG", + "capital": "Abuja", + "lat": 10, + "lng": 8, + "cca3": "NGA" + }, + { + "name": "Timor-Leste", + "area": 14874, + "cioc": "TLS", + "cca2": "TL", + "capital": "Dili", + "lat": -8.83333333, + "lng": 125.91666666, + "cca3": "TLS" + }, + { + "name": "Taiwan", + "area": 36193, + "cioc": "TPE", + "cca2": "TW", + "capital": "Taipei", + "lat": 23.5, + "lng": 121, + "cca3": "TWN" + }, + { + "name": "Portugal", + "area": 92090, + "cioc": "POR", + "cca2": "PT", + "capital": "Lisbon", + "lat": 39.5, + "lng": -8, + "cca3": "PRT" + }, + { + "name": "Moldova", + "area": 33846, + "cioc": "MDA", + "cca2": "MD", + "capital": "Chi\u0219in\u0103u", + "lat": 47, + "lng": 29, + "cca3": "MDA" + }, + { + "name": "Guernsey", + "area": 78, + "cioc": "", + "cca2": "GG", + "capital": "St. Peter Port", + "lat": 49.46666666, + "lng": -2.58333333, + "cca3": "GGY" + }, + { + "name": "Madagascar", + "area": 587041, + "cioc": "MAD", + "cca2": "MG", + "capital": "Antananarivo", + "lat": -20, + "lng": 47, + "cca3": "MDG" + }, + { + "name": "Ecuador", + "area": 276841, + "cioc": "ECU", + "cca2": "EC", + "capital": "Quito", + "lat": -2, + "lng": -77.5, + "cca3": "ECU" + }, + { + "name": "Senegal", + "area": 196722, + "cioc": "SEN", + "cca2": "SN", + "capital": "Dakar", + "lat": 14, + "lng": -14, + "cca3": "SEN" + }, + { + "name": "New Zealand", + "area": 270467, + "cioc": "NZL", + "cca2": "NZ", + "capital": "Wellington", + "lat": -41, + "lng": 174, + "cca3": "NZL" + }, + { + "name": "Maldives", + "area": 300, + "cioc": "MDV", + "cca2": "MV", + "capital": "Mal\u00e9", + "lat": 3.25, + "lng": 73, + "cca3": "MDV" + }, + { + "name": "American Samoa", + "area": 199, + "cioc": "ASA", + "cca2": "AS", + "capital": "Pago Pago", + "lat": -14.33333333, + "lng": -170, + "cca3": "ASM" + }, + { + "name": "Saint Pierre and Miquelon", + "area": 242, + "cioc": "", + "cca2": "PM", + "capital": "Saint-Pierre", + "lat": 46.83333333, + "lng": -56.33333333, + "cca3": "SPM" + }, + { + "name": "Cura\u00e7ao", + "area": 444, + "cioc": "", + "cca2": "CW", + "capital": "Willemstad", + "lat": 12.116667, + "lng": -68.933333, + "cca3": "CUW" + }, + { + "name": "France", + "area": 551695, + "cioc": "FRA", + "cca2": "FR", + "capital": "Paris", + "lat": 46, + "lng": 2, + "cca3": "FRA" + }, + { + "name": "Lithuania", + "area": 65300, + "cioc": "LTU", + "cca2": "LT", + "capital": "Vilnius", + "lat": 56, + "lng": 24, + "cca3": "LTU" + }, + { + "name": "Rwanda", + "area": 26338, + "cioc": "RWA", + "cca2": "RW", + "capital": "Kigali", + "lat": -2, + "lng": 30, + "cca3": "RWA" + }, + { + "name": "Zambia", + "area": 752612, + "cioc": "ZAM", + "cca2": "ZM", + "capital": "Lusaka", + "lat": -15, + "lng": 30, + "cca3": "ZMB" + }, + { + "name": "Gambia", + "area": 10689, + "cioc": "GAM", + "cca2": "GM", + "capital": "Banjul", + "lat": 13.46666666, + "lng": -16.56666666, + "cca3": "GMB" + }, + { + "name": "Wallis and Futuna", + "area": 142, + "cioc": "", + "cca2": "WF", + "capital": "Mata-Utu", + "lat": -13.3, + "lng": -176.2, + "cca3": "WLF" + }, + { + "name": "Jersey", + "area": 116, + "cioc": "", + "cca2": "JE", + "capital": "Saint Helier", + "lat": 49.25, + "lng": -2.16666666, + "cca3": "JEY" + }, + { + "name": "Faroe Islands", + "area": 1393, + "cioc": "", + "cca2": "FO", + "capital": "T\u00f3rshavn", + "lat": 62, + "lng": -7, + "cca3": "FRO" + }, + { + "name": "Guatemala", + "area": 108889, + "cioc": "GUA", + "cca2": "GT", + "capital": "Guatemala City", + "lat": 15.5, + "lng": -90.25, + "cca3": "GTM" + }, + { + "name": "Denmark", + "area": 43094, + "cioc": "DEN", + "cca2": "DK", + "capital": "Copenhagen", + "lat": 56, + "lng": 10, + "cca3": "DNK" + }, + { + "name": "Isle of Man", + "area": 572, + "cioc": "", + "cca2": "IM", + "capital": "Douglas", + "lat": 54.25, + "lng": -4.5, + "cca3": "IMN" + }, + { + "name": "Australia", + "area": 7692024, + "cioc": "AUS", + "cca2": "AU", + "capital": "Canberra", + "lat": -27, + "lng": 133, + "cca3": "AUS" + }, + { + "name": "Austria", + "area": 83871, + "cioc": "AUT", + "cca2": "AT", + "capital": "Vienna", + "lat": 47.33333333, + "lng": 13.33333333, + "cca3": "AUT" + }, + { + "name": "Svalbard and Jan Mayen", + "area": -1, + "cioc": "", + "cca2": "SJ", + "capital": "Longyearbyen", + "lat": 78, + "lng": 20, + "cca3": "SJM" + }, + { + "name": "Venezuela", + "area": 916445, + "cioc": "VEN", + "cca2": "VE", + "capital": "Caracas", + "lat": 8, + "lng": -66, + "cca3": "VEN" + }, + { + "name": "Kosovo", + "area": 10908, + "cioc": "KOS", + "cca2": "XK", + "capital": "Pristina", + "lat": 42.666667, + "lng": 21.166667, + "cca3": "UNK" + }, + { + "name": "Palau", + "area": 459, + "cioc": "PLW", + "cca2": "PW", + "capital": "Ngerulmud", + "lat": 7.5, + "lng": 134.5, + "cca3": "PLW" + }, + { + "name": "Kenya", + "area": 580367, + "cioc": "KEN", + "cca2": "KE", + "capital": "Nairobi", + "lat": 1, + "lng": 38, + "cca3": "KEN" + }, + { + "name": "Samoa", + "area": 2842, + "cioc": "SAM", + "cca2": "WS", + "capital": "Apia", + "lat": -13.58333333, + "lng": -172.33333333, + "cca3": "WSM" + }, + { + "name": "Turkey", + "area": 783562, + "cioc": "TUR", + "cca2": "TR", + "capital": "Ankara", + "lat": 39, + "lng": 35, + "cca3": "TUR" + }, + { + "name": "Albania", + "area": 28748, + "cioc": "ALB", + "cca2": "AL", + "capital": "Tirana", + "lat": 41, + "lng": 20, + "cca3": "ALB" + }, + { + "name": "Oman", + "area": 309500, + "cioc": "OMA", + "cca2": "OM", + "capital": "Muscat", + "lat": 21, + "lng": 57, + "cca3": "OMN" + }, + { + "name": "Tuvalu", + "area": 26, + "cioc": "TUV", + "cca2": "TV", + "capital": "Funafuti", + "lat": -8, + "lng": 178, + "cca3": "TUV" + }, + { + "name": "\u00c5land Islands", + "area": 1580, + "cioc": "", + "cca2": "AX", + "capital": "Mariehamn", + "lat": 60.116667, + "lng": 19.9, + "cca3": "ALA" + }, + { + "name": "Brunei", + "area": 5765, + "cioc": "BRU", + "cca2": "BN", + "capital": "Bandar Seri Begawan", + "lat": 4.5, + "lng": 114.66666666, + "cca3": "BRN" + }, + { + "name": "Tunisia", + "area": 163610, + "cioc": "TUN", + "cca2": "TN", + "capital": "Tunis", + "lat": 34, + "lng": 9, + "cca3": "TUN" + }, + { + "name": "Pitcairn Islands", + "area": 47, + "cioc": "", + "cca2": "PN", + "capital": "Adamstown", + "lat": -25.06666666, + "lng": -130.1, + "cca3": "PCN" + }, + { + "name": "Barbados", + "area": 430, + "cioc": "BAR", + "cca2": "BB", + "capital": "Bridgetown", + "lat": 13.16666666, + "lng": -59.53333333, + "cca3": "BRB" + }, + { + "name": "Brazil", + "area": 8515767, + "cioc": "BRA", + "cca2": "BR", + "capital": "Bras\u00edlia", + "lat": -10, + "lng": -55, + "cca3": "BRA" + }, + { + "name": "Ivory Coast", + "area": 322463, + "cioc": "CIV", + "cca2": "CI", + "capital": "Yamoussoukro", + "lat": 8, + "lng": -5, + "cca3": "CIV" + }, + { + "name": "Serbia", + "area": 88361, + "cioc": "SRB", + "cca2": "RS", + "capital": "Belgrade", + "lat": 44, + "lng": 21, + "cca3": "SRB" + }, + { + "name": "Equatorial Guinea", + "area": 28051, + "cioc": "GEQ", + "cca2": "GQ", + "capital": "Malabo", + "lat": 2, + "lng": 10, + "cca3": "GNQ" + }, + { + "name": "United States", + "area": 9372610, + "cioc": "USA", + "cca2": "US", + "capital": "Washington D.C.", + "lat": 38, + "lng": -97, + "cca3": "USA" + }, + { + "name": "Qatar", + "area": 11586, + "cioc": "QAT", + "cca2": "QA", + "capital": "Doha", + "lat": 25.5, + "lng": 51.25, + "cca3": "QAT" + }, + { + "name": "Sweden", + "area": 450295, + "cioc": "SWE", + "cca2": "SE", + "capital": "Stockholm", + "lat": 62, + "lng": 15, + "cca3": "SWE" + }, + { + "name": "Azerbaijan", + "area": 86600, + "cioc": "AZE", + "cca2": "AZ", + "capital": "Baku", + "lat": 40.5, + "lng": 47.5, + "cca3": "AZE" + }, + { + "name": "Guinea-Bissau", + "area": 36125, + "cioc": "GBS", + "cca2": "GW", + "capital": "Bissau", + "lat": 12, + "lng": -15, + "cca3": "GNB" + }, + { + "name": "Swaziland", + "area": 17364, + "cioc": "SWZ", + "cca2": "SZ", + "capital": "Lobamba", + "lat": -26.5, + "lng": 31.5, + "cca3": "SWZ" + }, + { + "name": "Tonga", + "area": 747, + "cioc": "TGA", + "cca2": "TO", + "capital": "Nuku'alofa", + "lat": -20, + "lng": -175, + "cca3": "TON" + }, + { + "name": "Canada", + "area": 9984670, + "cioc": "CAN", + "cca2": "CA", + "capital": "Ottawa", + "lat": 60, + "lng": -95, + "cca3": "CAN" + }, + { + "name": "Ukraine", + "area": 603500, + "cioc": "UKR", + "cca2": "UA", + "capital": "Kiev", + "lat": 49, + "lng": 32, + "cca3": "UKR" + }, + { + "name": "South Korea", + "area": 100210, + "cioc": "KOR", + "cca2": "KR", + "capital": "Seoul", + "lat": 37, + "lng": 127.5, + "cca3": "KOR" + }, + { + "name": "Anguilla", + "area": 91, + "cioc": "", + "cca2": "AI", + "capital": "The Valley", + "lat": 18.25, + "lng": -63.16666666, + "cca3": "AIA" + }, + { + "name": "Central African Republic", + "area": 622984, + "cioc": "CAF", + "cca2": "CF", + "capital": "Bangui", + "lat": 7, + "lng": 21, + "cca3": "CAF" + }, + { + "name": "Slovakia", + "area": 49037, + "cioc": "SVK", + "cca2": "SK", + "capital": "Bratislava", + "lat": 48.66666666, + "lng": 19.5, + "cca3": "SVK" + }, + { + "name": "Cyprus", + "area": 9251, + "cioc": "CYP", + "cca2": "CY", + "capital": "Nicosia", + "lat": 35, + "lng": 33, + "cca3": "CYP" + }, + { + "name": "Bosnia and Herzegovina", + "area": 51209, + "cioc": "BIH", + "cca2": "BA", + "capital": "Sarajevo", + "lat": 44, + "lng": 18, + "cca3": "BIH" + }, + { + "name": "Singapore", + "area": 710, + "cioc": "SIN", + "cca2": "SG", + "capital": "Singapore", + "lat": 1.36666666, + "lng": 103.8, + "cca3": "SGP" + }, + { + "name": "South Georgia", + "area": 3903, + "cioc": "", + "cca2": "GS", + "capital": "King Edward Point", + "lat": -54.5, + "lng": -37, + "cca3": "SGS" + }, + { + "name": "Somalia", + "area": 637657, + "cioc": "SOM", + "cca2": "SO", + "capital": "Mogadishu", + "lat": 10, + "lng": 49, + "cca3": "SOM" + }, + { + "name": "Uzbekistan", + "area": 447400, + "cioc": "UZB", + "cca2": "UZ", + "capital": "Tashkent", + "lat": 41, + "lng": 64, + "cca3": "UZB" + }, + { + "name": "Eritrea", + "area": 117600, + "cioc": "ERI", + "cca2": "ER", + "capital": "Asmara", + "lat": 15, + "lng": 39, + "cca3": "ERI" + }, + { + "name": "Poland", + "area": 312679, + "cioc": "POL", + "cca2": "PL", + "capital": "Warsaw", + "lat": 52, + "lng": 20, + "cca3": "POL" + }, + { + "name": "Kuwait", + "area": 17818, + "cioc": "KUW", + "cca2": "KW", + "capital": "Kuwait City", + "lat": 29.5, + "lng": 45.75, + "cca3": "KWT" + }, + { + "name": "Gabon", + "area": 267668, + "cioc": "GAB", + "cca2": "GA", + "capital": "Libreville", + "lat": -1, + "lng": 11.75, + "cca3": "GAB" + }, + { + "name": "Cayman Islands", + "area": 264, + "cioc": "CAY", + "cca2": "KY", + "capital": "George Town", + "lat": 19.5, + "lng": -80.5, + "cca3": "CYM" + }, + { + "name": "Vatican City", + "area": 0.44, + "cioc": "", + "cca2": "VA", + "capital": "Vatican City", + "lat": 41.9, + "lng": 12.45, + "cca3": "VAT" + }, + { + "name": "Estonia", + "area": 45227, + "cioc": "EST", + "cca2": "EE", + "capital": "Tallinn", + "lat": 59, + "lng": 26, + "cca3": "EST" + }, + { + "name": "Malawi", + "area": 118484, + "cioc": "MAW", + "cca2": "MW", + "capital": "Lilongwe", + "lat": -13.5, + "lng": 34, + "cca3": "MWI" + }, + { + "name": "Spain", + "area": 505992, + "cioc": "ESP", + "cca2": "ES", + "capital": "Madrid", + "lat": 40, + "lng": -4, + "cca3": "ESP" + }, + { + "name": "Iraq", + "area": 438317, + "cioc": "IRQ", + "cca2": "IQ", + "capital": "Baghdad", + "lat": 33, + "lng": 44, + "cca3": "IRQ" + }, + { + "name": "El Salvador", + "area": 21041, + "cioc": "ESA", + "cca2": "SV", + "capital": "San Salvador", + "lat": 13.83333333, + "lng": -88.91666666, + "cca3": "SLV" + }, + { + "name": "Mali", + "area": 1240192, + "cioc": "MLI", + "cca2": "ML", + "capital": "Bamako", + "lat": 17, + "lng": -4, + "cca3": "MLI" + }, + { + "name": "Ireland", + "area": 70273, + "cioc": "IRL", + "cca2": "IE", + "capital": "Dublin", + "lat": 53, + "lng": -8, + "cca3": "IRL" + }, + { + "name": "Iran", + "area": 1648195, + "cioc": "IRI", + "cca2": "IR", + "capital": "Tehran", + "lat": 32, + "lng": 53, + "cca3": "IRN" + }, + { + "name": "Aruba", + "area": 180, + "cioc": "ARU", + "cca2": "AW", + "capital": "Oranjestad", + "lat": 12.5, + "lng": -69.96666666, + "cca3": "ABW" + }, + { + "name": "Papua New Guinea", + "area": 462840, + "cioc": "PNG", + "cca2": "PG", + "capital": "Port Moresby", + "lat": -6, + "lng": 147, + "cca3": "PNG" + }, + { + "name": "Panama", + "area": 75417, + "cioc": "PAN", + "cca2": "PA", + "capital": "Panama City", + "lat": 9, + "lng": -80, + "cca3": "PAN" + }, + { + "name": "Sudan", + "area": 1886068, + "cioc": "SUD", + "cca2": "SD", + "capital": "Khartoum", + "lat": 15, + "lng": 30, + "cca3": "SDN" + }, + { + "name": "Solomon Islands", + "area": 28896, + "cioc": "SOL", + "cca2": "SB", + "capital": "Honiara", + "lat": -8, + "lng": 159, + "cca3": "SLB" + }, + { + "name": "Western Sahara", + "area": 266000, + "cioc": "", + "cca2": "EH", + "capital": "El Aai\u00fan", + "lat": 24.5, + "lng": -13, + "cca3": "ESH" + }, + { + "name": "Monaco", + "area": 2.02, + "cioc": "MON", + "cca2": "MC", + "capital": "Monaco", + "lat": 43.73333333, + "lng": 7.4, + "cca3": "MCO" + }, + { + "name": "Italy", + "area": 301336, + "cioc": "ITA", + "cca2": "IT", + "capital": "Rome", + "lat": 42.83333333, + "lng": 12.83333333, + "cca3": "ITA" + }, + { + "name": "Japan", + "area": 377930, + "cioc": "JPN", + "cca2": "JP", + "capital": "Tokyo", + "lat": 36, + "lng": 138, + "cca3": "JPN" + }, + { + "name": "Kyrgyzstan", + "area": 199951, + "cioc": "KGZ", + "cca2": "KG", + "capital": "Bishkek", + "lat": 41, + "lng": 75, + "cca3": "KGZ" + }, + { + "name": "Uganda", + "area": 241550, + "cioc": "UGA", + "cca2": "UG", + "capital": "Kampala", + "lat": 1, + "lng": 32, + "cca3": "UGA" + }, + { + "name": "New Caledonia", + "area": 18575, + "cioc": "", + "cca2": "NC", + "capital": "Noum\u00e9a", + "lat": -21.5, + "lng": 165.5, + "cca3": "NCL" + }, + { + "name": "United Arab Emirates", + "area": 83600, + "cioc": "UAE", + "cca2": "AE", + "capital": "Abu Dhabi", + "lat": 24, + "lng": 54, + "cca3": "ARE" + }, + { + "name": "Argentina", + "area": 2780400, + "cioc": "ARG", + "cca2": "AR", + "capital": "Buenos Aires", + "lat": -34, + "lng": -64, + "cca3": "ARG" + }, + { + "name": "Bahamas", + "area": 13943, + "cioc": "BAH", + "cca2": "BS", + "capital": "Nassau", + "lat": 24.25, + "lng": -76, + "cca3": "BHS" + }, + { + "name": "Bahrain", + "area": 765, + "cioc": "BRN", + "cca2": "BH", + "capital": "Manama", + "lat": 26, + "lng": 50.55, + "cca3": "BHR" + }, + { + "name": "Armenia", + "area": 29743, + "cioc": "ARM", + "cca2": "AM", + "capital": "Yerevan", + "lat": 40, + "lng": 45, + "cca3": "ARM" + }, + { + "name": "Nauru", + "area": 21, + "cioc": "NRU", + "cca2": "NR", + "capital": "Yaren", + "lat": -0.53333333, + "lng": 166.91666666, + "cca3": "NRU" + }, + { + "name": "Cuba", + "area": 109884, + "cioc": "CUB", + "cca2": "CU", + "capital": "Havana", + "lat": 21.5, + "lng": -80, + "cca3": "CUB" + } +] + +all_lookups = {} +lookups = ['cioc', 'cca2', 'cca3', 'name'] +for lookup in lookups: + all_lookups[lookup] = {} + for country in countries: + all_lookups[lookup][country[lookup].lower()] = country + +def get(field, symbol): + """ + Get country data based on a standard code and a symbol + + >>> get('cioc', 'CUB')['name'] + "Cuba" + >>> get('cca2', 'CA')['name'] + "Canada" + """ + return all_lookups[field].get(symbol.lower()) diff --git a/panoramix/forms.py b/panoramix/forms.py index c0410c7c06..ec345a4b90 100644 --- a/panoramix/forms.py +++ b/panoramix/forms.py @@ -108,6 +108,18 @@ class FormFactory(object): 'Color Metric', choices=datasource.metrics_combo, default=default_metric, description="A metric to use for color"), + 'country_fieldtype': SelectField( + 'Country Field Type', + default='cca2', + choices=( + ('name', 'Full name'), + ('cioc', 'code International Olympic Committee (cioc)'), + ('cca2', 'code ISO 3166-1 alpha-2 (cca2)'), + ('cca3', 'code ISO 3166-1 alpha-3 (cca3)'), + ), + description=( + "The country code standard that Panoramix should expect " + "to find in the [country] column")), 'groupby': SelectMultipleSortableField( 'Group by', choices=self.choicify(datasource.groupby_column_names), @@ -298,6 +310,10 @@ class FormFactory(object): "Range Filter", default=True, description=( "Whether to display the time range interactive selector")), + 'show_bubbles': BetterBooleanField( + "Show Bubbles", default=False, + description=( + "Whether to display bubbles on top of countries")), 'show_legend': BetterBooleanField( "Legend", default=True, description="Whether to display the legend (toggles)"), diff --git a/panoramix/static/lib/datamaps.all.js b/panoramix/static/lib/datamaps.all.js new file mode 100644 index 0000000000..e3a9b36d1b --- /dev/null +++ b/panoramix/static/lib/datamaps.all.js @@ -0,0 +1,12532 @@ +(function() { + var svg; + + //save off default references + var d3 = window.d3, topojson = window.topojson; + + var defaultOptions = { + scope: 'world', + responsive: false, + aspectRatio: 0.5625, + setProjection: setProjection, + projection: 'equirectangular', + dataType: 'json', + data: {}, + done: function() {}, + fills: { + defaultFill: '#ABDDA4' + }, + filters: {}, + geographyConfig: { + dataUrl: null, + hideAntarctica: true, + hideHawaiiAndAlaska : false, + borderWidth: 1, + borderColor: '#FDFDFD', + popupTemplate: function(geography, data) { + return '
' + geography.properties.name + '
'; + }, + popupOnHover: true, + highlightOnHover: true, + highlightFillColor: '#FC8D59', + highlightBorderColor: 'rgba(250, 15, 160, 0.2)', + highlightBorderWidth: 2 + }, + projectionConfig: { + rotation: [97, 0] + }, + bubblesConfig: { + borderWidth: 2, + borderColor: '#FFFFFF', + popupOnHover: true, + radius: null, + popupTemplate: function(geography, data) { + return '
' + data.name + '
'; + }, + fillOpacity: 0.75, + animate: true, + highlightOnHover: true, + highlightFillColor: '#FC8D59', + highlightBorderColor: 'rgba(250, 15, 160, 0.2)', + highlightBorderWidth: 2, + highlightFillOpacity: 0.85, + exitDelay: 100, + key: JSON.stringify + }, + arcConfig: { + strokeColor: '#DD1C77', + strokeWidth: 1, + arcSharpness: 1, + animationSpeed: 600 + } + }; + + /* + Getter for value. If not declared on datumValue, look up the chain into optionsValue + */ + function val( datumValue, optionsValue, context ) { + if ( typeof context === 'undefined' ) { + context = optionsValue; + optionsValues = undefined; + } + var value = typeof datumValue !== 'undefined' ? datumValue : optionsValue; + + if (typeof value === 'undefined') { + return null; + } + + if ( typeof value === 'function' ) { + var fnContext = [context]; + if ( context.geography ) { + fnContext = [context.geography, context.data]; + } + return value.apply(null, fnContext); + } + else { + return value; + } + } + + function addContainer( element, height, width ) { + this.svg = d3.select( element ).append('svg') + .attr('width', width || element.offsetWidth) + .attr('data-width', width || element.offsetWidth) + .attr('class', 'datamap') + .attr('height', height || element.offsetHeight) + .style('overflow', 'hidden'); // IE10+ doesn't respect height/width when map is zoomed in + + if (this.options.responsive) { + d3.select(this.options.element).style({'position': 'relative', 'padding-bottom': (this.options.aspectRatio*100) + '%'}); + d3.select(this.options.element).select('svg').style({'position': 'absolute', 'width': '100%', 'height': '100%'}); + d3.select(this.options.element).select('svg').select('g').selectAll('path').style('vector-effect', 'non-scaling-stroke'); + + } + + return this.svg; + } + + // setProjection takes the svg element and options + function setProjection( element, options ) { + var width = options.width || element.offsetWidth; + var height = options.height || element.offsetHeight; + var projection, path; + var svg = this.svg; + + if ( options && typeof options.scope === 'undefined') { + options.scope = 'world'; + } + + if ( options.scope === 'usa' ) { + projection = d3.geo.albersUsa() + .scale(width) + .translate([width / 2, height / 2]); + } + else if ( options.scope === 'world' ) { + projection = d3.geo[options.projection]() + .scale((width + 1) / 2 / Math.PI) + .translate([width / 2, height / (options.projection === "mercator" ? 1.45 : 1.8)]); + } + + if ( options.projection === 'orthographic' ) { + + svg.append("defs").append("path") + .datum({type: "Sphere"}) + .attr("id", "sphere") + .attr("d", path); + + svg.append("use") + .attr("class", "stroke") + .attr("xlink:href", "#sphere"); + + svg.append("use") + .attr("class", "fill") + .attr("xlink:href", "#sphere"); + projection.scale(250).clipAngle(90).rotate(options.projectionConfig.rotation) + } + + path = d3.geo.path() + .projection( projection ); + + return {path: path, projection: projection}; + } + + function addStyleBlock() { + if ( d3.select('.datamaps-style-block').empty() ) { + d3.select('head').append('style').attr('class', 'datamaps-style-block') + .html('.datamap path.datamaps-graticule { fill: none; stroke: #777; stroke-width: 0.5px; stroke-opacity: .5; pointer-events: none; } .datamap .labels {pointer-events: none;} .datamap path {stroke: #FFFFFF; stroke-width: 1px;} .datamaps-legend dt, .datamaps-legend dd { float: left; margin: 0 3px 0 0;} .datamaps-legend dd {width: 20px; margin-right: 6px; border-radius: 3px;} .datamaps-legend {padding-bottom: 20px; z-index: 1001; position: absolute; left: 4px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} .datamaps-hoverover {display: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .hoverinfo {padding: 4px; border-radius: 1px; background-color: #FFF; box-shadow: 1px 1px 5px #CCC; font-size: 12px; border: 1px solid #CCC; } .hoverinfo hr {border:1px dotted #CCC; }'); + } + } + + function drawSubunits( data ) { + var fillData = this.options.fills, + colorCodeData = this.options.data || {}, + geoConfig = this.options.geographyConfig; + + + var subunits = this.svg.select('g.datamaps-subunits'); + if ( subunits.empty() ) { + subunits = this.addLayer('datamaps-subunits', null, true); + } + + var geoData = topojson.feature( data, data.objects[ this.options.scope ] ).features; + if ( geoConfig.hideAntarctica ) { + geoData = geoData.filter(function(feature) { + return feature.id !== "ATA"; + }); + } + + if ( geoConfig.hideHawaiiAndAlaska ) { + geoData = geoData.filter(function(feature) { + return feature.id !== "HI" && feature.id !== 'AK'; + }); + } + + var geo = subunits.selectAll('path.datamaps-subunit').data( geoData ); + + geo.enter() + .append('path') + .attr('d', this.path) + .attr('class', function(d) { + return 'datamaps-subunit ' + d.id; + }) + .attr('data-info', function(d) { + return JSON.stringify( colorCodeData[d.id]); + }) + .style('fill', function(d) { + //if fillKey - use that + //otherwise check 'fill' + //otherwise check 'defaultFill' + var fillColor; + + var datum = colorCodeData[d.id]; + if ( datum && datum.fillKey ) { + fillColor = fillData[ val(datum.fillKey, {data: colorCodeData[d.id], geography: d}) ]; + } + + if ( typeof fillColor === 'undefined' ) { + fillColor = val(datum && datum.fillColor, fillData.defaultFill, {data: colorCodeData[d.id], geography: d}); + } + + return fillColor; + }) + .style('stroke-width', geoConfig.borderWidth) + .style('stroke', geoConfig.borderColor); + } + + function handleGeographyConfig () { + var hoverover; + var svg = this.svg; + var self = this; + var options = this.options.geographyConfig; + + if ( options.highlightOnHover || options.popupOnHover ) { + svg.selectAll('.datamaps-subunit') + .on('mouseover', function(d) { + var $this = d3.select(this); + var datum = self.options.data[d.id] || {}; + if ( options.highlightOnHover ) { + var previousAttributes = { + 'fill': $this.style('fill'), + 'stroke': $this.style('stroke'), + 'stroke-width': $this.style('stroke-width'), + 'fill-opacity': $this.style('fill-opacity') + }; + + $this + .style('fill', val(datum.highlightFillColor, options.highlightFillColor, datum)) + .style('stroke', val(datum.highlightBorderColor, options.highlightBorderColor, datum)) + .style('stroke-width', val(datum.highlightBorderWidth, options.highlightBorderWidth, datum)) + .style('fill-opacity', val(datum.highlightFillOpacity, options.highlightFillOpacity, datum)) + .attr('data-previousAttributes', JSON.stringify(previousAttributes)); + + //as per discussion on https://github.com/markmarkoh/datamaps/issues/19 + if ( ! /((MSIE)|(Trident))/.test(navigator.userAgent) ) { + moveToFront.call(this); + } + } + + if ( options.popupOnHover ) { + self.updatePopup($this, d, options, svg); + } + }) + .on('mouseout', function() { + var $this = d3.select(this); + + if (options.highlightOnHover) { + //reapply previous attributes + var previousAttributes = JSON.parse( $this.attr('data-previousAttributes') ); + for ( var attr in previousAttributes ) { + $this.style(attr, previousAttributes[attr]); + } + } + $this.on('mousemove', null); + d3.selectAll('.datamaps-hoverover').style('display', 'none'); + }); + } + + function moveToFront() { + this.parentNode.appendChild(this); + } + } + + //plugin to add a simple map legend + function addLegend(layer, data, options) { + data = data || {}; + if ( !this.options.fills ) { + return; + } + + var html = '
'; + var label = ''; + if ( data.legendTitle ) { + html = '

' + data.legendTitle + '

' + html; + } + for ( var fillKey in this.options.fills ) { + + if ( fillKey === 'defaultFill') { + if (! data.defaultFillName ) { + continue; + } + label = data.defaultFillName; + } else { + if (data.labels && data.labels[fillKey]) { + label = data.labels[fillKey]; + } else { + label= fillKey + ': '; + } + } + html += '
' + label + '
'; + html += '
 
'; + } + html += '
'; + + var hoverover = d3.select( this.options.element ).append('div') + .attr('class', 'datamaps-legend') + .html(html); + } + + function addGraticule ( layer, options ) { + var graticule = d3.geo.graticule(); + this.svg.insert("path", '.datamaps-subunits') + .datum(graticule) + .attr("class", "datamaps-graticule") + .attr("d", this.path); + } + + function handleArcs (layer, data, options) { + var self = this, + svg = this.svg; + + if ( !data || (data && !data.slice) ) { + throw "Datamaps Error - arcs must be an array"; + } + + // For some reason arc options were put in an `options` object instead of the parent arc + // I don't like this, so to match bubbles and other plugins I'm moving it + // This is to keep backwards compatability + for ( var i = 0; i < data.length; i++ ) { + data[i] = defaults(data[i], data[i].options); + delete data[i].options; + } + + if ( typeof options === "undefined" ) { + options = defaultOptions.arcConfig; + } + + var arcs = layer.selectAll('path.datamaps-arc').data( data, JSON.stringify ); + + var path = d3.geo.path() + .projection(self.projection); + + arcs + .enter() + .append('svg:path') + .attr('class', 'datamaps-arc') + .style('stroke-linecap', 'round') + .style('stroke', function(datum) { + return val(datum.strokeColor, options.strokeColor, datum); + }) + .style('fill', 'none') + .style('stroke-width', function(datum) { + return val(datum.strokeWidth, options.strokeWidth, datum); + }) + .attr('d', function(datum) { + var originXY = self.latLngToXY(val(datum.origin.latitude, datum), val(datum.origin.longitude, datum)) + var destXY = self.latLngToXY(val(datum.destination.latitude, datum), val(datum.destination.longitude, datum)); + var midXY = [ (originXY[0] + destXY[0]) / 2, (originXY[1] + destXY[1]) / 2]; + if (options.greatArc) { + // TODO: Move this to inside `if` clause when setting attr `d` + var greatArc = d3.geo.greatArc() + .source(function(d) { return [val(d.origin.longitude, d), val(d.origin.latitude, d)]; }) + .target(function(d) { return [val(d.destination.longitude, d), val(d.destination.latitude, d)]; }); + + return path(greatArc(datum)) + } + var sharpness = val(datum.arcSharpness, options.arcSharpness, datum); + return "M" + originXY[0] + ',' + originXY[1] + "S" + (midXY[0] + (50 * sharpness)) + "," + (midXY[1] - (75 * sharpness)) + "," + destXY[0] + "," + destXY[1]; + }) + .transition() + .delay(100) + .style('fill', function(datum) { + /* + Thank you Jake Archibald, this is awesome. + Source: http://jakearchibald.com/2013/animated-line-drawing-svg/ + */ + var length = this.getTotalLength(); + this.style.transition = this.style.WebkitTransition = 'none'; + this.style.strokeDasharray = length + ' ' + length; + this.style.strokeDashoffset = length; + this.getBoundingClientRect(); + this.style.transition = this.style.WebkitTransition = 'stroke-dashoffset ' + val(datum.animationSpeed, options.animationSpeed, datum) + 'ms ease-out'; + this.style.strokeDashoffset = '0'; + return 'none'; + }) + + arcs.exit() + .transition() + .style('opacity', 0) + .remove(); + } + + function handleLabels ( layer, options ) { + var self = this; + options = options || {}; + var labelStartCoodinates = this.projection([-67.707617, 42.722131]); + this.svg.selectAll(".datamaps-subunit") + .attr("data-foo", function(d) { + var center = self.path.centroid(d); + var xOffset = 7.5, yOffset = 5; + + if ( ["FL", "KY", "MI"].indexOf(d.id) > -1 ) xOffset = -2.5; + if ( d.id === "NY" ) xOffset = -1; + if ( d.id === "MI" ) yOffset = 18; + if ( d.id === "LA" ) xOffset = 13; + + var x,y; + + x = center[0] - xOffset; + y = center[1] + yOffset; + + var smallStateIndex = ["VT", "NH", "MA", "RI", "CT", "NJ", "DE", "MD", "DC"].indexOf(d.id); + if ( smallStateIndex > -1) { + var yStart = labelStartCoodinates[1]; + x = labelStartCoodinates[0]; + y = yStart + (smallStateIndex * (2+ (options.fontSize || 12))); + layer.append("line") + .attr("x1", x - 3) + .attr("y1", y - 5) + .attr("x2", center[0]) + .attr("y2", center[1]) + .style("stroke", options.labelColor || "#000") + .style("stroke-width", options.lineWidth || 1) + } + + layer.append("text") + .attr("x", x) + .attr("y", y) + .style("font-size", (options.fontSize || 10) + 'px') + .style("font-family", options.fontFamily || "Verdana") + .style("fill", options.labelColor || "#000") + .text( d.id ); + return "bar"; + }); + } + + + function handleBubbles (layer, data, options ) { + var self = this, + fillData = this.options.fills, + filterData = this.options.filters, + svg = this.svg; + + if ( !data || (data && !data.slice) ) { + throw "Datamaps Error - bubbles must be an array"; + } + + var bubbles = layer.selectAll('circle.datamaps-bubble').data( data, options.key ); + + bubbles + .enter() + .append('svg:circle') + .attr('class', 'datamaps-bubble') + .attr('cx', function ( datum ) { + var latLng; + if ( datumHasCoords(datum) ) { + latLng = self.latLngToXY(datum.latitude, datum.longitude); + } + else if ( datum.centered ) { + latLng = self.path.centroid(svg.select('path.' + datum.centered).data()[0]); + } + if ( latLng ) return latLng[0]; + }) + .attr('cy', function ( datum ) { + var latLng; + if ( datumHasCoords(datum) ) { + latLng = self.latLngToXY(datum.latitude, datum.longitude); + } + else if ( datum.centered ) { + latLng = self.path.centroid(svg.select('path.' + datum.centered).data()[0]); + } + if ( latLng ) return latLng[1]; + }) + .attr('r', function(datum) { + // if animation enabled start with radius 0, otherwise use full size. + return options.animate ? 0 : val(datum.radius, options.radius, datum); + }) + .attr('data-info', function(d) { + return JSON.stringify(d); + }) + .attr('filter', function (datum) { + var filterKey = filterData[ val(datum.filterKey, options.filterKey, datum) ]; + + if (filterKey) { + return filterKey; + } + }) + .style('stroke', function ( datum ) { + return val(datum.borderColor, options.borderColor, datum); + }) + .style('stroke-width', function ( datum ) { + return val(datum.borderWidth, options.borderWidth, datum); + }) + .style('fill-opacity', function ( datum ) { + return val(datum.fillOpacity, options.fillOpacity, datum); + }) + .style('fill', function ( datum ) { + var fillColor = fillData[ val(datum.fillKey, options.fillKey, datum) ]; + return fillColor || fillData.defaultFill; + }) + .on('mouseover', function ( datum ) { + var $this = d3.select(this); + + if (options.highlightOnHover) { + //save all previous attributes for mouseout + var previousAttributes = { + 'fill': $this.style('fill'), + 'stroke': $this.style('stroke'), + 'stroke-width': $this.style('stroke-width'), + 'fill-opacity': $this.style('fill-opacity') + }; + + $this + .style('fill', val(datum.highlightFillColor, options.highlightFillColor, datum)) + .style('stroke', val(datum.highlightBorderColor, options.highlightBorderColor, datum)) + .style('stroke-width', val(datum.highlightBorderWidth, options.highlightBorderWidth, datum)) + .style('fill-opacity', val(datum.highlightFillOpacity, options.highlightFillOpacity, datum)) + .attr('data-previousAttributes', JSON.stringify(previousAttributes)); + } + + if (options.popupOnHover) { + self.updatePopup($this, datum, options, svg); + } + }) + .on('mouseout', function ( datum ) { + var $this = d3.select(this); + + if (options.highlightOnHover) { + //reapply previous attributes + var previousAttributes = JSON.parse( $this.attr('data-previousAttributes') ); + for ( var attr in previousAttributes ) { + $this.style(attr, previousAttributes[attr]); + } + } + + d3.selectAll('.datamaps-hoverover').style('display', 'none'); + }) + + bubbles.transition() + .duration(400) + .attr('r', function ( datum ) { + return val(datum.radius, options.radius, datum); + }); + + bubbles.exit() + .transition() + .delay(options.exitDelay) + .attr("r", 0) + .remove(); + + function datumHasCoords (datum) { + return typeof datum !== 'undefined' && typeof datum.latitude !== 'undefined' && typeof datum.longitude !== 'undefined'; + } + } + + //stolen from underscore.js + function defaults(obj) { + Array.prototype.slice.call(arguments, 1).forEach(function(source) { + if (source) { + for (var prop in source) { + if (obj[prop] == null) obj[prop] = source[prop]; + } + } + }); + return obj; + } + /************************************** + Public Functions + ***************************************/ + + function Datamap( options ) { + + if ( typeof d3 === 'undefined' || typeof topojson === 'undefined' ) { + throw new Error('Include d3.js (v3.0.3 or greater) and topojson on this page before creating a new map'); + } + //set options for global use + this.options = defaults(options, defaultOptions); + this.options.geographyConfig = defaults(options.geographyConfig, defaultOptions.geographyConfig); + this.options.projectionConfig = defaults(options.projectionConfig, defaultOptions.projectionConfig); + this.options.bubblesConfig = defaults(options.bubblesConfig, defaultOptions.bubblesConfig); + this.options.arcConfig = defaults(options.arcConfig, defaultOptions.arcConfig); + + //add the SVG container + if ( d3.select( this.options.element ).select('svg').length > 0 ) { + addContainer.call(this, this.options.element, this.options.height, this.options.width ); + } + + /* Add core plugins to this instance */ + this.addPlugin('bubbles', handleBubbles); + this.addPlugin('legend', addLegend); + this.addPlugin('arc', handleArcs); + this.addPlugin('labels', handleLabels); + this.addPlugin('graticule', addGraticule); + + //append style block with basic hoverover styles + if ( ! this.options.disableDefaultStyles ) { + addStyleBlock(); + } + + return this.draw(); + } + + // resize map + Datamap.prototype.resize = function () { + + var self = this; + var options = self.options; + + if (options.responsive) { + var newsize = options.element.clientWidth, + oldsize = d3.select( options.element).select('svg').attr('data-width'); + + d3.select(options.element).select('svg').selectAll('g').attr('transform', 'scale(' + (newsize / oldsize) + ')'); + } + } + + // actually draw the features(states & countries) + Datamap.prototype.draw = function() { + //save off in a closure + var self = this; + var options = self.options; + + //set projections and paths based on scope + var pathAndProjection = options.setProjection.apply(self, [options.element, options] ); + + this.path = pathAndProjection.path; + this.projection = pathAndProjection.projection; + + //if custom URL for topojson data, retrieve it and render + if ( options.geographyConfig.dataUrl ) { + d3.json( options.geographyConfig.dataUrl, function(error, results) { + if ( error ) throw new Error(error); + self.customTopo = results; + draw( results ); + }); + } + else { + draw( this[options.scope + 'Topo'] || options.geographyConfig.dataJson); + } + + return this; + + function draw (data) { + // if fetching remote data, draw the map first then call `updateChoropleth` + if ( self.options.dataUrl ) { + //allow for csv or json data types + d3[self.options.dataType](self.options.dataUrl, function(data) { + //in the case of csv, transform data to object + if ( self.options.dataType === 'csv' && (data && data.slice) ) { + var tmpData = {}; + for(var i = 0; i < data.length; i++) { + tmpData[data[i].id] = data[i]; + } + data = tmpData; + } + Datamaps.prototype.updateChoropleth.call(self, data); + }); + } + drawSubunits.call(self, data); + handleGeographyConfig.call(self); + + if ( self.options.geographyConfig.popupOnHover || self.options.bubblesConfig.popupOnHover) { + hoverover = d3.select( self.options.element ).append('div') + .attr('class', 'datamaps-hoverover') + .style('z-index', 10001) + .style('position', 'absolute'); + } + + //fire off finished callback + self.options.done(self); + } + }; + /************************************** + TopoJSON + ***************************************/ + Datamap.prototype.worldTopo = { + "type": "Topology", + "objects": { + "world": { + "type": "GeometryCollection", + "geometries": [{ + "type": "Polygon", + "properties": { + "name": "Afghanistan" + }, + "id": "AFG", + "arcs": [ + [0, 1, 2, 3, 4, 5] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Angola" + }, + "id": "AGO", + "arcs": [ + [ + [6, 7, 8, 9] + ], + [ + [10, 11, 12] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Albania" + }, + "id": "ALB", + "arcs": [ + [13, 14, 15, 16, 17] + ] + }, { + "type": "Polygon", + "properties": { + "name": "United Arab Emirates" + }, + "id": "ARE", + "arcs": [ + [18, 19, 20, 21, 22] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Argentina" + }, + "id": "ARG", + "arcs": [ + [ + [23, 24] + ], + [ + [25, 26, 27, 28, 29, 30] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Armenia" + }, + "id": "ARM", + "arcs": [ + [31, 32, 33, 34, 35] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Antarctica" + }, + "id": "ATA", + "arcs": [ + [ + [36] + ], + [ + [37] + ], + [ + [38] + ], + [ + [39] + ], + [ + [40] + ], + [ + [41] + ], + [ + [42] + ], + [ + [43] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "French Southern and Antarctic Lands" + }, + "id": "ATF", + "arcs": [ + [44] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Australia" + }, + "id": "AUS", + "arcs": [ + [ + [45] + ], + [ + [46] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Austria" + }, + "id": "AUT", + "arcs": [ + [47, 48, 49, 50, 51, 52, 53] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Azerbaijan" + }, + "id": "AZE", + "arcs": [ + [ + [54, -35] + ], + [ + [55, 56, -33, 57, 58] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Burundi" + }, + "id": "BDI", + "arcs": [ + [59, 60, 61] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Belgium" + }, + "id": "BEL", + "arcs": [ + [62, 63, 64, 65, 66] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Benin" + }, + "id": "BEN", + "arcs": [ + [67, 68, 69, 70, 71] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Burkina Faso" + }, + "id": "BFA", + "arcs": [ + [72, 73, 74, -70, 75, 76] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Bangladesh" + }, + "id": "BGD", + "arcs": [ + [77, 78, 79] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Bulgaria" + }, + "id": "BGR", + "arcs": [ + [80, 81, 82, 83, 84, 85] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "The Bahamas" + }, + "id": "BHS", + "arcs": [ + [ + [86] + ], + [ + [87] + ], + [ + [88] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Bosnia and Herzegovina" + }, + "id": "BIH", + "arcs": [ + [89, 90, 91] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Belarus" + }, + "id": "BLR", + "arcs": [ + [92, 93, 94, 95, 96] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Belize" + }, + "id": "BLZ", + "arcs": [ + [97, 98, 99] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Bolivia" + }, + "id": "BOL", + "arcs": [ + [100, 101, 102, 103, -31] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Brazil" + }, + "id": "BRA", + "arcs": [ + [-27, 104, -103, 105, 106, 107, 108, 109, 110, 111, 112] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Brunei" + }, + "id": "BRN", + "arcs": [ + [113, 114] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Bhutan" + }, + "id": "BTN", + "arcs": [ + [115, 116] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Botswana" + }, + "id": "BWA", + "arcs": [ + [117, 118, 119, 120] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Central African Republic" + }, + "id": "CAF", + "arcs": [ + [121, 122, 123, 124, 125, 126, 127] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Canada" + }, + "id": "CAN", + "arcs": [ + [ + [128] + ], + [ + [129] + ], + [ + [130] + ], + [ + [131] + ], + [ + [132] + ], + [ + [133] + ], + [ + [134] + ], + [ + [135] + ], + [ + [136] + ], + [ + [137] + ], + [ + [138, 139, 140, 141] + ], + [ + [142] + ], + [ + [143] + ], + [ + [144] + ], + [ + [145] + ], + [ + [146] + ], + [ + [147] + ], + [ + [148] + ], + [ + [149] + ], + [ + [150] + ], + [ + [151] + ], + [ + [152] + ], + [ + [153] + ], + [ + [154] + ], + [ + [155] + ], + [ + [156] + ], + [ + [157] + ], + [ + [158] + ], + [ + [159] + ], + [ + [160] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Switzerland" + }, + "id": "CHE", + "arcs": [ + [-51, 161, 162, 163] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Chile" + }, + "id": "CHL", + "arcs": [ + [ + [-24, 164] + ], + [ + [-30, 165, 166, -101] + ] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "China" + }, + "id": "CHN", + "arcs": [ + [ + [167] + ], + [ + [168, 169, 170, 171, 172, 173, -117, 174, 175, 176, 177, -4, 178, 179, 180, 181, 182, 183] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ivory Coast" + }, + "id": "CIV", + "arcs": [ + [184, 185, 186, 187, -73, 188] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Cameroon" + }, + "id": "CMR", + "arcs": [ + [189, 190, 191, 192, 193, 194, -128, 195] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Democratic Republic of the Congo" + }, + "id": "COD", + "arcs": [ + [196, 197, -60, 198, 199, -10, 200, -13, 201, -126, 202] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Republic of the Congo" + }, + "id": "COG", + "arcs": [ + [-12, 203, 204, -196, -127, -202] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Colombia" + }, + "id": "COL", + "arcs": [ + [205, 206, 207, 208, 209, -107, 210] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Costa Rica" + }, + "id": "CRI", + "arcs": [ + [211, 212, 213, 214] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Cuba" + }, + "id": "CUB", + "arcs": [ + [215] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Northern Cyprus" + }, + "id": "-99", + "arcs": [ + [216, 217] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Cyprus" + }, + "id": "CYP", + "arcs": [ + [218, -218] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Czech Republic" + }, + "id": "CZE", + "arcs": [ + [-53, 219, 220, 221] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Germany" + }, + "id": "DEU", + "arcs": [ + [222, 223, -220, -52, -164, 224, 225, -64, 226, 227, 228] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Djibouti" + }, + "id": "DJI", + "arcs": [ + [229, 230, 231, 232] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Denmark" + }, + "id": "DNK", + "arcs": [ + [ + [233] + ], + [ + [-229, 234] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Dominican Republic" + }, + "id": "DOM", + "arcs": [ + [235, 236] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Algeria" + }, + "id": "DZA", + "arcs": [ + [237, 238, 239, 240, 241, 242, 243, 244] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ecuador" + }, + "id": "ECU", + "arcs": [ + [245, -206, 246] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Egypt" + }, + "id": "EGY", + "arcs": [ + [247, 248, 249, 250, 251] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Eritrea" + }, + "id": "ERI", + "arcs": [ + [252, 253, 254, -233] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Spain" + }, + "id": "ESP", + "arcs": [ + [255, 256, 257, 258] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Estonia" + }, + "id": "EST", + "arcs": [ + [259, 260, 261] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ethiopia" + }, + "id": "ETH", + "arcs": [ + [-232, 262, 263, 264, 265, 266, 267, -253] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Finland" + }, + "id": "FIN", + "arcs": [ + [268, 269, 270, 271] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Fiji" + }, + "id": "FJI", + "arcs": [ + [ + [272] + ], + [ + [273, 274] + ], + [ + [275, -275] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Falkland Islands" + }, + "id": "FLK", + "arcs": [ + [276] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "France" + }, + "id": "FRA", + "arcs": [ + [ + [277] + ], + [ + [278, -225, -163, 279, 280, -257, 281, -66] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "French Guiana" + }, + "id": "GUF", + "arcs": [ + [282, 283, 284, 285, -111] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Gabon" + }, + "id": "GAB", + "arcs": [ + [286, 287, -190, -205] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "United Kingdom" + }, + "id": "GBR", + "arcs": [ + [ + [288, 289] + ], + [ + [290] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Georgia" + }, + "id": "GEO", + "arcs": [ + [291, 292, -58, -32, 293] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ghana" + }, + "id": "GHA", + "arcs": [ + [294, -189, -77, 295] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Guinea" + }, + "id": "GIN", + "arcs": [ + [296, 297, 298, 299, 300, 301, -187] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Gambia" + }, + "id": "GMB", + "arcs": [ + [302, 303] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Guinea Bissau" + }, + "id": "GNB", + "arcs": [ + [304, 305, -300] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Equatorial Guinea" + }, + "id": "GNQ", + "arcs": [ + [306, -191, -288] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Greece" + }, + "id": "GRC", + "arcs": [ + [ + [307] + ], + [ + [308, -15, 309, -84, 310] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Greenland" + }, + "id": "GRL", + "arcs": [ + [311] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Guatemala" + }, + "id": "GTM", + "arcs": [ + [312, 313, -100, 314, 315, 316] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Guyana" + }, + "id": "GUY", + "arcs": [ + [317, 318, -109, 319] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Honduras" + }, + "id": "HND", + "arcs": [ + [320, 321, -316, 322, 323] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Croatia" + }, + "id": "HRV", + "arcs": [ + [324, -92, 325, 326, 327, 328] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Haiti" + }, + "id": "HTI", + "arcs": [ + [-237, 329] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Hungary" + }, + "id": "HUN", + "arcs": [ + [-48, 330, 331, 332, 333, -329, 334] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Indonesia" + }, + "id": "IDN", + "arcs": [ + [ + [335] + ], + [ + [336, 337] + ], + [ + [338] + ], + [ + [339] + ], + [ + [340] + ], + [ + [341] + ], + [ + [342] + ], + [ + [343] + ], + [ + [344, 345] + ], + [ + [346] + ], + [ + [347] + ], + [ + [348, 349] + ], + [ + [350] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "India" + }, + "id": "IND", + "arcs": [ + [-177, 351, -175, -116, -174, 352, -80, 353, 354] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ireland" + }, + "id": "IRL", + "arcs": [ + [355, -289] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Iran" + }, + "id": "IRN", + "arcs": [ + [356, -6, 357, 358, 359, 360, -55, -34, -57, 361] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Iraq" + }, + "id": "IRQ", + "arcs": [ + [362, 363, 364, 365, 366, 367, -360] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Iceland" + }, + "id": "ISL", + "arcs": [ + [368] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Israel" + }, + "id": "ISR", + "arcs": [ + [369, 370, 371, -252, 372, 373, 374] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Italy" + }, + "id": "ITA", + "arcs": [ + [ + [375] + ], + [ + [376] + ], + [ + [377, 378, -280, -162, -50] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Jamaica" + }, + "id": "JAM", + "arcs": [ + [379] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Jordan" + }, + "id": "JOR", + "arcs": [ + [-370, 380, -366, 381, 382, -372, 383] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Japan" + }, + "id": "JPN", + "arcs": [ + [ + [384] + ], + [ + [385] + ], + [ + [386] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Kazakhstan" + }, + "id": "KAZ", + "arcs": [ + [387, 388, 389, 390, -181, 391] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Kenya" + }, + "id": "KEN", + "arcs": [ + [392, 393, 394, 395, -265, 396] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Kyrgyzstan" + }, + "id": "KGZ", + "arcs": [ + [-392, -180, 397, 398] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Cambodia" + }, + "id": "KHM", + "arcs": [ + [399, 400, 401, 402] + ] + }, { + "type": "Polygon", + "properties": { + "name": "South Korea" + }, + "id": "KOR", + "arcs": [ + [403, 404] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Kosovo" + }, + "id": "-99", + "arcs": [ + [-18, 405, 406, 407] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Kuwait" + }, + "id": "KWT", + "arcs": [ + [408, 409, -364] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Laos" + }, + "id": "LAO", + "arcs": [ + [410, 411, -172, 412, -401] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Lebanon" + }, + "id": "LBN", + "arcs": [ + [-374, 413, 414] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Liberia" + }, + "id": "LBR", + "arcs": [ + [415, 416, -297, -186] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Libya" + }, + "id": "LBY", + "arcs": [ + [417, -245, 418, 419, -250, 420, 421] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Sri Lanka" + }, + "id": "LKA", + "arcs": [ + [422] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Lesotho" + }, + "id": "LSO", + "arcs": [ + [423] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Lithuania" + }, + "id": "LTU", + "arcs": [ + [424, 425, 426, -93, 427] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Luxembourg" + }, + "id": "LUX", + "arcs": [ + [-226, -279, -65] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Latvia" + }, + "id": "LVA", + "arcs": [ + [428, -262, 429, -94, -427] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Morocco" + }, + "id": "MAR", + "arcs": [ + [-242, 430, 431] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Moldova" + }, + "id": "MDA", + "arcs": [ + [432, 433] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Madagascar" + }, + "id": "MDG", + "arcs": [ + [434] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Mexico" + }, + "id": "MEX", + "arcs": [ + [435, -98, -314, 436, 437] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Macedonia" + }, + "id": "MKD", + "arcs": [ + [-408, 438, -85, -310, -14] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Mali" + }, + "id": "MLI", + "arcs": [ + [439, -239, 440, -74, -188, -302, 441] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Myanmar" + }, + "id": "MMR", + "arcs": [ + [442, -78, -353, -173, -412, 443] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Montenegro" + }, + "id": "MNE", + "arcs": [ + [444, -326, -91, 445, -406, -17] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Mongolia" + }, + "id": "MNG", + "arcs": [ + [446, -183] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Mozambique" + }, + "id": "MOZ", + "arcs": [ + [447, 448, 449, 450, 451, 452, 453, 454] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Mauritania" + }, + "id": "MRT", + "arcs": [ + [455, 456, 457, -240, -440] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Malawi" + }, + "id": "MWI", + "arcs": [ + [-455, 458, 459] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Malaysia" + }, + "id": "MYS", + "arcs": [ + [ + [460, 461] + ], + [ + [-349, 462, -115, 463] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Namibia" + }, + "id": "NAM", + "arcs": [ + [464, -8, 465, -119, 466] + ] + }, { + "type": "Polygon", + "properties": { + "name": "New Caledonia" + }, + "id": "NCL", + "arcs": [ + [467] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Niger" + }, + "id": "NER", + "arcs": [ + [-75, -441, -238, -418, 468, -194, 469, -71] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Nigeria" + }, + "id": "NGA", + "arcs": [ + [470, -72, -470, -193] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Nicaragua" + }, + "id": "NIC", + "arcs": [ + [471, -324, 472, -213] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Netherlands" + }, + "id": "NLD", + "arcs": [ + [-227, -63, 473] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Norway" + }, + "id": "NOR", + "arcs": [ + [ + [474, -272, 475, 476] + ], + [ + [477] + ], + [ + [478] + ], + [ + [479] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Nepal" + }, + "id": "NPL", + "arcs": [ + [-352, -176] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "New Zealand" + }, + "id": "NZL", + "arcs": [ + [ + [480] + ], + [ + [481] + ] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Oman" + }, + "id": "OMN", + "arcs": [ + [ + [482, 483, -22, 484] + ], + [ + [-20, 485] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Pakistan" + }, + "id": "PAK", + "arcs": [ + [-178, -355, 486, -358, -5] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Panama" + }, + "id": "PAN", + "arcs": [ + [487, -215, 488, -208] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Peru" + }, + "id": "PER", + "arcs": [ + [-167, 489, -247, -211, -106, -102] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Philippines" + }, + "id": "PHL", + "arcs": [ + [ + [490] + ], + [ + [491] + ], + [ + [492] + ], + [ + [493] + ], + [ + [494] + ], + [ + [495] + ], + [ + [496] + ] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Papua New Guinea" + }, + "id": "PNG", + "arcs": [ + [ + [497] + ], + [ + [498] + ], + [ + [-345, 499] + ], + [ + [500] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Poland" + }, + "id": "POL", + "arcs": [ + [-224, 501, 502, -428, -97, 503, 504, -221] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Puerto Rico" + }, + "id": "PRI", + "arcs": [ + [505] + ] + }, { + "type": "Polygon", + "properties": { + "name": "North Korea" + }, + "id": "PRK", + "arcs": [ + [506, 507, -405, 508, -169] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Portugal" + }, + "id": "PRT", + "arcs": [ + [-259, 509] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Paraguay" + }, + "id": "PRY", + "arcs": [ + [-104, -105, -26] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Qatar" + }, + "id": "QAT", + "arcs": [ + [510, 511] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Romania" + }, + "id": "ROU", + "arcs": [ + [512, -434, 513, 514, -81, 515, -333] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Russia" + }, + "id": "RUS", + "arcs": [ + [ + [516] + ], + [ + [-503, 517, -425] + ], + [ + [518, 519] + ], + [ + [520] + ], + [ + [521] + ], + [ + [522] + ], + [ + [523] + ], + [ + [524] + ], + [ + [525] + ], + [ + [526, -507, -184, -447, -182, -391, 527, -59, -293, 528, 529, -95, -430, -261, 530, -269, -475, 531, -520] + ], + [ + [532] + ], + [ + [533] + ], + [ + [534] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Rwanda" + }, + "id": "RWA", + "arcs": [ + [535, -61, -198, 536] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Western Sahara" + }, + "id": "ESH", + "arcs": [ + [-241, -458, 537, -431] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Saudi Arabia" + }, + "id": "SAU", + "arcs": [ + [538, -382, -365, -410, 539, -512, 540, -23, -484, 541] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Sudan" + }, + "id": "SDN", + "arcs": [ + [542, 543, -123, 544, -421, -249, 545, -254, -268, 546] + ] + }, { + "type": "Polygon", + "properties": { + "name": "South Sudan" + }, + "id": "SSD", + "arcs": [ + [547, -266, -396, 548, -203, -125, 549, -543] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Senegal" + }, + "id": "SEN", + "arcs": [ + [550, -456, -442, -301, -306, 551, -304] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Solomon Islands" + }, + "id": "SLB", + "arcs": [ + [ + [552] + ], + [ + [553] + ], + [ + [554] + ], + [ + [555] + ], + [ + [556] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Sierra Leone" + }, + "id": "SLE", + "arcs": [ + [557, -298, -417] + ] + }, { + "type": "Polygon", + "properties": { + "name": "El Salvador" + }, + "id": "SLV", + "arcs": [ + [558, -317, -322] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Somaliland" + }, + "id": "-99", + "arcs": [ + [-263, -231, 559, 560] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Somalia" + }, + "id": "SOM", + "arcs": [ + [-397, -264, -561, 561] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Republic of Serbia" + }, + "id": "SRB", + "arcs": [ + [-86, -439, -407, -446, -90, -325, -334, -516] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Suriname" + }, + "id": "SUR", + "arcs": [ + [562, -285, 563, -283, -110, -319] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Slovakia" + }, + "id": "SVK", + "arcs": [ + [-505, 564, -331, -54, -222] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Slovenia" + }, + "id": "SVN", + "arcs": [ + [-49, -335, -328, 565, -378] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Sweden" + }, + "id": "SWE", + "arcs": [ + [-476, -271, 566] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Swaziland" + }, + "id": "SWZ", + "arcs": [ + [567, -451] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Syria" + }, + "id": "SYR", + "arcs": [ + [-381, -375, -415, 568, 569, -367] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Chad" + }, + "id": "TCD", + "arcs": [ + [-469, -422, -545, -122, -195] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Togo" + }, + "id": "TGO", + "arcs": [ + [570, -296, -76, -69] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Thailand" + }, + "id": "THA", + "arcs": [ + [571, -462, 572, -444, -411, -400] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Tajikistan" + }, + "id": "TJK", + "arcs": [ + [-398, -179, -3, 573] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Turkmenistan" + }, + "id": "TKM", + "arcs": [ + [-357, 574, -389, 575, -1] + ] + }, { + "type": "Polygon", + "properties": { + "name": "East Timor" + }, + "id": "TLS", + "arcs": [ + [576, -337] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Trinidad and Tobago" + }, + "id": "TTO", + "arcs": [ + [577] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Tunisia" + }, + "id": "TUN", + "arcs": [ + [-244, 578, -419] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Turkey" + }, + "id": "TUR", + "arcs": [ + [ + [-294, -36, -361, -368, -570, 579] + ], + [ + [-311, -83, 580] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Taiwan" + }, + "id": "TWN", + "arcs": [ + [581] + ] + }, { + "type": "Polygon", + "properties": { + "name": "United Republic of Tanzania" + }, + "id": "TZA", + "arcs": [ + [-394, 582, -448, -460, 583, -199, -62, -536, 584] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Uganda" + }, + "id": "UGA", + "arcs": [ + [-537, -197, -549, -395, -585] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Ukraine" + }, + "id": "UKR", + "arcs": [ + [-530, 585, -514, -433, -513, -332, -565, -504, -96] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Uruguay" + }, + "id": "URY", + "arcs": [ + [-113, 586, -28] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "United States of America" + }, + "id": "USA", + "arcs": [ + [ + [587] + ], + [ + [588] + ], + [ + [589] + ], + [ + [590] + ], + [ + [591] + ], + [ + [592, -438, 593, -139] + ], + [ + [594] + ], + [ + [595] + ], + [ + [596] + ], + [ + [-141, 597] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Uzbekistan" + }, + "id": "UZB", + "arcs": [ + [-576, -388, -399, -574, -2] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Venezuela" + }, + "id": "VEN", + "arcs": [ + [598, -320, -108, -210] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Vietnam" + }, + "id": "VNM", + "arcs": [ + [599, -402, -413, -171] + ] + }, { + "type": "MultiPolygon", + "properties": { + "name": "Vanuatu" + }, + "id": "VUT", + "arcs": [ + [ + [600] + ], + [ + [601] + ] + ] + }, { + "type": "Polygon", + "properties": { + "name": "West Bank" + }, + "id": "PSE", + "arcs": [ + [-384, -371] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Yemen" + }, + "id": "YEM", + "arcs": [ + [602, -542, -483] + ] + }, { + "type": "Polygon", + "properties": { + "name": "South Africa" + }, + "id": "ZAF", + "arcs": [ + [-467, -118, 603, -452, -568, -450, 604], + [-424] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Zambia" + }, + "id": "ZMB", + "arcs": [ + [-459, -454, 605, -120, -466, -7, -200, -584] + ] + }, { + "type": "Polygon", + "properties": { + "name": "Zimbabwe" + }, + "id": "ZWE", + "arcs": [ + [-604, -121, -606, -453] + ] + }] + } + }, + "arcs": [ + [ + [6700, 7164], + [28, -23], + [21, 8], + [6, 27], + [22, 9], + [15, 18], + [6, 47], + [23, 11], + [5, 21], + [13, -15], + [8, -2] + ], + [ + [6847, 7265], + [16, -1], + [20, -12] + ], + [ + [6883, 7252], + [9, -7], + [20, 19], + [9, -12], + [9, 27], + [17, -1], + [4, 9], + [3, 24], + [12, 20], + [15, -13], + [-3, -18], + [9, -3], + [-3, -50], + [11, -19], + [10, 12], + [12, 6], + [17, 27], + [19, -5], + [29, 0] + ], + [ + [7082, 7268], + [5, -17] + ], + [ + [7087, 7251], + [-16, -6], + [-14, -11], + [-32, -7], + [-30, -13], + [-16, -25], + [6, -25], + [4, -30], + [-14, -25], + [1, -22], + [-8, -22], + [-26, 2], + [11, -39], + [-18, -15], + [-12, -35], + [2, -36], + [-11, -16], + [-10, 5], + [-22, -8], + [-3, -16], + [-20, 0], + [-16, -34], + [-1, -50], + [-36, -24], + [-19, 5], + [-6, -13], + [-16, 7], + [-28, -8], + [-47, 30] + ], + [ + [6690, 6820], + [25, 53], + [-2, 38], + [-21, 10], + [-2, 38], + [-9, 47], + [12, 32], + [-12, 9], + [7, 43], + [12, 74] + ], + [ + [5664, 4412], + [3, -18], + [-4, -29], + [5, -28], + [-4, -22], + [3, -20], + [-58, 1], + [-2, -188], + [19, -49], + [18, -37] + ], + [ + [5644, 4022], + [-51, -24], + [-67, 9], + [-19, 28], + [-113, -3], + [-4, -4], + [-17, 27], + [-18, 2], + [-16, -10], + [-14, -12] + ], + [ + [5325, 4035], + [-2, 38], + [4, 51], + [9, 55], + [2, 25], + [9, 53], + [6, 24], + [16, 39], + [9, 26], + [3, 44], + [-1, 34], + [-9, 21], + [-7, 36], + [-7, 35], + [2, 12], + [8, 24], + [-8, 57], + [-6, 39], + [-14, 38], + [3, 11] + ], + [ + [5342, 4697], + [11, 8], + [8, -1], + [10, 7], + [82, -1], + [7, -44], + [8, -35], + [6, -19], + [11, -31], + [18, 5], + [9, 8], + [16, -8], + [4, 14], + [7, 35], + [17, 2], + [2, 10], + [14, 1], + [-3, -22], + [34, 1], + [1, -37], + [5, -23], + [-4, -36], + [2, -36], + [9, -22], + [-1, -70], + [7, 5], + [12, -1], + [17, 8], + [13, -3] + ], + [ + [5338, 4715], + [-8, 45] + ], + [ + [5330, 4760], + [12, 25], + [8, 10], + [10, -20] + ], + [ + [5360, 4775], + [-10, -12], + [-4, -16], + [-1, -25], + [-7, -7] + ], + [ + [5571, 7530], + [-3, -20], + [4, -25], + [11, -15] + ], + [ + [5583, 7470], + [0, -15], + [-9, -9], + [-2, -19], + [-13, -29] + ], + [ + [5559, 7398], + [-5, 5], + [0, 13], + [-15, 19], + [-3, 29], + [2, 40], + [4, 18], + [-4, 10] + ], + [ + [5538, 7532], + [-2, 18], + [12, 29], + [1, -11], + [8, 6] + ], + [ + [5557, 7574], + [6, -16], + [7, -6], + [1, -22] + ], + [ + [6432, 6490], + [5, 3], + [1, -16], + [22, 9], + [23, -2], + [17, -1], + [19, 39], + [20, 38], + [18, 37] + ], + [ + [6557, 6597], + [5, -20] + ], + [ + [6562, 6577], + [4, -47] + ], + [ + [6566, 6530], + [-14, 0], + [-3, -39], + [5, -8], + [-12, -12], + [0, -24], + [-8, -24], + [-1, -24] + ], + [ + [6533, 6399], + [-6, -12], + [-83, 29], + [-11, 60], + [-1, 14] + ], + [ + [3140, 1814], + [-17, 2], + [-30, 0], + [0, 132] + ], + [ + [3093, 1948], + [11, -27], + [14, -45], + [36, -35], + [39, -15], + [-13, -30], + [-26, -2], + [-14, 20] + ], + [ + [3258, 3743], + [51, -96], + [23, -9], + [34, -44], + [29, -23], + [4, -26], + [-28, -90], + [28, -16], + [32, -9], + [22, 10], + [25, 45], + [4, 52] + ], + [ + [3482, 3537], + [14, 11], + [14, -34], + [-1, -47], + [-23, -33], + [-19, -24], + [-31, -57], + [-37, -81] + ], + [ + [3399, 3272], + [-7, -47], + [-7, -61], + [0, -58], + [-6, -14], + [-2, -38] + ], + [ + [3377, 3054], + [-2, -31], + [35, -50], + [-4, -41], + [18, -26], + [-2, -29], + [-26, -75], + [-42, -32], + [-55, -12], + [-31, 6], + [6, -36], + [-6, -44], + [5, -30], + [-16, -20], + [-29, -8], + [-26, 21], + [-11, -15], + [4, -59], + [18, -18], + [16, 19], + [8, -31], + [-26, -18], + [-22, -37], + [-4, -59], + [-7, -32], + [-26, 0], + [-22, -31], + [-8, -44], + [28, -43], + [26, -12], + [-9, -53], + [-33, -33], + [-18, -70], + [-25, -23], + [-12, -28], + [9, -61], + [19, -34], + [-12, 3] + ], + [ + [3095, 1968], + [-26, 9], + [-67, 8], + [-11, 34], + [0, 45], + [-18, -4], + [-10, 21], + [-3, 63], + [22, 26], + [9, 37], + [-4, 30], + [15, 51], + [10, 78], + [-3, 35], + [12, 11], + [-3, 22], + [-13, 12], + [10, 25], + [-13, 22], + [-6, 68], + [11, 12], + [-5, 72], + [7, 61], + [7, 52], + [17, 22], + [-9, 58], + [0, 54], + [21, 38], + [-1, 50], + [16, 57], + [0, 55], + [-7, 11], + [-13, 102], + [17, 60], + [-2, 58], + [10, 53], + [18, 56], + [20, 36], + [-9, 24], + [6, 19], + [-1, 98], + [30, 29], + [10, 62], + [-3, 14] + ], + [ + [3136, 3714], + [23, 54], + [36, -15], + [16, -42], + [11, 47], + [32, -2], + [4, -13] + ], + [ + [6210, 7485], + [39, 9] + ], + [ + [6249, 7494], + [5, -15], + [11, -10], + [-6, -15], + [15, -21], + [-8, -18], + [12, -16], + [13, -10], + [0, -41] + ], + [ + [6291, 7348], + [-10, -2] + ], + [ + [6281, 7346], + [-11, 34], + [0, 10], + [-12, -1], + [-9, 16], + [-5, -1] + ], + [ + [6244, 7404], + [-11, 17], + [-21, 15], + [3, 28], + [-5, 21] + ], + [ + [3345, 329], + [-8, -30], + [-8, -27], + [-59, 8], + [-62, -3], + [-34, 20], + [0, 2], + [-16, 17], + [63, -2], + [60, -6], + [20, 24], + [15, 21], + [29, -24] + ], + [ + [577, 361], + [-53, -8], + [-36, 21], + [-17, 21], + [-1, 3], + [-18, 16], + [17, 22], + [52, -9], + [28, -18], + [21, -21], + [7, -27] + ], + [ + [3745, 447], + [35, -26], + [12, -36], + [3, -25], + [1, -30], + [-43, -19], + [-45, -15], + [-52, -14], + [-59, -11], + [-65, 3], + [-37, 20], + [5, 24], + [59, 16], + [24, 20], + [18, 26], + [12, 22], + [17, 20], + [18, 25], + [14, 0], + [41, 12], + [42, -12] + ], + [ + [1633, 715], + [36, -9], + [33, 10], + [-16, -20], + [-26, -15], + [-39, 4], + [-27, 21], + [6, 20], + [33, -11] + ], + [ + [1512, 716], + [43, -23], + [-17, 3], + [-36, 5], + [-38, 17], + [20, 12], + [28, -14] + ], + [ + [2250, 808], + [31, -8], + [30, 7], + [17, -34], + [-22, 5], + [-34, -2], + [-34, 2], + [-38, -4], + [-28, 12], + [-15, 24], + [18, 11], + [35, -8], + [40, -5] + ], + [ + [3098, 866], + [4, -27], + [-5, -23], + [-8, -22], + [-33, -8], + [-31, -12], + [-36, 1], + [14, 24], + [-33, -9], + [-31, -8], + [-21, 18], + [-2, 24], + [30, 23], + [20, 7], + [32, -2], + [8, 30], + [1, 22], + [0, 47], + [16, 28], + [25, 9], + [15, -22], + [6, -22], + [12, -26], + [10, -26], + [7, -26] + ], + [ + [3371, 1268], + [-11, -13], + [-21, 9], + [-23, -6], + [-19, -14], + [-20, -15], + [-14, -17], + [-4, -23], + [2, -22], + [13, -20], + [-19, -14], + [-26, -4], + [-15, -20], + [-17, -19], + [-17, -25], + [-4, -22], + [9, -24], + [15, -19], + [23, -14], + [21, -18], + [12, -23], + [6, -22], + [8, -24], + [13, -19], + [8, -22], + [4, -55], + [8, -22], + [2, -23], + [9, -23], + [-4, -31], + [-15, -24], + [-17, -20], + [-37, -8], + [-12, -21], + [-17, -20], + [-42, -22], + [-37, -9], + [-35, -13], + [-37, -13], + [-22, -24], + [-45, -2], + [-49, 2], + [-44, -4], + [-47, 0], + [9, -24], + [42, -10], + [31, -16], + [18, -21], + [-31, -19], + [-48, 6], + [-40, -15], + [-2, -24], + [-1, -23], + [33, -20], + [6, -22], + [35, -22], + [59, -9], + [50, -16], + [40, -19], + [50, -18], + [70, -10], + [68, -16], + [47, -17], + [52, -20], + [27, -28], + [13, -22], + [34, 21], + [46, 17], + [48, 19], + [58, 15], + [49, 16], + [69, 1], + [68, -8], + [56, -14], + [18, 26], + [39, 17], + [70, 1], + [55, 13], + [52, 13], + [58, 8], + [62, 10], + [43, 15], + [-20, 21], + [-12, 21], + [0, 22], + [-54, -2], + [-57, -10], + [-54, 0], + [-8, 22], + [4, 44], + [12, 13], + [40, 14], + [47, 14], + [34, 17], + [33, 18], + [25, 23], + [38, 10], + [38, 8], + [19, 5], + [43, 2], + [41, 8], + [34, 12], + [34, 14], + [30, 14], + [39, 18], + [24, 20], + [26, 17], + [9, 24], + [-30, 13], + [10, 25], + [18, 18], + [29, 12], + [31, 14], + [28, 18], + [22, 23], + [13, 28], + [21, 16], + [33, -3], + [13, -20], + [34, -2], + [1, 22], + [14, 23], + [30, -6], + [7, -22], + [33, -3], + [36, 10], + [35, 7], + [31, -3], + [12, -25], + [31, 20], + [28, 10], + [31, 9], + [31, 8], + [29, 14], + [31, 9], + [24, 13], + [17, 20], + [20, -15], + [29, 8], + [20, -27], + [16, -21], + [32, 11], + [12, 24], + [28, 16], + [37, -4], + [11, -22], + [22, 22], + [30, 7], + [33, 3], + [29, -2], + [31, -7], + [30, -3], + [13, -20], + [18, -17], + [31, 10], + [32, 3], + [32, 0], + [31, 1], + [28, 8], + [29, 7], + [25, 16], + [26, 11], + [28, 5], + [21, 17], + [15, 32], + [16, 20], + [29, -10], + [11, -21], + [24, -13], + [29, 4], + [19, -21], + [21, -15], + [28, 14], + [10, 26], + [25, 10], + [29, 20], + [27, 8], + [33, 11], + [22, 13], + [22, 14], + [22, 13], + [26, -7], + [25, 21], + [18, 16], + [26, -1], + [23, 14], + [6, 21], + [23, 16], + [23, 11], + [28, 10], + [25, 4], + [25, -3], + [26, -6], + [22, -16], + [3, -26], + [24, -19], + [17, -17], + [33, -7], + [19, -16], + [23, -16], + [26, -3], + [23, 11], + [24, 24], + [26, -12], + [27, -7], + [26, -7], + [27, -5], + [28, 0], + [23, -61], + [-1, -15], + [-4, -27], + [-26, -15], + [-22, -22], + [4, -23], + [31, 1], + [-4, -23], + [-14, -22], + [-13, -24], + [21, -19], + [32, -6], + [32, 11], + [15, 23], + [10, 22], + [15, 18], + [17, 18], + [7, 21], + [15, 29], + [18, 5], + [31, 3], + [28, 7], + [28, 9], + [14, 23], + [8, 22], + [19, 22], + [27, 15], + [23, 12], + [16, 19], + [15, 11], + [21, 9], + [27, -6], + [25, 6], + [28, 7], + [30, -4], + [20, 17], + [14, 39], + [11, -16], + [13, -28], + [23, -12], + [27, -4], + [26, 7], + [29, -5], + [26, -1], + [17, 6], + [24, -4], + [21, -12], + [25, 8], + [30, 0], + [25, 8], + [29, -8], + [19, 19], + [14, 20], + [19, 16], + [35, 44], + [18, -8], + [21, -16], + [18, -21], + [36, -36], + [27, -1], + [25, 0], + [30, 7], + [30, 8], + [23, 16], + [19, 18], + [31, 2], + [21, 13], + [22, -12], + [14, -18], + [19, -19], + [31, 2], + [19, -15], + [33, -15], + [35, -5], + [29, 4], + [21, 19], + [19, 18], + [25, 5], + [25, -8], + [29, -6], + [26, 9], + [25, 0], + [24, -6], + [26, -5], + [25, 10], + [30, 9], + [28, 3], + [32, 0], + [25, 5], + [25, 5], + [8, 29], + [1, 24], + [17, -16], + [5, -27], + [10, -24], + [11, -20], + [23, -10], + [32, 4], + [36, 1], + [25, 3], + [37, 0], + [26, 1], + [36, -2], + [31, -5], + [20, -18], + [-5, -22], + [18, -18], + [30, -13], + [31, -15], + [35, -11], + [38, -9], + [28, -9], + [32, -2], + [18, 20], + [24, -16], + [21, -19], + [25, -13], + [34, -6], + [32, -7], + [13, -23], + [32, -14], + [21, -21], + [31, -9], + [32, 1], + [30, -4], + [33, 1], + [34, -4], + [31, -8], + [28, -14], + [29, -12], + [20, -17], + [-3, -23], + [-15, -21], + [-13, -27], + [-9, -21], + [-14, -24], + [-36, -9], + [-16, -21], + [-36, -13], + [-13, -23], + [-19, -22], + [-20, -18], + [-11, -25], + [-7, -22], + [-3, -26], + [0, -22], + [16, -23], + [6, -22], + [13, -21], + [52, -8], + [11, -26], + [-50, -9], + [-43, -13], + [-52, -2], + [-24, -34], + [-5, -27], + [-12, -22], + [-14, -22], + [37, -20], + [14, -24], + [24, -22], + [33, -20], + [39, -19], + [42, -18], + [64, -19], + [14, -29], + [80, -12], + [5, -5], + [21, -17], + [77, 15], + [63, -19], + [48, -14], + [-9997, -1], + [24, 35], + [50, -19], + [3, 2], + [30, 19], + [4, 0], + [3, -1], + [40, -25], + [35, 25], + [7, 3], + [81, 11], + [27, -14], + [13, -7], + [41, -20], + [79, -15], + [63, -18], + [107, -14], + [80, 16], + [118, -11], + [67, -19], + [73, 17], + [78, 17], + [6, 27], + [-110, 3], + [-89, 14], + [-24, 23], + [-74, 12], + [5, 27], + [10, 24], + [10, 22], + [-5, 25], + [-46, 16], + [-22, 21], + [-43, 18], + [68, -3], + [64, 9], + [40, -20], + [50, 18], + [45, 22], + [23, 19], + [-10, 25], + [-36, 16], + [-41, 17], + [-57, 4], + [-50, 8], + [-54, 6], + [-18, 22], + [-36, 18], + [-21, 21], + [-9, 67], + [14, -6], + [25, -18], + [45, 6], + [44, 8], + [23, -26], + [44, 6], + [37, 13], + [35, 16], + [32, 20], + [41, 5], + [-1, 22], + [-9, 22], + [8, 21], + [36, 11], + [16, -20], + [42, 12], + [32, 15], + [40, 1], + [38, 6], + [37, 13], + [30, 13], + [34, 13], + [22, -4], + [19, -4], + [41, 8], + [37, -10], + [38, 1], + [37, 8], + [37, -6], + [41, -6], + [39, 3], + [40, -2], + [42, -1], + [38, 3], + [28, 17], + [34, 9], + [35, -13], + [33, 11], + [30, 21], + [18, -19], + [9, -21], + [18, -19], + [29, 17], + [33, -22], + [38, -7], + [32, -16], + [39, 3], + [36, 11], + [41, -3], + [38, -8], + [38, -10], + [15, 25], + [-18, 20], + [-14, 21], + [-36, 5], + [-15, 22], + [-6, 22], + [-10, 43], + [21, -8], + [36, -3], + [36, 3], + [33, -9], + [28, -17], + [12, -21], + [38, -4], + [36, 9], + [38, 11], + [34, 7], + [28, -14], + [37, 5], + [24, 45], + [23, -27], + [32, -10], + [34, 6], + [23, -23], + [37, -3], + [33, -7], + [34, -12], + [21, 22], + [11, 20], + [28, -23], + [38, 6], + [28, -13], + [19, -19], + [37, 5], + [29, 13], + [29, 15], + [33, 8], + [39, 7], + [36, 8], + [27, 13], + [16, 19], + [7, 25], + [-3, 24], + [-9, 24], + [-10, 23], + [-9, 23], + [-7, 21], + [-1, 23], + [2, 23], + [13, 22], + [11, 24], + [5, 23], + [-6, 26], + [-3, 23], + [14, 27], + [15, 17], + [18, 22], + [19, 19], + [22, 17], + [11, 25], + [15, 17], + [18, 15], + [26, 3], + [18, 19], + [19, 11], + [23, 7], + [20, 15], + [16, 19], + [22, 7], + [16, -15], + [-10, -20], + [-29, -17] + ], + [ + [6914, 2185], + [18, -19], + [26, -7], + [1, -11], + [-7, -27], + [-43, -4], + [-1, 31], + [4, 25], + [2, 12] + ], + [ + [9038, 2648], + [27, -21], + [15, 8], + [22, 12], + [16, -4], + [2, -70], + [-9, -21], + [-3, -47], + [-10, 16], + [-19, -41], + [-6, 3], + [-17, 2], + [-17, 50], + [-4, 39], + [-16, 52], + [1, 27], + [18, -5] + ], + [ + [8987, 4244], + [10, -46], + [18, 22], + [9, -25], + [13, -23], + [-3, -26], + [6, -51], + [5, -29], + [7, -7], + [7, -51], + [-3, -30], + [9, -40], + [31, -31], + [19, -28], + [19, -26], + [-4, -14], + [16, -37], + [11, -64], + [11, 13], + [11, -26], + [7, 9], + [5, -63], + [19, -36], + [13, -22], + [22, -48], + [8, -48], + [1, -33], + [-2, -37], + [13, -50], + [-2, -52], + [-5, -28], + [-7, -52], + [1, -34], + [-6, -43], + [-12, -53], + [-21, -29], + [-10, -46], + [-9, -29], + [-8, -51], + [-11, -30], + [-7, -44], + [-4, -41], + [2, -18], + [-16, -21], + [-31, -2], + [-26, -24], + [-13, -23], + [-17, -26], + [-23, 27], + [-17, 10], + [5, 31], + [-15, -11], + [-25, -43], + [-24, 16], + [-15, 9], + [-16, 4], + [-27, 17], + [-18, 37], + [-5, 45], + [-7, 30], + [-13, 24], + [-27, 7], + [9, 28], + [-7, 44], + [-13, -41], + [-25, -11], + [14, 33], + [5, 34], + [10, 29], + [-2, 44], + [-22, -50], + [-18, -21], + [-10, -47], + [-22, 25], + [1, 31], + [-18, 43], + [-14, 22], + [5, 14], + [-36, 35], + [-19, 2], + [-27, 29], + [-50, -6], + [-36, -21], + [-31, -20], + [-27, 4], + [-29, -30], + [-24, -14], + [-6, -31], + [-10, -24], + [-23, -1], + [-18, -5], + [-24, 10], + [-20, -6], + [-19, -3], + [-17, -31], + [-8, 2], + [-14, -16], + [-13, -19], + [-21, 2], + [-18, 0], + [-30, 38], + [-15, 11], + [1, 34], + [14, 8], + [4, 14], + [-1, 21], + [4, 41], + [-3, 35], + [-15, 60], + [-4, 33], + [1, 34], + [-11, 38], + [-1, 18], + [-12, 23], + [-4, 47], + [-16, 46], + [-4, 26], + [13, -26], + [-10, 55], + [14, -17], + [8, -23], + [0, 30], + [-14, 47], + [-3, 18], + [-6, 18], + [3, 34], + [6, 15], + [4, 29], + [-3, 35], + [11, 42], + [2, -45], + [12, 41], + [22, 20], + [14, 25], + [21, 22], + [13, 4], + [7, -7], + [22, 22], + [17, 6], + [4, 13], + [8, 6], + [15, -2], + [29, 18], + [15, 26], + [7, 31], + [17, 30], + [1, 24], + [1, 32], + [19, 50], + [12, -51], + [12, 12], + [-10, 28], + [9, 29], + [12, -13], + [3, 45], + [15, 29], + [7, 23], + [14, 10], + [0, 17], + [13, -7], + [0, 15], + [12, 8], + [14, 8], + [20, -27], + [16, -35], + [17, 0], + [18, -6], + [-6, 33], + [13, 47], + [13, 15], + [-5, 15], + [12, 34], + [17, 21], + [14, -7], + [24, 11], + [-1, 30], + [-20, 19], + [15, 9], + [18, -15], + [15, -24], + [23, -15], + [8, 6], + [17, -18], + [17, 17], + [10, -5], + [7, 11], + [12, -29], + [-7, -32], + [-11, -24], + [-9, -2], + [3, -23], + [-8, -30], + [-10, -29], + [2, -17], + [22, -32], + [21, -19], + [15, -20], + [20, -35], + [8, 0], + [14, -15], + [4, -19], + [27, -20], + [18, 20], + [6, 32], + [5, 26], + [4, 33], + [8, 47], + [-4, 28], + [2, 17], + [-3, 34], + [4, 45], + [5, 12], + [-4, 20], + [7, 31], + [5, 32], + [1, 17], + [10, 22], + [8, -29], + [2, -37], + [7, -7], + [1, -25], + [10, -30], + [2, -33], + [-1, -22] + ], + [ + [5471, 7900], + [-2, -24], + [-16, 0], + [6, -13], + [-9, -38] + ], + [ + [5450, 7825], + [-6, -10], + [-24, -1], + [-14, -13], + [-23, 4] + ], + [ + [5383, 7805], + [-40, 15], + [-6, 21], + [-27, -10], + [-4, -12], + [-16, 9] + ], + [ + [5290, 7828], + [-15, 1], + [-12, 11], + [4, 15], + [-1, 10] + ], + [ + [5266, 7865], + [8, 3], + [14, -16], + [4, 16], + [25, -3], + [20, 11], + [13, -2], + [9, -12], + [2, 10], + [-4, 38], + [10, 8], + [10, 27] + ], + [ + [5377, 7945], + [21, -19], + [15, 24], + [10, 5], + [22, -18], + [13, 3], + [13, -12] + ], + [ + [5471, 7928], + [-3, -7], + [3, -21] + ], + [ + [6281, 7346], + [-19, 8], + [-14, 27], + [-4, 23] + ], + [ + [6349, 7527], + [15, -31], + [14, -42], + [13, -2], + [8, -16], + [-23, -5], + [-5, -46], + [-4, -21], + [-11, -13], + [1, -30] + ], + [ + [6357, 7321], + [-7, -3], + [-17, 31], + [10, 30], + [-9, 17], + [-10, -4], + [-33, -44] + ], + [ + [6249, 7494], + [6, 10], + [21, -17], + [15, -4], + [4, 7], + [-14, 32], + [7, 9] + ], + [ + [6288, 7531], + [8, -2], + [19, -36], + [13, -4], + [4, 15], + [17, 23] + ], + [ + [5814, 4792], + [-1, 71], + [-7, 27] + ], + [ + [5806, 4890], + [17, -5], + [8, 34], + [15, -4] + ], + [ + [5846, 4915], + [1, -23], + [6, -14], + [1, -19], + [-7, -12], + [-11, -31], + [-10, -22], + [-12, -2] + ], + [ + [5092, 8091], + [20, -5], + [26, 12], + [17, -25], + [16, -14] + ], + [ + [5171, 8059], + [-4, -40] + ], + [ + [5167, 8019], + [-7, -2], + [-3, -33] + ], + [ + [5157, 7984], + [-24, 26], + [-14, -4], + [-20, 28], + [-13, 23], + [-13, 1], + [-4, 21] + ], + [ + [5069, 8079], + [23, 12] + ], + [ + [5074, 5427], + [-23, -7] + ], + [ + [5051, 5420], + [-7, 41], + [2, 136], + [-6, 12], + [-1, 29], + [-10, 21], + [-8, 17], + [3, 31] + ], + [ + [5024, 5707], + [10, 7], + [6, 26], + [13, 5], + [6, 18] + ], + [ + [5059, 5763], + [10, 17], + [10, 0], + [21, -34] + ], + [ + [5100, 5746], + [-1, -19], + [6, -35], + [-6, -24], + [3, -16], + [-13, -37], + [-9, -18], + [-5, -37], + [1, -38], + [-2, -95] + ], + [ + [4921, 5627], + [-19, 15], + [-13, -2], + [-10, -15], + [-12, 13], + [-5, 19], + [-13, 13] + ], + [ + [4849, 5670], + [-1, 34], + [7, 26], + [-1, 20], + [23, 48], + [4, 41], + [7, 14], + [14, -8], + [11, 12], + [4, 16], + [22, 26], + [5, 19], + [26, 24], + [15, 9], + [7, -12], + [18, 0] + ], + [ + [5010, 5939], + [-2, -28], + [3, -27], + [16, -39], + [1, -28], + [32, -14], + [-1, -40] + ], + [ + [5024, 5707], + [-24, 1] + ], + [ + [5000, 5708], + [-13, 5], + [-9, -9], + [-12, 4], + [-48, -3], + [-1, -33], + [4, -45] + ], + [ + [7573, 6360], + [0, -43], + [-10, 9], + [2, -47] + ], + [ + [7565, 6279], + [-8, 30], + [-1, 31], + [-6, 28], + [-11, 34], + [-26, 3], + [3, -25], + [-9, -32], + [-12, 12], + [-4, -11], + [-8, 6], + [-11, 5] + ], + [ + [7472, 6360], + [-4, 49], + [-10, 45], + [5, 35], + [-17, 16], + [6, 22], + [18, 22], + [-20, 31], + [9, 40], + [22, -26], + [14, -3], + [2, -41], + [26, -8], + [26, 1], + [16, -10], + [-13, -50], + [-12, -3], + [-9, -34], + [16, -31], + [4, 38], + [8, 0], + [14, -93] + ], + [ + [5629, 7671], + [8, -25], + [11, 5], + [21, -9], + [41, -4], + [13, 16], + [33, 13], + [20, -21], + [17, -6] + ], + [ + [5793, 7640], + [-15, -25], + [-10, -42], + [9, -34] + ], + [ + [5777, 7539], + [-24, 8], + [-28, -18] + ], + [ + [5725, 7529], + [0, -30], + [-26, -5], + [-19, 20], + [-22, -16], + [-21, 2] + ], + [ + [5637, 7500], + [-2, 39], + [-14, 19] + ], + [ + [5621, 7558], + [5, 8], + [-3, 7], + [4, 19], + [11, 18], + [-14, 26], + [-2, 21], + [7, 14] + ], + [ + [2846, 6461], + [-7, -3], + [-7, 34], + [-10, 17], + [6, 38], + [8, -3], + [10, -49], + [0, -34] + ], + [ + [2838, 6628], + [-30, -10], + [-2, 22], + [13, 5], + [18, -2], + [1, -15] + ], + [ + [2861, 6628], + [-5, -42], + [-5, 8], + [0, 31], + [-12, 23], + [0, 7], + [22, -27] + ], + [ + [5527, 7708], + [10, 0], + [-7, -26], + [14, -23], + [-4, -28], + [-7, -2] + ], + [ + [5533, 7629], + [-5, -6], + [-9, -13], + [-4, -33] + ], + [ + [5515, 7577], + [-25, 23], + [-10, 24], + [-11, 13], + [-12, 22], + [-6, 19], + [-14, 27], + [6, 25], + [10, -14], + [6, 12], + [13, 2], + [24, -10], + [19, 1], + [12, -13] + ], + [ + [5652, 8242], + [27, 0], + [30, 22], + [6, 34], + [23, 19], + [-3, 26] + ], + [ + [5735, 8343], + [17, 10], + [30, 23] + ], + [ + [5782, 8376], + [29, -15], + [4, -15], + [15, 7], + [27, -14], + [3, -27], + [-6, -16], + [17, -39], + [12, -11], + [-2, -11], + [19, -10], + [8, -16], + [-11, -13], + [-23, 2], + [-5, -5], + [7, -20], + [6, -37] + ], + [ + [5882, 8136], + [-23, -4], + [-9, -13], + [-2, -30], + [-11, 6], + [-25, -3], + [-7, 14], + [-11, -10], + [-10, 8], + [-22, 1], + [-31, 15], + [-28, 4], + [-22, -1], + [-15, -16], + [-13, -2] + ], + [ + [5653, 8105], + [-1, 26], + [-8, 27], + [17, 12], + [0, 24], + [-8, 22], + [-1, 26] + ], + [ + [2524, 6110], + [-1, 8], + [4, 3], + [5, -7], + [10, 36], + [5, 0] + ], + [ + [2547, 6150], + [0, -8], + [5, -1], + [0, -16], + [-5, -25], + [3, -9], + [-3, -21], + [2, -6], + [-4, -30], + [-5, -16], + [-5, -1], + [-6, -21] + ], + [ + [2529, 5996], + [-8, 0], + [2, 67], + [1, 47] + ], + [ + [3136, 3714], + [-20, -8], + [-11, 82], + [-15, 66], + [9, 57], + [-15, 25], + [-4, 43], + [-13, 40] + ], + [ + [3067, 4019], + [17, 64], + [-12, 49], + [7, 20], + [-5, 22], + [10, 30], + [1, 50], + [1, 41], + [6, 20], + [-24, 96] + ], + [ + [3068, 4411], + [21, -5], + [14, 1], + [6, 18], + [25, 24], + [14, 22], + [37, 10], + [-3, -44], + [3, -23], + [-2, -40], + [30, -53], + [31, -9], + [11, -23], + [19, -11], + [11, -17], + [18, 0], + [16, -17], + [1, -34], + [6, -18], + [0, -25], + [-8, -1], + [11, -69], + [53, -2], + [-4, -35], + [3, -23], + [15, -16], + [6, -37], + [-4, -47], + [-8, -26], + [3, -33], + [-9, -12] + ], + [ + [3384, 3866], + [-1, 18], + [-25, 30], + [-26, 1], + [-49, -17], + [-13, -52], + [-1, -32], + [-11, -71] + ], + [ + [3482, 3537], + [6, 34], + [3, 35], + [1, 32], + [-10, 11], + [-11, -9], + [-10, 2], + [-4, 23], + [-2, 54], + [-5, 18], + [-19, 16], + [-11, -12], + [-30, 11], + [2, 81], + [-8, 33] + ], + [ + [3068, 4411], + [-15, -11], + [-13, 7], + [2, 90], + [-23, -35], + [-24, 2], + [-11, 31], + [-18, 4], + [5, 25], + [-15, 36], + [-11, 53], + [7, 11], + [0, 25], + [17, 17], + [-3, 32], + [7, 20], + [2, 28], + [32, 40], + [22, 11], + [4, 9], + [25, -2] + ], + [ + [3058, 4804], + [13, 162], + [0, 25], + [-4, 34], + [-12, 22], + [0, 42], + [15, 10], + [6, -6], + [1, 23], + [-16, 6], + [-1, 37], + [54, -2], + [10, 21], + [7, -19], + [6, -35], + [5, 8] + ], + [ + [3142, 5132], + [15, -32], + [22, 4], + [5, 18], + [21, 14], + [11, 10], + [4, 25], + [19, 17], + [-1, 12], + [-24, 5], + [-3, 37], + [1, 40], + [-13, 15], + [5, 6], + [21, -8], + [22, -15], + [8, 14], + [20, 9], + [31, 23], + [10, 22], + [-3, 17] + ], + [ + [3313, 5365], + [14, 2], + [7, -13], + [-4, -26], + [9, -9], + [7, -28], + [-8, -20], + [-4, -51], + [7, -30], + [2, -27], + [17, -28], + [14, -3], + [3, 12], + [8, 3], + [13, 10], + [9, 16], + [15, -5], + [7, 2] + ], + [ + [3429, 5170], + [15, -5], + [3, 12], + [-5, 12], + [3, 17], + [11, -5], + [13, 6], + [16, -13] + ], + [ + [3485, 5194], + [12, -12], + [9, 16], + [6, -3], + [4, -16], + [13, 4], + [11, 22], + [8, 44], + [17, 54] + ], + [ + [3565, 5303], + [9, 3], + [7, -33], + [16, -103], + [14, -10], + [1, -41], + [-21, -48], + [9, -18], + [49, -9], + [1, -60], + [21, 39], + [35, -21], + [46, -36], + [14, -35], + [-5, -32], + [33, 18], + [54, -32], + [41, 3], + [41, -49], + [36, -66], + [21, -17], + [24, -3], + [10, -18], + [9, -76], + [5, -35], + [-11, -98], + [-14, -39], + [-39, -82], + [-18, -67], + [-21, -51], + [-7, -1], + [-7, -43], + [2, -111], + [-8, -91], + [-3, -39], + [-9, -23], + [-5, -79], + [-28, -77], + [-5, -61], + [-22, -26], + [-7, -35], + [-30, 0], + [-44, -23], + [-19, -26], + [-31, -18], + [-33, -47], + [-23, -58], + [-5, -44], + [5, -33], + [-5, -60], + [-6, -28], + [-20, -33], + [-31, -104], + [-24, -47], + [-19, -27], + [-13, -57], + [-18, -33] + ], + [ + [3517, 3063], + [-8, 33], + [13, 28], + [-16, 40], + [-22, 33], + [-29, 38], + [-10, -2], + [-28, 46], + [-18, -7] + ], + [ + [8172, 5325], + [11, 22], + [23, 32] + ], + [ + [8206, 5379], + [-1, -29], + [-2, -37], + [-13, 1], + [-6, -20], + [-12, 31] + ], + [ + [7546, 6698], + [12, -19], + [-2, -36], + [-23, -2], + [-23, 4], + [-18, -9], + [-25, 22], + [-1, 12] + ], + [ + [7466, 6670], + [19, 44], + [15, 15], + [20, -14], + [14, -1], + [12, -16] + ], + [ + [5817, 3752], + [-39, -43], + [-25, -44], + [-10, -40], + [-8, -22], + [-15, -4], + [-5, -29], + [-3, -18], + [-17, -14], + [-23, 3], + [-13, 17], + [-12, 7], + [-14, -14], + [-6, -28], + [-14, -18], + [-13, -26], + [-20, -6], + [-6, 20], + [2, 36], + [-16, 56], + [-8, 9] + ], + [ + [5552, 3594], + [0, 173], + [27, 2], + [1, 210], + [21, 2], + [43, 21], + [10, -24], + [18, 23], + [9, 0], + [15, 13] + ], + [ + [5696, 4014], + [5, -4] + ], + [ + [5701, 4010], + [11, -48], + [5, -10], + [9, -34], + [32, -65], + [12, -7], + [0, -20], + [8, -38], + [21, -9], + [18, -27] + ], + [ + [5424, 5496], + [23, 4], + [5, 16], + [5, -2], + [7, -13], + [34, 23], + [12, 23], + [15, 20], + [-3, 21], + [8, 6], + [27, -4], + [26, 27], + [20, 65], + [14, 24], + [18, 10] + ], + [ + [5635, 5716], + [3, -26], + [16, -36], + [0, -25], + [-5, -24], + [2, -18], + [10, -18] + ], + [ + [5661, 5569], + [21, -25] + ], + [ + [5682, 5544], + [15, -24], + [0, -19], + [19, -31], + [12, -26], + [7, -35], + [20, -24], + [5, -18] + ], + [ + [5760, 5367], + [-9, -7], + [-18, 2], + [-21, 6], + [-10, -5], + [-5, -14], + [-9, -2], + [-10, 12], + [-31, -29], + [-13, 6], + [-4, -5], + [-8, -35], + [-21, 11], + [-20, 6], + [-18, 22], + [-23, 20], + [-15, -19], + [-10, -30], + [-3, -41] + ], + [ + [5512, 5265], + [-18, 3], + [-19, 10], + [-16, -32], + [-15, -55] + ], + [ + [5444, 5191], + [-3, 18], + [-1, 27], + [-13, 19], + [-10, 30], + [-2, 21], + [-13, 31], + [2, 18], + [-3, 25], + [2, 45], + [7, 11], + [14, 60] + ], + [ + [3231, 7808], + [20, -8], + [26, 1], + [-14, -24], + [-10, -4], + [-35, 25], + [-7, 20], + [10, 18], + [10, -28] + ], + [ + [3283, 7958], + [-14, -1], + [-36, 19], + [-26, 28], + [10, 5], + [37, -15], + [28, -25], + [1, -11] + ], + [ + [1569, 7923], + [-14, -8], + [-46, 27], + [-8, 21], + [-25, 21], + [-5, 16], + [-28, 11], + [-11, 32], + [2, 14], + [30, -13], + [17, -9], + [26, -6], + [9, -21], + [14, -28], + [28, -24], + [11, -33] + ], + [ + [3440, 8052], + [-18, -52], + [18, 20], + [19, -12], + [-10, -21], + [25, -16], + [12, 14], + [28, -18], + [-8, -43], + [19, 10], + [4, -32], + [8, -36], + [-11, -52], + [-13, -2], + [-18, 11], + [6, 48], + [-8, 8], + [-32, -52], + [-17, 2], + [20, 28], + [-27, 14], + [-30, -3], + [-54, 2], + [-4, 17], + [17, 21], + [-12, 16], + [24, 36], + [28, 94], + [18, 33], + [24, 21], + [13, -3], + [-6, -16], + [-15, -37] + ], + [ + [1313, 8250], + [27, 5], + [-8, -67], + [24, -48], + [-11, 0], + [-17, 27], + [-10, 27], + [-14, 19], + [-5, 26], + [1, 19], + [13, -8] + ], + [ + [2798, 8730], + [-11, -31], + [-12, 5], + [-8, 17], + [2, 4], + [10, 18], + [12, -1], + [7, -12] + ], + [ + [2725, 8762], + [-33, -32], + [-19, 1], + [-6, 16], + [20, 27], + [38, 0], + [0, -12] + ], + [ + [2634, 8936], + [5, -26], + [15, 9], + [16, -15], + [30, -20], + [32, -19], + [2, -28], + [21, 5], + [20, -20], + [-25, -18], + [-43, 14], + [-16, 26], + [-27, -31], + [-40, -31], + [-9, 35], + [-38, -6], + [24, 30], + [4, 46], + [9, 54], + [20, -5] + ], + [ + [2892, 9024], + [-31, -3], + [-7, 29], + [12, 34], + [26, 8], + [21, -17], + [1, -25], + [-4, -8], + [-18, -18] + ], + [ + [2343, 9140], + [-17, -21], + [-38, 18], + [-22, -6], + [-38, 26], + [24, 19], + [19, 25], + [30, -16], + [17, -11], + [8, -11], + [17, -23] + ], + [ + [3135, 7724], + [-18, 33], + [0, 81], + [-13, 17], + [-18, -10], + [-10, 16], + [-21, -45], + [-8, -46], + [-10, -27], + [-12, -9], + [-9, -3], + [-3, -15], + [-51, 0], + [-42, 0], + [-12, -11], + [-30, -42], + [-3, -5], + [-9, -23], + [-26, 0], + [-27, 0], + [-12, -10], + [4, -11], + [2, -18], + [0, -6], + [-36, -30], + [-29, -9], + [-32, -31], + [-7, 0], + [-10, 9], + [-3, 8], + [1, 6], + [6, 21], + [13, 33], + [8, 35], + [-5, 51], + [-6, 53], + [-29, 28], + [3, 11], + [-4, 7], + [-8, 0], + [-5, 9], + [-2, 14], + [-5, -6], + [-7, 2], + [1, 6], + [-6, 6], + [-3, 15], + [-21, 19], + [-23, 20], + [-27, 23], + [-26, 21], + [-25, -17], + [-9, 0], + [-34, 15], + [-23, -8], + [-27, 19], + [-28, 9], + [-19, 4], + [-9, 10], + [-5, 32], + [-9, 0], + [-1, -23], + [-57, 0], + [-95, 0], + [-94, 0], + [-84, 0], + [-83, 0], + [-82, 0], + [-85, 0], + [-27, 0], + [-82, 0], + [-79, 0] + ], + [ + [1588, 7952], + [-4, 0], + [-54, 58], + [-20, 26], + [-50, 24], + [-15, 53], + [3, 36], + [-35, 25], + [-5, 48], + [-34, 43], + [0, 30] + ], + [ + [1374, 8295], + [15, 29], + [0, 37], + [-48, 37], + [-28, 68], + [-17, 42], + [-26, 27], + [-19, 24], + [-14, 31], + [-28, -20], + [-27, -33], + [-25, 39], + [-19, 26], + [-27, 16], + [-28, 2], + [0, 337], + [1, 219] + ], + [ + [1084, 9176], + [51, -14], + [44, -29], + [29, -5], + [24, 24], + [34, 19], + [41, -7], + [42, 26], + [45, 14], + [20, -24], + [20, 14], + [6, 27], + [20, -6], + [47, -53], + [37, 40], + [3, -45], + [34, 10], + [11, 17], + [34, -3], + [42, -25], + [65, -22], + [38, -10], + [28, 4], + [37, -30], + [-39, -29], + [50, -13], + [75, 7], + [24, 11], + [29, -36], + [31, 30], + [-29, 25], + [18, 20], + [34, 3], + [22, 6], + [23, -14], + [28, -32], + [31, 5], + [49, -27], + [43, 9], + [40, -1], + [-3, 37], + [25, 10], + [43, -20], + [0, -56], + [17, 47], + [23, -1], + [12, 59], + [-30, 36], + [-32, 24], + [2, 65], + [33, 43], + [37, -9], + [28, -26], + [38, -67], + [-25, -29], + [52, -12], + [-1, -60], + [38, 46], + [33, -38], + [-9, -44], + [27, -40], + [29, 43], + [21, 51], + [1, 65], + [40, -5], + [41, -8], + [37, -30], + [2, -29], + [-21, -31], + [20, -32], + [-4, -29], + [-54, -41], + [-39, -9], + [-29, 18], + [-8, -30], + [-27, -50], + [-8, -26], + [-32, -40], + [-40, -4], + [-22, -25], + [-2, -38], + [-32, -7], + [-34, -48], + [-30, -67], + [-11, -46], + [-1, -69], + [40, -10], + [13, -55], + [13, -45], + [39, 12], + [51, -26], + [28, -22], + [20, -28], + [35, -17], + [29, -24], + [46, -4], + [30, -6], + [-4, -51], + [8, -59], + [21, -66], + [41, -56], + [21, 19], + [15, 61], + [-14, 93], + [-20, 31], + [45, 28], + [31, 41], + [16, 41], + [-3, 40], + [-19, 50], + [-33, 44], + [32, 62], + [-12, 54], + [-9, 92], + [19, 14], + [48, -16], + [29, -6], + [23, 15], + [25, -20], + [35, -34], + [8, -23], + [50, -4], + [-1, -50], + [9, -74], + [25, -10], + [21, -35], + [40, 33], + [26, 65], + [19, 28], + [21, -53], + [36, -75], + [31, -71], + [-11, -37], + [37, -33], + [25, -34], + [44, -15], + [18, -19], + [11, -50], + [22, -8], + [11, -22], + [2, -67], + [-20, -22], + [-20, -21], + [-46, -21], + [-35, -48], + [-47, -10], + [-59, 13], + [-42, 0], + [-29, -4], + [-23, -43], + [-35, -26], + [-40, -78], + [-32, -54], + [23, 9], + [45, 78], + [58, 49], + [42, 6], + [24, -29], + [-26, -40], + [9, -63], + [9, -45], + [36, -29], + [46, 8], + [28, 67], + [2, -43], + [17, -22], + [-34, -38], + [-61, -36], + [-28, -23], + [-31, -43], + [-21, 4], + [-1, 50], + [48, 49], + [-44, -2], + [-31, -7] + ], + [ + [1829, 9377], + [-14, -27], + [61, 17], + [39, -29], + [31, 30], + [26, -20], + [23, -58], + [14, 25], + [-20, 60], + [24, 9], + [28, -9], + [31, -24], + [17, -58], + [9, -41], + [47, -30], + [50, -28], + [-3, -26], + [-46, -4], + [18, -23], + [-9, -22], + [-51, 9], + [-48, 16], + [-32, -3], + [-52, -20], + [-70, -9], + [-50, -6], + [-15, 28], + [-38, 16], + [-24, -6], + [-35, 47], + [19, 6], + [43, 10], + [39, -3], + [36, 11], + [-54, 13], + [-59, -4], + [-39, 1], + [-15, 22], + [64, 23], + [-42, -1], + [-49, 16], + [23, 44], + [20, 24], + [74, 36], + [29, -12] + ], + [ + [2097, 9395], + [-24, -39], + [-44, 41], + [10, 9], + [37, 2], + [21, -13] + ], + [ + [2879, 9376], + [3, -16], + [-30, 2], + [-30, 1], + [-30, -8], + [-8, 3], + [-31, 32], + [1, 21], + [14, 4], + [63, -6], + [48, -33] + ], + [ + [2595, 9379], + [22, -36], + [26, 47], + [70, 24], + [48, -61], + [-4, -38], + [55, 17], + [26, 23], + [62, -30], + [38, -28], + [3, -25], + [52, 13], + [29, -38], + [67, -23], + [24, -24], + [26, -55], + [-51, -28], + [66, -38], + [44, -13], + [40, -55], + [44, -3], + [-9, -42], + [-49, -69], + [-34, 26], + [-44, 57], + [-36, -8], + [-3, -34], + [29, -34], + [38, -27], + [11, -16], + [18, -58], + [-9, -43], + [-35, 16], + [-70, 47], + [39, -51], + [29, -35], + [5, -21], + [-76, 24], + [-59, 34], + [-34, 29], + [10, 17], + [-42, 30], + [-40, 29], + [0, -18], + [-80, -9], + [-23, 20], + [18, 44], + [52, 1], + [57, 7], + [-9, 21], + [10, 30], + [36, 57], + [-8, 27], + [-11, 20], + [-42, 29], + [-57, 20], + [18, 15], + [-29, 36], + [-25, 4], + [-22, 20], + [-14, -18], + [-51, -7], + [-101, 13], + [-59, 17], + [-45, 9], + [-23, 21], + [29, 27], + [-39, 0], + [-9, 60], + [21, 53], + [29, 24], + [72, 16], + [-21, -39] + ], + [ + [2212, 9420], + [33, -12], + [50, 7], + [7, -17], + [-26, -28], + [42, -26], + [-5, -53], + [-45, -23], + [-27, 5], + [-19, 23], + [-69, 45], + [0, 19], + [57, -7], + [-31, 38], + [33, 29] + ], + [ + [2411, 9357], + [-30, -45], + [-32, 3], + [-17, 52], + [1, 29], + [14, 25], + [28, 16], + [58, -2], + [53, -14], + [-42, -53], + [-33, -11] + ], + [ + [1654, 9275], + [-73, -29], + [-15, 26], + [-64, 31], + [12, 25], + [19, 43], + [24, 39], + [-27, 36], + [94, 10], + [39, -13], + [71, -3], + [27, -17], + [30, -25], + [-35, -15], + [-68, -41], + [-34, -42], + [0, -25] + ], + [ + [2399, 9487], + [-15, -23], + [-40, 5], + [-34, 15], + [15, 27], + [40, 16], + [24, -21], + [10, -19] + ], + [ + [2264, 9590], + [21, -27], + [1, -31], + [-13, -44], + [-46, -6], + [-30, 10], + [1, 34], + [-45, -4], + [-2, 45], + [30, -2], + [41, 21], + [40, -4], + [2, 8] + ], + [ + [1994, 9559], + [11, -21], + [25, 10], + [29, -2], + [5, -29], + [-17, -28], + [-94, -10], + [-70, -25], + [-43, -2], + [-3, 20], + [57, 26], + [-125, -7], + [-39, 10], + [38, 58], + [26, 17], + [78, -20], + [50, -35], + [48, -5], + [-40, 57], + [26, 21], + [29, -7], + [9, -28] + ], + [ + [2370, 9612], + [30, -19], + [55, 0], + [24, -19], + [-6, -22], + [32, -14], + [17, -14], + [38, -2], + [40, -5], + [44, 13], + [57, 5], + [45, -5], + [30, -22], + [6, -24], + [-17, -16], + [-42, -13], + [-35, 8], + [-80, -10], + [-57, -1], + [-45, 8], + [-74, 19], + [-9, 32], + [-4, 29], + [-27, 26], + [-58, 7], + [-32, 19], + [10, 24], + [58, -4] + ], + [ + [1772, 9645], + [-4, -46], + [-21, -20], + [-26, -3], + [-52, -26], + [-44, -9], + [-38, 13], + [47, 44], + [57, 39], + [43, -1], + [38, 9] + ], + [ + [2393, 9637], + [-13, -2], + [-52, 4], + [-7, 17], + [56, -1], + [19, -11], + [-3, -7] + ], + [ + [1939, 9648], + [-52, -17], + [-41, 19], + [23, 19], + [40, 6], + [39, -10], + [-9, -17] + ], + [ + [1954, 9701], + [-34, -11], + [-46, 0], + [0, 8], + [29, 18], + [14, -3], + [37, -12] + ], + [ + [2338, 9669], + [-41, -12], + [-23, 13], + [-12, 23], + [-2, 24], + [36, -2], + [16, -4], + [33, -21], + [-7, -21] + ], + [ + [2220, 9685], + [11, -25], + [-45, 7], + [-46, 19], + [-62, 2], + [27, 18], + [-34, 14], + [-2, 22], + [55, -8], + [75, -21], + [21, -28] + ], + [ + [2583, 9764], + [33, -20], + [-38, -17], + [-51, -45], + [-50, -4], + [-57, 8], + [-30, 24], + [0, 21], + [22, 16], + [-50, 0], + [-31, 19], + [-18, 27], + [20, 26], + [19, 18], + [28, 4], + [-12, 14], + [65, 3], + [35, -32], + [47, -12], + [46, -11], + [22, -39] + ], + [ + [3097, 9967], + [74, -4], + [60, -8], + [51, -16], + [-2, -16], + [-67, -25], + [-68, -12], + [-25, -14], + [61, 1], + [-66, -36], + [-45, -17], + [-48, -48], + [-57, -10], + [-18, -12], + [-84, -6], + [39, -8], + [-20, -10], + [23, -29], + [-26, -21], + [-43, -16], + [-13, -24], + [-39, -17], + [4, -14], + [48, 3], + [0, -15], + [-74, -35], + [-73, 16], + [-81, -9], + [-42, 7], + [-52, 3], + [-4, 29], + [52, 13], + [-14, 43], + [17, 4], + [74, -26], + [-38, 38], + [-45, 11], + [23, 23], + [49, 14], + [8, 21], + [-39, 23], + [-12, 31], + [76, -3], + [22, -6], + [43, 21], + [-62, 7], + [-98, -4], + [-49, 20], + [-23, 24], + [-32, 17], + [-6, 21], + [41, 11], + [32, 2], + [55, 9], + [41, 22], + [34, -3], + [30, -16], + [21, 32], + [37, 9], + [50, 7], + [85, 2], + [14, -6], + [81, 10], + [60, -4], + [60, -4] + ], + [ + [5290, 7828], + [-3, -24], + [-12, -10], + [-20, 7], + [-6, -24], + [-14, -2], + [-5, 10], + [-15, -20], + [-13, -3], + [-12, 13] + ], + [ + [5190, 7775], + [-10, 25], + [-13, -9], + [0, 27], + [21, 33], + [-1, 15], + [12, -5], + [8, 10] + ], + [ + [5207, 7871], + [24, -1], + [5, 13], + [30, -18] + ], + [ + [3140, 1814], + [-10, -24], + [-23, -18], + [-14, 2], + [-16, 5], + [-21, 18], + [-29, 8], + [-35, 33], + [-28, 32], + [-38, 66], + [23, -12], + [39, -40], + [36, -21], + [15, 27], + [9, 41], + [25, 24], + [20, -7] + ], + [ + [3095, 1968], + [-25, 0], + [-13, -14], + [-25, -22], + [-5, -55], + [-11, -1], + [-32, 19], + [-32, 41], + [-34, 34], + [-9, 37], + [8, 35], + [-14, 39], + [-4, 101], + [12, 57], + [30, 45], + [-43, 18], + [27, 52], + [9, 98], + [31, -21], + [15, 123], + [-19, 15], + [-9, -73], + [-17, 8], + [9, 84], + [9, 110], + [13, 40], + [-8, 58], + [-2, 66], + [11, 2], + [17, 96], + [20, 94], + [11, 88], + [-6, 89], + [8, 49], + [-3, 72], + [16, 73], + [5, 114], + [9, 123], + [9, 132], + [-2, 96], + [-6, 84] + ], + [ + [3045, 3974], + [14, 15], + [8, 30] + ], + [ + [8064, 6161], + [-24, -28], + [-23, 18], + [0, 51], + [13, 26], + [31, 17], + [16, -1], + [6, -23], + [-12, -26], + [-7, -34] + ], + [ + [8628, 7562], + [-18, 35], + [-11, -33], + [-43, -26], + [4, -31], + [-24, 2], + [-13, 19], + [-19, -42], + [-30, -32], + [-23, -38] + ], + [ + [8451, 7416], + [-39, -17], + [-20, -27], + [-30, -17], + [15, 28], + [-6, 23], + [22, 40], + [-15, 30], + [-24, -20], + [-32, -41], + [-17, -39], + [-27, -2], + [-14, -28], + [15, -40], + [22, -10], + [1, -26], + [22, -17], + [31, 42], + [25, -23], + [18, -2], + [4, -31], + [-39, -16], + [-13, -32], + [-27, -30], + [-14, -41], + [30, -33], + [11, -58], + [17, -54], + [18, -45], + [0, -44], + [-17, -16], + [6, -32], + [17, -18], + [-5, -48], + [-7, -47], + [-15, -5], + [-21, -64], + [-22, -78], + [-26, -70], + [-38, -55], + [-39, -50], + [-31, -6], + [-17, -27], + [-10, 20], + [-15, -30], + [-39, -29], + [-29, -9], + [-10, -63], + [-15, -3], + [-8, 43], + [7, 22], + [-37, 19], + [-13, -9] + ], + [ + [8001, 6331], + [-28, 15], + [-14, 24], + [5, 34], + [-26, 11], + [-13, 22], + [-24, -31], + [-27, -7], + [-22, 0], + [-15, -14] + ], + [ + [7837, 6385], + [-14, -9], + [4, -68], + [-15, 2], + [-2, 14] + ], + [ + [7810, 6324], + [-1, 24], + [-20, -17], + [-12, 11], + [-21, 22], + [8, 49], + [-18, 12], + [-6, 54], + [-30, -10], + [4, 70], + [26, 50], + [1, 48], + [-1, 46], + [-12, 14], + [-9, 35], + [-16, -5] + ], + [ + [7703, 6727], + [-30, 9], + [9, 25], + [-13, 36], + [-20, -24], + [-23, 14], + [-32, -37], + [-25, -44], + [-23, -8] + ], + [ + [7466, 6670], + [-2, 47], + [-17, -13] + ], + [ + [7447, 6704], + [-32, 6], + [-32, 14], + [-22, 26], + [-22, 11], + [-9, 29], + [-16, 8], + [-28, 39], + [-22, 18], + [-12, -14] + ], + [ + [7252, 6841], + [-38, 41], + [-28, 37], + [-7, 65], + [20, -7], + [1, 30], + [-12, 30], + [3, 48], + [-30, 69] + ], + [ + [7161, 7154], + [-45, 24], + [-8, 46], + [-21, 27] + ], + [ + [7082, 7268], + [-4, 34], + [1, 23], + [-17, 13], + [-9, -6], + [-7, 55] + ], + [ + [7046, 7387], + [8, 13], + [-4, 14], + [26, 28], + [20, 12], + [29, -8], + [11, 38], + [35, 7], + [10, 23], + [44, 32], + [4, 13] + ], + [ + [7229, 7559], + [-2, 34], + [19, 15], + [-25, 103], + [55, 24], + [14, 13], + [20, 106], + [55, -20], + [15, 27], + [2, 59], + [23, 6], + [21, 39] + ], + [ + [7426, 7965], + [11, 5] + ], + [ + [7437, 7970], + [7, -41], + [23, -32], + [40, -22], + [19, -47], + [-10, -70], + [10, -25], + [33, -10], + [37, -8], + [33, -37], + [18, -7], + [12, -54], + [17, -35], + [30, 1], + [58, -13], + [36, 8], + [28, -9], + [41, -36], + [34, 0], + [12, -18], + [32, 32], + [45, 20], + [42, 2], + [32, 21], + [20, 32], + [20, 20], + [-5, 19], + [-9, 23], + [15, 38], + [15, -5], + [29, -12], + [28, 31], + [42, 23], + [20, 39], + [20, 17], + [40, 8], + [22, -7], + [3, 21], + [-25, 41], + [-22, 19], + [-22, -22], + [-27, 10], + [-16, -8], + [-7, 24], + [20, 59], + [13, 45] + ], + [ + [8240, 8005], + [34, -23], + [39, 38], + [-1, 26], + [26, 62], + [15, 19], + [0, 33], + [-16, 14], + [23, 29], + [35, 11], + [37, 2], + [41, -18], + [25, -22], + [17, -59], + [10, -26], + [10, -36], + [10, -58], + [49, -19], + [32, -42], + [12, -55], + [42, 0], + [24, 23], + [46, 17], + [-15, -53], + [-11, -21], + [-9, -65], + [-19, -58], + [-33, 11], + [-24, -21], + [7, -51], + [-4, -69], + [-14, -2], + [0, -30] + ], + [ + [4920, 5353], + [-12, -1], + [-20, 12], + [-18, -1], + [-33, -10], + [-19, -18], + [-27, -21], + [-6, 1] + ], + [ + [4785, 5315], + [2, 49], + [3, 7], + [-1, 24], + [-12, 24], + [-8, 4], + [-8, 17], + [6, 26], + [-3, 28], + [1, 18] + ], + [ + [4765, 5512], + [5, 0], + [1, 25], + [-2, 12], + [3, 8], + [10, 7], + [-7, 47], + [-6, 25], + [2, 20], + [5, 4] + ], + [ + [4776, 5660], + [4, 6], + [8, -9], + [21, -1], + [5, 18], + [5, -1], + [8, 6], + [4, -25], + [7, 7], + [11, 9] + ], + [ + [4921, 5627], + [7, -84], + [-11, -50], + [-8, -66], + [12, -51], + [-1, -23] + ], + [ + [5363, 5191], + [-4, 4], + [-16, -8], + [-17, 8], + [-13, -4] + ], + [ + [5313, 5191], + [-45, 1] + ], + [ + [5268, 5192], + [4, 47], + [-11, 39], + [-13, 10], + [-6, 27], + [-7, 8], + [1, 16] + ], + [ + [5236, 5339], + [7, 42], + [13, 57], + [8, 1], + [17, 34], + [10, 1], + [16, -24], + [19, 20], + [2, 25], + [7, 23], + [4, 30], + [15, 25], + [5, 41], + [6, 13], + [4, 31], + [7, 37], + [24, 46], + [1, 20], + [3, 10], + [-11, 24] + ], + [ + [5393, 5795], + [1, 19], + [8, 3] + ], + [ + [5402, 5817], + [11, -38], + [2, -39], + [-1, -39], + [15, -54], + [-15, 1], + [-8, -4], + [-13, 6], + [-6, -28], + [16, -35], + [13, -10], + [3, -24], + [9, -41], + [-4, -16] + ], + [ + [5444, 5191], + [-2, -31], + [-22, 14], + [-22, 15], + [-35, 2] + ], + [ + [5856, 5265], + [-2, -69], + [11, -8], + [-9, -21], + [-10, -16], + [-11, -31], + [-6, -27], + [-1, -48], + [-7, -22], + [0, -45] + ], + [ + [5821, 4978], + [-8, -16], + [-1, -35], + [-4, -5], + [-2, -32] + ], + [ + [5814, 4792], + [5, -55], + [-2, -30], + [5, -35], + [16, -33], + [15, -74] + ], + [ + [5853, 4565], + [-11, 6], + [-37, -10], + [-7, -7], + [-8, -38], + [6, -26], + [-5, -70], + [-3, -59], + [7, -11], + [19, -23], + [8, 11], + [2, -64], + [-21, 1], + [-11, 32], + [-10, 25], + [-22, 9], + [-6, 31], + [-17, -19], + [-22, 8], + [-10, 27], + [-17, 6], + [-13, -2], + [-2, 19], + [-9, 1] + ], + [ + [5342, 4697], + [-4, 18] + ], + [ + [5360, 4775], + [8, -6], + [9, 23], + [15, -1], + [2, -17], + [11, -10], + [16, 37], + [16, 29], + [7, 19], + [-1, 48], + [12, 58], + [13, 30], + [18, 29], + [3, 18], + [1, 22], + [5, 21], + [-2, 33], + [4, 52], + [5, 37], + [8, 32], + [2, 36] + ], + [ + [5760, 5367], + [17, -49], + [12, -7], + [8, 10], + [12, -4], + [16, 12], + [6, -25], + [25, -39] + ], + [ + [5330, 4760], + [-22, 62] + ], + [ + [5308, 4822], + [21, 33], + [-11, 39], + [10, 15], + [19, 7], + [2, 26], + [15, -28], + [24, -2], + [9, 27], + [3, 40], + [-3, 46], + [-13, 35], + [12, 68], + [-7, 12], + [-21, -5], + [-7, 31], + [2, 25] + ], + [ + [2906, 5049], + [-12, 14], + [-14, 19], + [-7, -9], + [-24, 8], + [-7, 25], + [-5, -1], + [-28, 34] + ], + [ + [2809, 5139], + [-3, 18], + [10, 5], + [-1, 29], + [6, 22], + [14, 4], + [12, 37], + [10, 31], + [-10, 14], + [5, 34], + [-6, 54], + [6, 16], + [-4, 50], + [-12, 31] + ], + [ + [2836, 5484], + [4, 29], + [9, -4], + [5, 17], + [-6, 35], + [3, 9] + ], + [ + [2851, 5570], + [14, -2], + [21, 41], + [12, 6], + [0, 20], + [5, 50], + [16, 27], + [17, 1], + [3, 13], + [21, -5], + [22, 30], + [11, 13], + [14, 28], + [9, -3], + [8, -16], + [-6, -20] + ], + [ + [3018, 5753], + [-18, -10], + [-7, -29], + [-10, -17], + [-8, -22], + [-4, -42], + [-8, -35], + [15, -4], + [3, -27], + [6, -13], + [3, -24], + [-4, -22], + [1, -12], + [7, -5], + [7, -20], + [36, 5], + [16, -7], + [19, -51], + [11, 6], + [20, -3], + [16, 7], + [10, -10], + [-5, -32], + [-6, -20], + [-2, -42], + [5, -40], + [8, -17], + [1, -13], + [-14, -30], + [10, -13], + [8, -21], + [8, -58] + ], + [ + [3058, 4804], + [-14, 31], + [-8, 1], + [18, 61], + [-21, 27], + [-17, -5], + [-10, 10], + [-15, -15], + [-21, 7], + [-16, 62], + [-13, 15], + [-9, 28], + [-19, 28], + [-7, -5] + ], + [ + [2695, 5543], + [-15, 14], + [-6, 12], + [4, 10], + [-1, 13], + [-8, 14], + [-11, 12], + [-10, 8], + [-1, 17], + [-8, 10], + [2, -17], + [-5, -14], + [-7, 17], + [-9, 5], + [-4, 12], + [1, 18], + [3, 19], + [-8, 8], + [7, 12] + ], + [ + [2619, 5713], + [4, 7], + [18, -15], + [7, 7], + [9, -5], + [4, -12], + [8, -4], + [7, 13] + ], + [ + [2676, 5704], + [7, -32], + [11, -24], + [13, -25] + ], + [ + [2707, 5623], + [-11, -6], + [0, -23], + [6, -9], + [-4, -7], + [1, -11], + [-2, -12], + [-2, -12] + ], + [ + [2715, 6427], + [23, -4], + [22, 0], + [26, -21], + [11, -21], + [26, 6], + [10, -13], + [24, -37], + [17, -27], + [9, 1], + [17, -12], + [-2, -17], + [20, -2], + [21, -24], + [-3, -14], + [-19, -7], + [-18, -3], + [-19, 4], + [-40, -5], + [18, 32], + [-11, 16], + [-18, 4], + [-9, 17], + [-7, 33], + [-16, -2], + [-26, 16], + [-8, 12], + [-36, 10], + [-10, 11], + [11, 15], + [-28, 3], + [-20, -31], + [-11, -1], + [-4, -14], + [-14, -7], + [-12, 6], + [15, 18], + [6, 22], + [13, 13], + [14, 11], + [21, 6], + [7, 6] + ], + [ + [5909, 7133], + [2, 1], + [4, 14], + [20, -1], + [25, 18], + [-19, -25], + [2, -11] + ], + [ + [5943, 7129], + [-3, 2], + [-5, -5], + [-4, 1], + [-2, -2], + [0, 6], + [-2, 4], + [-6, 0], + [-7, -5], + [-5, 3] + ], + [ + [5943, 7129], + [1, -5], + [-28, -24], + [-14, 8], + [-7, 23], + [14, 2] + ], + [ + [5377, 7945], + [-16, 25], + [-14, 15], + [-3, 25], + [-5, 17], + [21, 13], + [10, 15], + [20, 11], + [7, 11], + [7, -6], + [13, 6] + ], + [ + [5417, 8077], + [13, -19], + [21, -5], + [-2, -17], + [15, -12], + [4, 15], + [19, -6], + [3, -19], + [20, -3], + [13, -29] + ], + [ + [5523, 7982], + [-8, 0], + [-4, -11], + [-7, -3], + [-2, -13], + [-5, -3], + [-1, -5], + [-9, -7], + [-12, 1], + [-4, -13] + ], + [ + [5275, 8306], + [1, -23], + [28, -14], + [-1, -21], + [29, 11], + [15, 16], + [32, -23], + [13, -19] + ], + [ + [5392, 8233], + [6, -30], + [-8, -16], + [11, -21], + [6, -31], + [-2, -21], + [12, -37] + ], + [ + [5207, 7871], + [3, 42], + [14, 40], + [-40, 11], + [-13, 16] + ], + [ + [5171, 7980], + [2, 26], + [-6, 13] + ], + [ + [5171, 8059], + [-5, 62], + [17, 0], + [7, 22], + [6, 54], + [-5, 20] + ], + [ + [5191, 8217], + [6, 13], + [23, 3], + [5, -13], + [19, 29], + [-6, 22], + [-2, 34] + ], + [ + [5236, 8305], + [21, -8], + [18, 9] + ], + [ + [6196, 5808], + [7, -19], + [-1, -24], + [-16, -14], + [12, -16] + ], + [ + [6198, 5735], + [-10, -32] + ], + [ + [6188, 5703], + [-7, 11], + [-6, -5], + [-16, 1], + [0, 18], + [-2, 17], + [9, 27], + [10, 26] + ], + [ + [6176, 5798], + [12, -5], + [8, 15] + ], + [ + [5352, 8343], + [-17, -48], + [-29, 33], + [-4, 25], + [41, 19], + [9, -29] + ], + [ + [5236, 8305], + [-11, 32], + [-1, 61], + [5, 16], + [8, 17], + [24, 4], + [10, 16], + [22, 17], + [-1, -30], + [-8, -20], + [4, -16], + [15, -9], + [-7, -22], + [-8, 6], + [-20, -42], + [7, -29] + ], + [ + [3008, 6222], + [3, 10], + [22, 0], + [16, -15], + [8, 1], + [5, -21], + [15, 1], + [-1, -17], + [12, -2], + [14, -22], + [-10, -24], + [-14, 13], + [-12, -3], + [-9, 3], + [-5, -11], + [-11, -3], + [-4, 14], + [-10, -8], + [-11, -41], + [-7, 10], + [-1, 17] + ], + [ + [3008, 6124], + [0, 16], + [-7, 17], + [7, 10], + [2, 23], + [-2, 32] + ], + [ + [5333, 6444], + [-95, -112], + [-81, -117], + [-39, -26] + ], + [ + [5118, 6189], + [-31, -6], + [0, 38], + [-13, 10], + [-17, 16], + [-7, 28], + [-94, 129], + [-93, 129] + ], + [ + [4863, 6533], + [-105, 143] + ], + [ + [4758, 6676], + [1, 11], + [0, 4] + ], + [ + [4759, 6691], + [0, 70], + [44, 44], + [28, 9], + [23, 16], + [11, 29], + [32, 24], + [1, 44], + [16, 5], + [13, 22], + [36, 9], + [5, 23], + [-7, 13], + [-10, 62], + [-1, 36], + [-11, 38] + ], + [ + [4939, 7135], + [27, 32], + [30, 11], + [17, 24], + [27, 18], + [47, 11], + [46, 4], + [14, -8], + [26, 23], + [30, 0], + [11, -13], + [19, 3] + ], + [ + [5233, 7240], + [-5, -30], + [4, -56], + [-6, -49], + [-18, -33], + [3, -45], + [23, -35], + [0, -14], + [17, -24], + [12, -106] + ], + [ + [5263, 6848], + [9, -52], + [1, -28], + [-5, -48], + [2, -27], + [-3, -32], + [2, -37], + [-11, -25], + [17, -43], + [1, -25], + [10, -33], + [13, 11], + [22, -28], + [12, -37] + ], + [ + [2769, 4856], + [15, 45], + [-6, 25], + [-11, -27], + [-16, 26], + [5, 16], + [-4, 54], + [9, 9], + [5, 37], + [11, 38], + [-2, 24], + [15, 13], + [19, 23] + ], + [ + [2906, 5049], + [4, -45], + [-9, -39], + [-30, -62], + [-33, -23], + [-17, -51], + [-6, -40], + [-15, -24], + [-12, 29], + [-11, 7], + [-12, -5], + [-1, 22], + [8, 14], + [-3, 24] + ], + [ + [5969, 6800], + [-7, -23], + [-6, -45], + [-8, -31], + [-6, -10], + [-10, 19], + [-12, 26], + [-20, 85], + [-3, -5], + [12, -63], + [17, -59], + [21, -92], + [10, -32], + [9, -34], + [25, -65], + [-6, -10], + [1, -39], + [33, -53], + [4, -12] + ], + [ + [6023, 6357], + [-110, 0], + [-107, 0], + [-112, 0] + ], + [ + [5694, 6357], + [0, 218], + [0, 210], + [-8, 47], + [7, 37], + [-5, 25], + [10, 29] + ], + [ + [5698, 6923], + [37, 0], + [27, -15], + [28, -18], + [13, -9], + [21, 19], + [11, 17], + [25, 5], + [20, -8], + [7, -29], + [7, 19], + [22, -14], + [22, -3], + [13, 15] + ], + [ + [5951, 6902], + [18, -102] + ], + [ + [6176, 5798], + [-10, 20], + [-11, 34], + [-12, 19], + [-8, 21], + [-24, 23], + [-19, 1], + [-7, 12], + [-16, -14], + [-17, 27], + [-8, -44], + [-33, 13] + ], + [ + [6011, 5910], + [-3, 23], + [12, 87], + [3, 39], + [9, 18], + [20, 10], + [14, 34] + ], + [ + [6066, 6121], + [16, -69], + [8, -54], + [15, -29], + [38, -55], + [16, -34], + [15, -34], + [8, -20], + [14, -18] + ], + [ + [4749, 7532], + [1, 42], + [-11, 25], + [39, 43], + [34, -11], + [37, 1], + [30, -10], + [23, 3], + [45, -2] + ], + [ + [4947, 7623], + [11, -23], + [51, -27], + [10, 13], + [31, -27], + [32, 8] + ], + [ + [5082, 7567], + [2, -35], + [-26, -39], + [-36, -12], + [-2, -20], + [-18, -33], + [-10, -48], + [11, -34], + [-16, -26], + [-6, -39], + [-21, -11], + [-20, -46], + [-35, -1], + [-27, 1], + [-17, -21], + [-11, -22], + [-13, 5], + [-11, 20], + [-8, 34], + [-26, 9] + ], + [ + [4792, 7249], + [-2, 20], + [10, 22], + [4, 16], + [-9, 17], + [7, 39], + [-11, 36], + [12, 5], + [1, 27], + [5, 9], + [0, 46], + [13, 16], + [-8, 30], + [-16, 2], + [-5, -8], + [-16, 0], + [-7, 29], + [-11, -8], + [-10, -15] + ], + [ + [5675, 8472], + [3, 35], + [-10, -8], + [-18, 21], + [-2, 34], + [35, 17], + [35, 8], + [30, -10], + [29, 2] + ], + [ + [5777, 8571], + [4, -10], + [-20, -34], + [8, -55], + [-12, -19] + ], + [ + [5757, 8453], + [-22, 0], + [-24, 22], + [-13, 7], + [-23, -10] + ], + [ + [6188, 5703], + [-6, -21], + [10, -32], + [10, -29], + [11, -21], + [90, -70], + [24, 0] + ], + [ + [6327, 5530], + [-79, -177], + [-36, -3], + [-25, -41], + [-17, -1], + [-8, -19] + ], + [ + [6162, 5289], + [-19, 0], + [-11, 20], + [-26, -25], + [-8, -24], + [-18, 4], + [-6, 7], + [-7, -1], + [-9, 0], + [-35, 50], + [-19, 0], + [-10, 20], + [0, 33], + [-14, 10] + ], + [ + [5980, 5383], + [-17, 64], + [-12, 14], + [-5, 23], + [-14, 29], + [-17, 4], + [9, 34], + [15, 2], + [4, 18] + ], + [ + [5943, 5571], + [0, 53] + ], + [ + [5943, 5624], + [8, 62], + [13, 16], + [3, 24], + [12, 45], + [17, 30], + [11, 58], + [4, 51] + ], + [ + [5794, 9138], + [-4, -42], + [42, -39], + [-26, -45], + [33, -67], + [-19, -51], + [25, -43], + [-11, -39], + [41, -40], + [-11, -31], + [-25, -34], + [-60, -75] + ], + [ + [5779, 8632], + [-50, -5], + [-49, -21], + [-45, -13], + [-16, 32], + [-27, 20], + [6, 58], + [-14, 53], + [14, 35], + [25, 37], + [63, 64], + [19, 12], + [-3, 25], + [-39, 28] + ], + [ + [5663, 8957], + [-9, 23], + [-1, 91], + [-43, 40], + [-37, 29] + ], + [ + [5573, 9140], + [17, 16], + [30, -32], + [37, 3], + [30, -14], + [26, 26], + [14, 44], + [43, 20], + [35, -24], + [-11, -41] + ], + [ + [9954, 4033], + [9, -17], + [-4, -31], + [-17, -8], + [-16, 7], + [-2, 26], + [10, 21], + [13, -8], + [7, 10] + ], + [ + [0, 4079], + [9981, -14], + [-17, -13], + [-4, 23], + [14, 12], + [9, 3], + [-9983, 18] + ], + [ + [0, 4108], + [0, -29] + ], + [ + [0, 4108], + [6, 3], + [-4, -28], + [-2, -4] + ], + [ + [3300, 1994], + [33, 36], + [24, -15], + [16, 24], + [22, -27], + [-8, -21], + [-37, -17], + [-13, 20], + [-23, -26], + [-14, 26] + ], + [ + [5265, 7548], + [-9, -46], + [-13, 12], + [-6, 40], + [5, 22], + [18, 22], + [5, -50] + ], + [ + [5157, 7984], + [6, -6], + [8, 2] + ], + [ + [5190, 7775], + [-2, -17], + [9, -22], + [-10, -18], + [7, -46], + [15, -8], + [-3, -25] + ], + [ + [5206, 7639], + [-25, -34], + [-55, 16], + [-40, -19], + [-4, -35] + ], + [ + [4947, 7623], + [14, 35], + [5, 118], + [-28, 62], + [-21, 30], + [-42, 23], + [-3, 43], + [36, 12], + [47, -15], + [-9, 67], + [26, -25], + [65, 46], + [8, 48], + [24, 12] + ], + [ + [3485, 5194], + [7, 25], + [3, 27] + ], + [ + [3495, 5246], + [4, 26], + [-10, 34] + ], + [ + [3489, 5306], + [-3, 41], + [15, 51] + ], + [ + [3501, 5398], + [9, -7], + [21, -14], + [29, -50], + [5, -24] + ], + [ + [5308, 4822], + [-29, 60], + [-18, 49], + [-17, 61], + [1, 19], + [6, 19], + [7, 43], + [5, 44] + ], + [ + [5263, 5117], + [10, 4], + [40, -1], + [0, 71] + ], + [ + [4827, 8240], + [-21, 12], + [-17, -1], + [6, 32], + [-6, 32] + ], + [ + [4789, 8315], + [23, 2], + [30, -37], + [-15, -40] + ], + [ + [4916, 8521], + [-30, -63], + [29, 8], + [30, -1], + [-7, -48], + [-25, -53], + [29, -4], + [2, -6], + [25, -69], + [19, -10], + [17, -67], + [8, -24], + [33, -11], + [-3, -38], + [-14, -17], + [11, -30], + [-25, -31], + [-37, 0], + [-48, -16], + [-13, 12], + [-18, -28], + [-26, 7], + [-19, -23], + [-15, 12], + [41, 62], + [25, 13], + [-1, 0], + [-43, 9], + [-8, 24], + [29, 18], + [-15, 32], + [5, 39], + [42, -6], + [4, 35], + [-19, 36], + [0, 1], + [-34, 10], + [-7, 16], + [10, 27], + [-9, 16], + [-15, -28], + [-1, 57], + [-14, 30], + [10, 61], + [21, 48], + [23, -4], + [33, 4] + ], + [ + [6154, 7511], + [4, 26], + [-7, 40], + [-16, 22], + [-16, 6], + [-10, 19] + ], + [ + [6109, 7624], + [4, 6], + [23, -10], + [41, -9], + [38, -28], + [5, -11], + [17, 9], + [25, -13], + [9, -24], + [17, -13] + ], + [ + [6210, 7485], + [-27, 29], + [-29, -3] + ], + [ + [5029, 5408], + [-44, -35], + [-15, -20], + [-25, -17], + [-25, 17] + ], + [ + [5000, 5708], + [-2, -18], + [12, -30], + [0, -43], + [2, -47], + [7, -21], + [-6, -54], + [2, -29], + [8, -37], + [6, -21] + ], + [ + [4765, 5512], + [-8, 1], + [-5, -24], + [-8, 1], + [-6, 12], + [2, 24], + [-11, 36], + [-8, -7], + [-6, -1] + ], + [ + [4715, 5554], + [-7, -3], + [0, 21], + [-4, 16], + [0, 17], + [-6, 25], + [-7, 21], + [-23, 0], + [-6, -11], + [-8, -1], + [-4, -13], + [-4, -17], + [-14, -26] + ], + [ + [4632, 5583], + [-13, 35], + [-10, 24], + [-8, 7], + [-6, 12], + [-4, 26], + [-4, 13], + [-8, 10] + ], + [ + [4579, 5710], + [13, 29], + [8, -2], + [7, 10], + [6, 0], + [5, 8], + [-3, 20], + [3, 6], + [1, 20] + ], + [ + [4619, 5801], + [13, -1], + [20, -14], + [6, 1], + [3, 7], + [15, -5], + [4, 4] + ], + [ + [4680, 5793], + [1, -22], + [5, 0], + [7, 8], + [5, -2], + [7, -15], + [12, -5], + [8, 13], + [9, 8], + [6, 8], + [6, -1], + [6, -13], + [3, -17], + [12, -24], + [-6, -16], + [-1, -19], + [6, 6], + [3, -7], + [-1, -17], + [8, -18] + ], + [ + [4532, 5834], + [3, 27] + ], + [ + [4535, 5861], + [31, 1], + [6, 14], + [9, 1], + [11, -14], + [8, -1], + [9, 10], + [6, -17], + [-12, -13], + [-12, 1], + [-12, 13], + [-10, -14], + [-5, -1], + [-7, -8], + [-25, 1] + ], + [ + [4579, 5710], + [-15, 24], + [-11, 4], + [-7, 17], + [1, 9], + [-9, 13], + [-2, 12] + ], + [ + [4536, 5789], + [15, 10], + [9, -2], + [8, 7], + [51, -3] + ], + [ + [5263, 5117], + [-5, 9], + [10, 66] + ], + [ + [5658, 7167], + [15, -20], + [22, 3], + [20, -4], + [0, -10], + [15, 7], + [-4, -18], + [-40, -5], + [1, 10], + [-34, 12], + [5, 25] + ], + [ + [5723, 7469], + [-17, 2], + [-14, 6], + [-34, -16], + [19, -33], + [-14, -10], + [-15, 0], + [-15, 31], + [-5, -13], + [6, -36], + [14, -27], + [-10, -13], + [15, -27], + [14, -18], + [0, -33], + [-25, 16], + [8, -30], + [-18, -7], + [11, -52], + [-19, -1], + [-23, 26], + [-10, 47], + [-5, 40], + [-11, 27], + [-14, 34], + [-2, 16] + ], + [ + [5583, 7470], + [18, 6], + [11, 13], + [15, -2], + [5, 11], + [5, 2] + ], + [ + [5725, 7529], + [13, -16], + [-8, -37], + [-7, -7] + ], + [ + [3701, 9939], + [93, 35], + [97, -2], + [36, 21], + [98, 6], + [222, -7], + [174, -47], + [-52, -23], + [-106, -3], + [-150, -5], + [14, -11], + [99, 7], + [83, -21], + [54, 18], + [23, -21], + [-30, -34], + [71, 22], + [135, 23], + [83, -12], + [15, -25], + [-113, -42], + [-16, -14], + [-88, -10], + [64, -3], + [-32, -43], + [-23, -38], + [1, -66], + [33, -38], + [-43, -3], + [-46, -19], + [52, -31], + [6, -50], + [-30, -6], + [36, -50], + [-61, -5], + [32, -24], + [-9, -20], + [-39, -10], + [-39, 0], + [35, -40], + [0, -26], + [-55, 24], + [-14, -15], + [37, -15], + [37, -36], + [10, -48], + [-49, -11], + [-22, 22], + [-34, 34], + [10, -40], + [-33, -31], + [73, -2], + [39, -3], + [-75, -52], + [-75, -46], + [-81, -21], + [-31, 0], + [-29, -23], + [-38, -62], + [-60, -42], + [-19, -2], + [-37, -15], + [-40, -13], + [-24, -37], + [0, -41], + [-15, -39], + [-45, -47], + [11, -47], + [-12, -48], + [-14, -58], + [-39, -4], + [-41, 49], + [-56, 0], + [-27, 32], + [-18, 58], + [-49, 73], + [-14, 39], + [-3, 53], + [-39, 54], + [10, 44], + [-18, 21], + [27, 69], + [42, 22], + [11, 25], + [6, 46], + [-32, -21], + [-15, -9], + [-25, -8], + [-34, 19], + [-2, 40], + [11, 31], + [25, 1], + [57, -15], + [-48, 37], + [-24, 20], + [-28, -8], + [-23, 15], + [31, 55], + [-17, 22], + [-22, 41], + [-34, 62], + [-35, 23], + [0, 25], + [-74, 34], + [-59, 5], + [-74, -3], + [-68, -4], + [-32, 19], + [-49, 37], + [73, 19], + [56, 3], + [-119, 15], + [-62, 24], + [3, 23], + [106, 28], + [101, 29], + [11, 21], + [-75, 22], + [24, 23], + [97, 41], + [40, 7], + [-12, 26], + [66, 16], + [86, 9], + [85, 1], + [30, -19], + [74, 33], + [66, -22], + [39, -5], + [58, -19], + [-66, 32], + [4, 25] + ], + [ + [2497, 5869], + [-14, 10], + [-17, 1], + [-13, 12], + [-15, 24] + ], + [ + [2438, 5916], + [1, 18], + [3, 13], + [-4, 12], + [13, 48], + [36, 0], + [1, 20], + [-5, 4], + [-3, 12], + [-10, 14], + [-11, 20], + [13, 0], + [0, 33], + [26, 0], + [26, 0] + ], + [ + [2529, 5996], + [10, -11], + [2, 9], + [8, -7] + ], + [ + [2549, 5987], + [-13, -23], + [-13, -16], + [-2, -12], + [2, -11], + [-5, -15] + ], + [ + [2518, 5910], + [-7, -4], + [2, -7], + [-6, -6], + [-9, -15], + [-1, -9] + ], + [ + [3340, 5552], + [18, -22], + [17, -38], + [1, -31], + [10, -1], + [15, -29], + [11, -21] + ], + [ + [3412, 5410], + [-4, -53], + [-17, -15], + [1, -14], + [-5, -31], + [13, -42], + [9, -1], + [3, -33], + [17, -51] + ], + [ + [3313, 5365], + [-19, 45], + [7, 16], + [0, 27], + [17, 10], + [7, 11], + [-10, 22], + [3, 21], + [22, 35] + ], + [ + [2574, 5825], + [-5, 18], + [-8, 5] + ], + [ + [2561, 5848], + [2, 24], + [-4, 6], + [-6, 4], + [-12, -7], + [-1, 8], + [-8, 10], + [-6, 12], + [-8, 5] + ], + [ + [2549, 5987], + [3, -3], + [6, 11], + [8, 1], + [3, -5], + [4, 3], + [13, -6], + [13, 2], + [9, 6], + [3, 7], + [9, -3], + [6, -4], + [8, 1], + [5, 5], + [13, -8], + [4, -1], + [9, -11], + [8, -13], + [10, -9], + [7, -17] + ], + [ + [2690, 5943], + [-9, 2], + [-4, -8], + [-10, -8], + [-7, 0], + [-6, -8], + [-6, 3], + [-4, 9], + [-3, -2], + [-4, -14], + [-3, 1], + [0, -12], + [-10, -17], + [-5, -7], + [-3, -7], + [-8, 12], + [-6, -16], + [-6, 1], + [-6, -2], + [0, -29], + [-4, 0], + [-3, -14], + [-9, -2] + ], + [ + [5522, 7770], + [7, -23], + [9, -17], + [-11, -22] + ], + [ + [5515, 7577], + [-3, -10] + ], + [ + [5512, 7567], + [-26, 22], + [-16, 21], + [-26, 18], + [-23, 43], + [6, 5], + [-13, 25], + [-1, 19], + [-17, 10], + [-9, -26], + [-8, 20], + [0, 21], + [1, 1] + ], + [ + [5380, 7746], + [20, -2], + [5, 9], + [9, -9], + [11, -1], + [0, 16], + [10, 6], + [2, 24], + [23, 16] + ], + [ + [5460, 7805], + [8, -7], + [21, -26], + [23, -11], + [10, 9] + ], + [ + [3008, 6124], + [-19, 10], + [-13, -5], + [-17, 5], + [-13, -11], + [-15, 18], + [3, 19], + [25, -8], + [21, -5], + [10, 13], + [-12, 26], + [0, 23], + [-18, 9], + [7, 16], + [17, -3], + [24, -9] + ], + [ + [5471, 7900], + [14, -15], + [10, -6], + [24, 7], + [2, 12], + [11, 2], + [14, 9], + [3, -4], + [13, 8], + [6, 13], + [9, 4], + [30, -18], + [6, 6] + ], + [ + [5613, 7918], + [15, -16], + [2, -16] + ], + [ + [5630, 7886], + [-17, -12], + [-13, -40], + [-17, -40], + [-22, -11] + ], + [ + [5561, 7783], + [-17, 2], + [-22, -15] + ], + [ + [5460, 7805], + [-6, 20], + [-4, 0] + ], + [ + [8352, 4453], + [-11, -2], + [-37, 42], + [26, 11], + [14, -18], + [10, -17], + [-2, -16] + ], + [ + [8471, 4532], + [2, -11], + [1, -18] + ], + [ + [8474, 4503], + [-18, -45], + [-24, -13], + [-3, 8], + [2, 20], + [12, 36], + [28, 23] + ], + [ + [8274, 4579], + [10, -16], + [17, 5], + [7, -25], + [-32, -12], + [-19, -8], + [-15, 1], + [10, 34], + [15, 0], + [7, 21] + ], + [ + [8413, 4579], + [-4, -32], + [-42, -17], + [-37, 7], + [0, 22], + [22, 12], + [18, -18], + [18, 5], + [25, 21] + ], + [ + [8017, 4657], + [53, -6], + [6, 25], + [51, -29], + [10, -38], + [42, -11], + [34, -35], + [-31, -23], + [-31, 24], + [-25, -1], + [-29, 4], + [-26, 11], + [-32, 22], + [-21, 6], + [-11, -7], + [-51, 24], + [-5, 25], + [-25, 5], + [19, 56], + [34, -3], + [22, -23], + [12, -5], + [4, -21] + ], + [ + [8741, 4690], + [-14, -40], + [-3, 45], + [5, 21], + [6, 20], + [7, -17], + [-1, -29] + ], + [ + [8534, 4853], + [-11, -19], + [-19, 10], + [-5, 26], + [28, 3], + [7, -20] + ], + [ + [8623, 4875], + [10, -45], + [-23, 24], + [-23, 5], + [-16, -4], + [-19, 2], + [6, 33], + [35, 2], + [30, -17] + ], + [ + [8916, 4904], + [0, -193], + [1, -192] + ], + [ + [8917, 4519], + [-25, 48], + [-28, 12], + [-7, -17], + [-35, -1], + [12, 48], + [17, 16], + [-7, 64], + [-14, 50], + [-53, 50], + [-23, 5], + [-42, 54], + [-8, -28], + [-11, -5], + [-6, 21], + [0, 26], + [-21, 29], + [29, 21], + [20, -1], + [-2, 16], + [-41, 0], + [-11, 35], + [-25, 11], + [-11, 29], + [37, 14], + [14, 20], + [45, -25], + [4, -22], + [8, -95], + [29, -35], + [23, 62], + [32, 36], + [25, 0], + [23, -21], + [21, -21], + [30, -11] + ], + [ + [8478, 5141], + [-22, -58], + [-21, -12], + [-27, 12], + [-46, -3], + [-24, -8], + [-4, -45], + [24, -53], + [15, 27], + [52, 20], + [-2, -27], + [-12, 9], + [-12, -35], + [-25, -23], + [27, -76], + [-5, -20], + [25, -68], + [-1, -39], + [-14, -17], + [-11, 20], + [13, 49], + [-27, -23], + [-7, 16], + [3, 23], + [-20, 35], + [3, 57], + [-19, -18], + [2, -69], + [1, -84], + [-17, -9], + [-12, 18], + [8, 54], + [-4, 57], + [-12, 1], + [-9, 40], + [12, 39], + [4, 47], + [14, 89], + [5, 24], + [24, 44], + [22, -18], + [35, -8], + [32, 3], + [27, 43], + [5, -14] + ], + [ + [8574, 5124], + [-2, -51], + [-14, 6], + [-4, -36], + [11, -32], + [-8, -7], + [-11, 38], + [-8, 75], + [6, 47], + [9, 22], + [2, -32], + [16, -5], + [3, -25] + ], + [ + [8045, 5176], + [5, -39], + [19, -34], + [18, 12], + [18, -4], + [16, 30], + [13, 5], + [26, -17], + [23, 13], + [14, 82], + [11, 21], + [10, 67], + [32, 0], + [24, -10] + ], + [ + [8274, 5302], + [-16, -53], + [20, -56], + [-5, -28], + [32, -54], + [-33, -7], + [-10, -40], + [2, -54], + [-27, -40], + [-1, -59], + [-10, -91], + [-5, 21], + [-31, -26], + [-11, 36], + [-20, 3], + [-14, 19], + [-33, -21], + [-10, 29], + [-18, -4], + [-23, 7], + [-4, 79], + [-14, 17], + [-13, 50], + [-4, 52], + [3, 55], + [16, 39] + ], + [ + [7939, 4712], + [-31, -1], + [-24, 49], + [-35, 48], + [-12, 36], + [-21, 48], + [-14, 44], + [-21, 83], + [-24, 49], + [-9, 51], + [-10, 46], + [-25, 37], + [-14, 51], + [-21, 33], + [-29, 65], + [-3, 30], + [18, -2], + [43, -12], + [25, -57], + [21, -40], + [16, -25], + [26, -63], + [28, -1], + [23, -41], + [16, -49], + [22, -27], + [-12, -49], + [16, -20], + [10, -2], + [5, -41], + [10, -33], + [20, -5], + [14, -37], + [-7, -74], + [-1, -91] + ], + [ + [7252, 6841], + [-17, -27], + [-11, -55], + [27, -23], + [26, -29], + [36, -33], + [38, -8], + [16, -30], + [22, -5], + [33, -14], + [23, 1], + [4, 23], + [-4, 38], + [2, 25] + ], + [ + [7703, 6727], + [2, -22], + [-10, -11], + [2, -36], + [-19, 10], + [-36, -41], + [0, -33], + [-15, -50], + [-1, -29], + [-13, -48], + [-21, 13], + [-1, -61], + [-7, -20], + [3, -25], + [-14, -14] + ], + [ + [7472, 6360], + [-4, -21], + [-19, 1], + [-34, -13], + [2, -44], + [-15, -35], + [-40, -40], + [-31, -69], + [-21, -38], + [-28, -38], + [0, -27], + [-13, -15], + [-26, -21], + [-12, -3], + [-9, -45], + [6, -77], + [1, -49], + [-11, -56], + [0, -101], + [-15, -2], + [-12, -46], + [8, -19], + [-25, -17], + [-10, -40], + [-11, -17], + [-26, 55], + [-13, 83], + [-11, 60], + [-9, 28], + [-15, 56], + [-7, 74], + [-5, 37], + [-25, 81], + [-12, 115], + [-8, 75], + [0, 72], + [-5, 55], + [-41, -35], + [-19, 7], + [-36, 71], + [13, 22], + [-8, 23], + [-33, 50] + ], + [ + [6893, 6457], + [19, 40], + [61, -1], + [-6, 51], + [-15, 30], + [-4, 46], + [-18, 26], + [31, 62], + [32, -4], + [29, 61], + [18, 60], + [27, 60], + [-1, 42], + [24, 34], + [-23, 29], + [-9, 40], + [-10, 52], + [14, 25], + [42, -14], + [31, 9], + [26, 49] + ], + [ + [4827, 8240], + [5, -42], + [-21, -53], + [-49, -35], + [-40, 9], + [23, 62], + [-15, 60], + [38, 46], + [21, 28] + ], + [ + [6497, 7255], + [25, 12], + [19, 33], + [19, -1], + [12, 11], + [20, -6], + [31, -30], + [22, -6], + [31, -53], + [21, -2], + [3, -49] + ], + [ + [6690, 6820], + [14, -31], + [11, -36], + [27, -26], + [1, -52], + [13, -10], + [2, -27], + [-40, -30], + [-10, -69] + ], + [ + [6708, 6539], + [-53, 18], + [-30, 13], + [-31, 8], + [-12, 73], + [-13, 10], + [-22, -11], + [-28, -28], + [-34, 20], + [-28, 45], + [-27, 17], + [-18, 56], + [-21, 79], + [-15, -10], + [-17, 20], + [-11, -24] + ], + [ + [6348, 6825], + [-15, 32], + [0, 31], + [-9, 0], + [5, 43], + [-15, 45], + [-34, 32], + [-19, 56], + [6, 46], + [14, 21], + [-2, 34], + [-18, 18], + [-18, 70] + ], + [ + [6243, 7253], + [-15, 48], + [5, 18], + [-8, 68], + [19, 17] + ], + [ + [6357, 7321], + [9, -43], + [26, -13], + [20, -29], + [39, -10], + [44, 15], + [2, 14] + ], + [ + [6348, 6825], + [-16, 3] + ], + [ + [6332, 6828], + [-19, 5], + [-20, -56] + ], + [ + [6293, 6777], + [-52, 4], + [-78, 119], + [-41, 41], + [-34, 16] + ], + [ + [6088, 6957], + [-11, 72] + ], + [ + [6077, 7029], + [61, 62], + [11, 71], + [-3, 43], + [16, 15], + [14, 37] + ], + [ + [6176, 7257], + [12, 9], + [32, -8], + [10, -15], + [13, 10] + ], + [ + [4597, 8984], + [-7, -39], + [31, -40], + [-36, -45], + [-80, -41], + [-24, -10], + [-36, 8], + [-78, 19], + [28, 26], + [-61, 29], + [49, 12], + [-1, 17], + [-58, 14], + [19, 38], + [42, 9], + [43, -40], + [42, 32], + [35, -17], + [45, 32], + [47, -4] + ], + [ + [5992, 6990], + [-5, -19] + ], + [ + [5987, 6971], + [-10, 8], + [-6, -39], + [7, -7], + [-7, -8], + [-1, -15], + [13, 8] + ], + [ + [5983, 6918], + [0, -23], + [-14, -95] + ], + [ + [5951, 6902], + [8, 19], + [-2, 4], + [8, 27], + [5, 45], + [4, 15], + [1, 0] + ], + [ + [5975, 7012], + [9, 0], + [3, 11], + [7, 0] + ], + [ + [5994, 7023], + [1, -24], + [-4, -9], + [1, 0] + ], + [ + [5431, 7316], + [-10, -46], + [4, -19], + [-6, -30], + [-21, 22], + [-14, 7], + [-39, 30], + [4, 30], + [32, -6], + [28, 7], + [22, 5] + ], + [ + [5255, 7492], + [17, -42], + [-4, -78], + [-13, 4], + [-11, -20], + [-10, 16], + [-2, 71], + [-6, 34], + [15, -3], + [14, 18] + ], + [ + [5383, 7805], + [-3, -29], + [7, -25] + ], + [ + [5387, 7751], + [-22, 8], + [-23, -20], + [1, -30], + [-3, -17], + [9, -30], + [26, -29], + [14, -49], + [31, -48], + [22, 0], + [7, -13], + [-8, -11], + [25, -22], + [20, -18], + [24, -30], + [3, -11], + [-5, -22], + [-16, 28], + [-24, 10], + [-12, -39], + [20, -21], + [-3, -31], + [-11, -4], + [-15, -50], + [-12, -5], + [0, 18], + [6, 32], + [6, 12], + [-11, 35], + [-8, 29], + [-12, 8], + [-8, 25], + [-18, 11], + [-12, 24], + [-21, 4], + [-21, 26], + [-26, 39], + [-19, 34], + [-8, 58], + [-14, 7], + [-23, 20], + [-12, -8], + [-16, -28], + [-12, -4] + ], + [ + [2845, 6150], + [19, -5], + [14, -15], + [5, -16], + [-19, -1], + [-9, -10], + [-15, 10], + [-16, 21], + [3, 14], + [12, 4], + [6, -2] + ], + [ + [5992, 6990], + [31, -24], + [54, 63] + ], + [ + [6088, 6957], + [-5, -8], + [-56, -30], + [28, -59], + [-9, -10], + [-5, -20], + [-21, -8], + [-7, -21], + [-12, -19], + [-31, 10] + ], + [ + [5970, 6792], + [-1, 8] + ], + [ + [5983, 6918], + [4, 17], + [0, 36] + ], + [ + [8739, 7075], + [4, -20], + [-16, -36], + [-11, 19], + [-15, -14], + [-7, -34], + [-18, 16], + [0, 28], + [15, 36], + [16, -7], + [12, 25], + [20, -13] + ], + [ + [8915, 7252], + [-10, -47], + [4, -30], + [-14, -42], + [-35, -27], + [-49, -4], + [-40, -67], + [-19, 22], + [-1, 44], + [-48, -13], + [-33, -27], + [-32, -2], + [28, -43], + [-19, -101], + [-18, -24], + [-13, 23], + [7, 53], + [-18, 17], + [-11, 41], + [26, 18], + [15, 37], + [28, 30], + [20, 41], + [55, 17], + [30, -12], + [29, 105], + [19, -28], + [40, 59], + [16, 23], + [18, 72], + [-5, 67], + [11, 37], + [30, 11], + [15, -82], + [-1, -48], + [-25, -59], + [0, -61] + ], + [ + [8997, 7667], + [19, -12], + [20, 25], + [6, -67], + [-41, -16], + [-25, -59], + [-43, 41], + [-15, -65], + [-31, -1], + [-4, 59], + [14, 46], + [29, 3], + [8, 82], + [9, 46], + [32, -62], + [22, -20] + ], + [ + [6970, 7554], + [-15, -10], + [-37, -42], + [-12, -42], + [-11, 0], + [-7, 28], + [-36, 2], + [-5, 48], + [-14, 0], + [2, 60], + [-33, 43], + [-48, -5], + [-32, -8], + [-27, 53], + [-22, 22], + [-43, 43], + [-6, 5], + [-71, -35], + [1, -218] + ], + [ + [6554, 7498], + [-14, -3], + [-20, 46], + [-18, 17], + [-32, -12], + [-12, -20] + ], + [ + [6458, 7526], + [-2, 14], + [7, 25], + [-5, 21], + [-32, 20], + [-13, 53], + [-15, 15], + [-1, 19], + [27, -6], + [1, 44], + [23, 9], + [25, -9], + [5, 58], + [-5, 36], + [-28, -2], + [-24, 14], + [-32, -26], + [-26, -12] + ], + [ + [6363, 7799], + [-14, 9], + [3, 31], + [-18, 39], + [-20, -2], + [-24, 40], + [16, 45], + [-8, 12], + [22, 65], + [29, -34], + [3, 43], + [58, 64], + [43, 2], + [61, -41], + [33, -24], + [30, 25], + [44, 1], + [35, -30], + [8, 17], + [39, -2], + [7, 28], + [-45, 40], + [27, 29], + [-5, 16], + [26, 15], + [-20, 41], + [13, 20], + [104, 21], + [13, 14], + [70, 22], + [25, 24], + [50, -12], + [9, -61], + [29, 14], + [35, -20], + [-2, -32], + [27, 3], + [69, 56], + [-10, -19], + [35, -46], + [62, -150], + [15, 31], + [39, -34], + [39, 16], + [16, -11], + [13, -34], + [20, -12], + [11, -25], + [36, 8], + [15, -36] + ], + [ + [7229, 7559], + [-17, 9], + [-14, 21], + [-42, 6], + [-46, 2], + [-10, -6], + [-39, 24], + [-16, -12], + [-4, -35], + [-46, 21], + [-18, -9], + [-7, -26] + ], + [ + [6155, 4958], + [-20, -24], + [-7, -24], + [-10, -4], + [-4, -42], + [-9, -24], + [-5, -39], + [-12, -20] + ], + [ + [6088, 4781], + [-40, 59], + [-1, 35], + [-101, 120], + [-5, 6] + ], + [ + [5941, 5001], + [0, 63], + [8, 24], + [14, 39], + [10, 43], + [-13, 68], + [-3, 30], + [-13, 41] + ], + [ + [5944, 5309], + [17, 35], + [19, 39] + ], + [ + [6162, 5289], + [-24, -67], + [0, -215], + [17, -49] + ], + [ + [7046, 7387], + [-53, -9], + [-34, 19], + [-30, -4], + [3, 34], + [30, -10], + [10, 18] + ], + [ + [6972, 7435], + [21, -6], + [36, 43], + [-33, 31], + [-20, -15], + [-21, 22], + [24, 39], + [-9, 5] + ], + [ + [7849, 5777], + [-7, 72], + [18, 49], + [36, 11], + [26, -8] + ], + [ + [7922, 5901], + [23, -23], + [12, 40], + [25, -21] + ], + [ + [7982, 5897], + [6, -40], + [-3, -71], + [-47, -45], + [13, -36], + [-30, -4], + [-24, -24] + ], + [ + [7897, 5677], + [-23, 9], + [-11, 30], + [-14, 61] + ], + [ + [8564, 7339], + [24, -70], + [7, -38], + [0, -68], + [-10, -33], + [-25, -11], + [-22, -25], + [-25, -5], + [-3, 32], + [5, 45], + [-13, 61], + [21, 10], + [-19, 51] + ], + [ + [8504, 7288], + [2, 5], + [12, -2], + [11, 27], + [20, 2], + [11, 4], + [4, 15] + ], + [ + [5557, 7574], + [5, 13] + ], + [ + [5562, 7587], + [7, 4], + [4, 20], + [5, 3], + [4, -8], + [5, -4], + [3, -10], + [5, -2], + [5, -11], + [4, 0], + [-3, -14], + [-3, -7], + [1, -5] + ], + [ + [5599, 7553], + [-6, -2], + [-17, -9], + [-1, -12], + [-4, 0] + ], + [ + [6332, 6828], + [6, -26], + [-3, -13], + [9, -45] + ], + [ + [6344, 6744], + [-19, -1], + [-7, 28], + [-25, 6] + ], + [ + [7922, 5901], + [9, 26], + [1, 50], + [-22, 52], + [-2, 58], + [-21, 48], + [-21, 4], + [-6, -20], + [-16, -2], + [-8, 10], + [-30, -35], + [0, 53], + [7, 62], + [-19, 3], + [-2, 36], + [-12, 18] + ], + [ + [7780, 6264], + [6, 21], + [24, 39] + ], + [ + [7837, 6385], + [17, -47], + [12, -54], + [34, 0], + [11, -52], + [-18, -15], + [-8, -21], + [34, -36], + [23, -70], + [17, -52], + [21, -41], + [7, -41], + [-5, -59] + ], + [ + [5975, 7012], + [10, 49], + [14, 41], + [0, 2] + ], + [ + [5999, 7104], + [13, -3], + [4, -23], + [-15, -22], + [-7, -33] + ], + [ + [4785, 5315], + [-7, 0], + [-29, 28], + [-25, 45], + [-24, 32], + [-18, 38] + ], + [ + [4682, 5458], + [6, 19], + [2, 17], + [12, 33], + [13, 27] + ], + [ + [5412, 6408], + [-20, -22], + [-15, 33], + [-44, 25] + ], + [ + [5263, 6848], + [13, 14], + [3, 25], + [-3, 24], + [19, 23], + [8, 19], + [14, 17], + [2, 45] + ], + [ + [5319, 7015], + [32, -20], + [12, 5], + [23, -10], + [37, -26], + [13, -53], + [25, -11], + [39, -25], + [30, -29], + [13, 15], + [13, 27], + [-6, 45], + [9, 29], + [20, 28], + [19, 8], + [37, -12], + [10, -27], + [10, 0], + [9, -10], + [28, -7], + [6, -19] + ], + [ + [5694, 6357], + [0, -118], + [-32, 0], + [0, -25] + ], + [ + [5662, 6214], + [-111, 113], + [-111, 113], + [-28, -32] + ], + [ + [7271, 5502], + [-4, -62], + [-12, -16], + [-24, -14], + [-13, 47], + [-5, 85], + [13, 96], + [19, -33], + [13, -42], + [13, -61] + ], + [ + [5804, 3347], + [10, -18], + [-9, -29], + [-4, -19], + [-16, -9], + [-5, -19], + [-10, -6], + [-21, 46], + [15, 37], + [15, 23], + [13, 12], + [12, -18] + ], + [ + [5631, 8267], + [-2, 15], + [3, 16], + [-13, 10], + [-29, 10] + ], + [ + [5590, 8318], + [-6, 50] + ], + [ + [5584, 8368], + [32, 18], + [47, -4], + [27, 6], + [4, -12], + [15, -4], + [26, -29] + ], + [ + [5652, 8242], + [-7, 19], + [-14, 6] + ], + [ + [5584, 8368], + [1, 44], + [14, 37], + [26, 20], + [22, -44], + [22, 1], + [6, 46] + ], + [ + [5757, 8453], + [14, -14], + [2, -28], + [9, -35] + ], + [ + [4759, 6691], + [-4, 0], + [0, -31], + [-17, -2], + [-9, -14], + [-13, 0], + [-10, 8], + [-23, -6], + [-9, -46], + [-9, -5], + [-13, -74], + [-38, -64], + [-9, -81], + [-12, -27], + [-3, -21], + [-63, -5] + ], + [ + [4527, 6323], + [1, 27], + [11, 17], + [9, 30], + [-2, 20], + [10, 42], + [15, 38], + [9, 9], + [8, 35], + [0, 31], + [10, 37], + [19, 21], + [18, 60], + [0, 1], + [14, 23], + [26, 6], + [22, 41], + [14, 16], + [23, 49], + [-7, 73], + [10, 51], + [4, 31], + [18, 40], + [28, 27], + [21, 25], + [18, 61], + [9, 36], + [20, 0], + [17, -25], + [26, 4], + [29, -13], + [12, -1] + ], + [ + [5739, 7906], + [6, 9], + [19, 6], + [20, -19], + [12, -2], + [12, -16], + [-2, -20], + [11, -9], + [4, -25], + [9, -15], + [-2, -9], + [5, -6], + [-7, -4], + [-16, 1], + [-3, 9], + [-6, -5], + [2, -11], + [-7, -19], + [-5, -20], + [-7, -6] + ], + [ + [5784, 7745], + [-5, 27], + [3, 25], + [-1, 26], + [-16, 35], + [-9, 25], + [-9, 17], + [-8, 6] + ], + [ + [6376, 4321], + [7, -25], + [7, -39], + [4, -71], + [7, -28], + [-2, -28], + [-5, -18], + [-10, 35], + [-5, -18], + [5, -43], + [-2, -25], + [-8, -14], + [-1, -50], + [-11, -69], + [-14, -81], + [-17, -112], + [-11, -82], + [-12, -69], + [-23, -14], + [-24, -25], + [-16, 15], + [-22, 21], + [-8, 31], + [-2, 53], + [-10, 47], + [-2, 42], + [5, 43], + [13, 10], + [0, 20], + [13, 45], + [2, 37], + [-6, 28], + [-5, 38], + [-2, 54], + [9, 33], + [4, 38], + [14, 2], + [15, 12], + [11, 10], + [12, 1], + [16, 34], + [23, 36], + [8, 30], + [-4, 25], + [12, -7], + [15, 41], + [1, 36], + [9, 26], + [10, -25] + ], + [ + [2301, 6586], + [-10, -52], + [-5, -43], + [-2, -79], + [-3, -29], + [5, -32], + [9, -29], + [5, -45], + [19, -44], + [6, -34], + [11, -29], + [29, -16], + [12, -25], + [24, 17], + [21, 6], + [21, 11], + [18, 10], + [17, 24], + [7, 34], + [2, 50], + [5, 17], + [19, 16], + [29, 13], + [25, -2], + [17, 5], + [6, -12], + [-1, -29], + [-15, -35], + [-6, -36], + [5, -10], + [-4, -26], + [-7, -46], + [-7, 15], + [-6, -1] + ], + [ + [2438, 5916], + [-32, 64], + [-14, 19], + [-23, 16], + [-15, -5], + [-22, -22], + [-14, -6], + [-20, 16], + [-21, 11], + [-26, 27], + [-21, 8], + [-31, 28], + [-23, 28], + [-7, 16], + [-16, 3], + [-28, 19], + [-12, 27], + [-30, 34], + [-14, 37], + [-6, 29], + [9, 5], + [-3, 17], + [7, 16], + [0, 20], + [-10, 27], + [-2, 23], + [-9, 30], + [-25, 59], + [-28, 46], + [-13, 37], + [-24, 24], + [-5, 14], + [4, 37], + [-14, 13], + [-17, 29], + [-7, 41], + [-14, 5], + [-17, 31], + [-13, 29], + [-1, 19], + [-15, 44], + [-10, 45], + [1, 23], + [-20, 23], + [-10, -2], + [-15, 16], + [-5, -24], + [5, -28], + [2, -45], + [10, -24], + [21, -41], + [4, -14], + [4, -4], + [4, -20], + [5, 1], + [6, -38], + [8, -15], + [6, -21], + [17, -30], + [10, -55], + [8, -26], + [8, -28], + [1, -31], + [13, -2], + [12, -27], + [10, -26], + [-1, -11], + [-12, -21], + [-5, 0], + [-7, 36], + [-18, 33], + [-20, 29], + [-14, 15], + [1, 43], + [-5, 32], + [-13, 19], + [-19, 26], + [-4, -8], + [-7, 16], + [-17, 14], + [-16, 34], + [2, 5], + [11, -4], + [11, 22], + [1, 27], + [-22, 42], + [-16, 17], + [-10, 36], + [-11, 39], + [-12, 47], + [-12, 54] + ], + [ + [1746, 6980], + [32, 4], + [35, 7], + [-2, -12], + [41, -29], + [64, -41], + [55, 0], + [22, 0], + [0, 24], + [48, 0], + [10, -20], + [15, -19], + [16, -26], + [9, -31], + [7, -32], + [15, -18], + [23, -18], + [17, 47], + [23, 1], + [19, -24], + [14, -40], + [10, -35], + [16, -34], + [6, -41], + [8, -28], + [22, -18], + [20, -13], + [10, 2] + ], + [ + [5599, 7553], + [9, 4], + [13, 1] + ], + [ + [4661, 5921], + [10, 11], + [4, 35], + [9, 1], + [20, -16], + [15, 11], + [11, -4], + [4, 13], + [112, 1], + [6, 42], + [-5, 7], + [-13, 255], + [-14, 255], + [43, 1] + ], + [ + [5118, 6189], + [0, -136], + [-15, -39], + [-2, -37], + [-25, -9], + [-38, -5], + [-10, -21], + [-18, -3] + ], + [ + [4680, 5793], + [1, 18], + [-2, 23], + [-11, 16], + [-5, 34], + [-2, 37] + ], + [ + [7737, 5644], + [-3, 44], + [9, 45], + [-10, 35], + [3, 65], + [-12, 30], + [-9, 71], + [-5, 75], + [-12, 49], + [-18, -30], + [-32, -42], + [-15, 5], + [-17, 14], + [9, 73], + [-6, 56], + [-21, 68], + [3, 21], + [-16, 7], + [-20, 49] + ], + [ + [7780, 6264], + [-16, -14], + [-16, -26], + [-20, -2], + [-12, -64], + [-12, -11], + [14, -52], + [17, -43], + [12, -39], + [-11, -51], + [-9, -11], + [6, -30], + [19, -47], + [3, -33], + [0, -27], + [11, -54], + [-16, -55], + [-13, -61] + ], + [ + [5538, 7532], + [-6, 4], + [-8, 19], + [-12, 12] + ], + [ + [5533, 7629], + [8, -10], + [4, -9], + [9, -6], + [10, -12], + [-2, -5] + ], + [ + [7437, 7970], + [29, 10], + [53, 51], + [42, 28], + [24, -18], + [29, -1], + [19, -28], + [28, -2], + [40, -15], + [27, 41], + [-11, 35], + [28, 61], + [31, -24], + [26, -7], + [32, -15], + [6, -44], + [39, -25], + [26, 11], + [36, 7], + [27, -7], + [28, -29], + [16, -30], + [26, 1], + [35, -10], + [26, 15], + [36, 9], + [41, 42], + [17, -6], + [14, -20], + [33, 5] + ], + [ + [5959, 4377], + [21, 5], + [34, -17], + [7, 8], + [19, 1], + [10, 18], + [17, -1], + [30, 23], + [22, 34] + ], + [ + [6119, 4448], + [5, -26], + [-1, -59], + [3, -52], + [1, -92], + [5, -29], + [-8, -43], + [-11, -41], + [-18, -36], + [-25, -23], + [-31, -28], + [-32, -64], + [-10, -11], + [-20, -42], + [-11, -13], + [-3, -42], + [14, -45], + [5, -35], + [0, -17], + [5, 3], + [-1, -58], + [-4, -28], + [6, -10], + [-4, -25], + [-11, -21], + [-23, -20], + [-34, -32], + [-12, -21], + [3, -25], + [7, -4], + [-3, -31] + ], + [ + [5911, 3478], + [-21, 0] + ], + [ + [5890, 3478], + [-2, 26], + [-4, 27] + ], + [ + [5884, 3531], + [-3, 21], + [5, 66], + [-7, 42], + [-13, 83] + ], + [ + [5866, 3743], + [29, 67], + [7, 43], + [5, 5], + [3, 35], + [-5, 17], + [1, 44], + [6, 41], + [0, 75], + [-15, 19], + [-13, 4], + [-6, 15], + [-13, 12], + [-23, -1], + [-2, 22] + ], + [ + [5840, 4141], + [-2, 42], + [84, 49] + ], + [ + [5922, 4232], + [16, -28], + [8, 5], + [11, -15], + [1, -23], + [-6, -28], + [2, -42], + [19, -36], + [8, 41], + [12, 12], + [-2, 76], + [-12, 43], + [-10, 19], + [-10, -1], + [-7, 77], + [7, 45] + ], + [ + [4661, 5921], + [-18, 41], + [-17, 43], + [-18, 16], + [-13, 17], + [-16, -1], + [-13, -12], + [-14, 5], + [-10, -19] + ], + [ + [4542, 6011], + [-2, 32], + [8, 29], + [3, 55], + [-3, 59], + [-3, 29], + [2, 30], + [-7, 28], + [-14, 25] + ], + [ + [4526, 6298], + [6, 20], + [108, -1], + [-5, 86], + [7, 30], + [26, 5], + [-1, 152], + [91, -4], + [0, 90] + ], + [ + [5922, 4232], + [-15, 15], + [9, 55], + [9, 21], + [-6, 49], + [6, 48], + [5, 16], + [-7, 50], + [-14, 26] + ], + [ + [5909, 4512], + [28, -11], + [5, -16], + [10, -28], + [7, -80] + ], + [ + [7836, 5425], + [7, -5], + [16, -36], + [12, -40], + [2, -39], + [-3, -27], + [2, -21], + [2, -35], + [10, -16], + [11, -52], + [-1, -20], + [-19, -4], + [-27, 44], + [-32, 47], + [-4, 30], + [-16, 39], + [-4, 49], + [-10, 32], + [4, 43], + [-7, 25] + ], + [ + [7779, 5439], + [5, 11], + [23, -26], + [2, -30], + [18, 7], + [9, 24] + ], + [ + [8045, 5176], + [21, -20], + [21, 11], + [6, 50], + [12, 11], + [33, 13], + [20, 47], + [14, 37] + ], + [ + [8206, 5379], + [22, 41], + [14, 47], + [11, 0], + [14, -30], + [1, -26], + [19, -16], + [23, -18], + [-2, -23], + [-19, -3], + [5, -29], + [-20, -20] + ], + [ + [5453, 3369], + [-20, 45], + [-11, 43], + [-6, 58], + [-7, 42], + [-9, 91], + [-1, 71], + [-3, 32], + [-11, 25], + [-15, 48], + [-14, 71], + [-6, 37], + [-23, 58], + [-2, 45] + ], + [ + [5644, 4022], + [23, 14], + [18, -4], + [11, -13], + [0, -5] + ], + [ + [5552, 3594], + [0, -218], + [-25, -30], + [-15, -4], + [-17, 11], + [-13, 4], + [-4, 25], + [-11, 17], + [-14, -30] + ], + [ + [9604, 3812], + [23, -36], + [14, -28], + [-10, -14], + [-16, 16], + [-19, 27], + [-18, 31], + [-19, 42], + [-4, 20], + [12, -1], + [16, -20], + [12, -20], + [9, -17] + ], + [ + [5412, 6408], + [7, -92], + [10, -15], + [1, -19], + [11, -20], + [-6, -25], + [-11, -120], + [-1, -77], + [-35, -56], + [-12, -78], + [11, -22], + [0, -38], + [18, -1], + [-3, -28] + ], + [ + [5393, 5795], + [-5, -1], + [-19, 64], + [-6, 3], + [-22, -33], + [-21, 17], + [-15, 3], + [-8, -8], + [-17, 2], + [-16, -25], + [-14, -2], + [-34, 31], + [-13, -15], + [-14, 1], + [-10, 23], + [-28, 22], + [-30, -7], + [-7, -13], + [-4, -34], + [-8, -24], + [-2, -53] + ], + [ + [5236, 5339], + [-29, -21], + [-11, 3], + [-10, -13], + [-23, 1], + [-15, 37], + [-9, 43], + [-19, 39], + [-21, -1], + [-25, 0] + ], + [ + [2619, 5713], + [-10, 18], + [-13, 24], + [-6, 20], + [-12, 19], + [-13, 26], + [3, 9], + [4, -9], + [2, 5] + ], + [ + [2690, 5943], + [-2, -5], + [-2, -13], + [3, -22], + [-6, -20], + [-3, -24], + [-1, -26], + [1, -15], + [1, -27], + [-4, -6], + [-3, -25], + [2, -15], + [-6, -16], + [2, -16], + [4, -9] + ], + [ + [5092, 8091], + [14, 16], + [24, 87], + [38, 25], + [23, -2] + ], + [ + [5863, 9167], + [-47, -24], + [-22, -5] + ], + [ + [5573, 9140], + [-17, -2], + [-4, -39], + [-53, 9], + [-7, -33], + [-27, 1], + [-18, -42], + [-28, -66], + [-43, -83], + [10, -20], + [-10, -24], + [-27, 1], + [-18, -55], + [2, -79], + [17, -29], + [-9, -70], + [-23, -40], + [-12, -34] + ], + [ + [5306, 8535], + [-19, 36], + [-55, -69], + [-37, -13], + [-38, 30], + [-10, 63], + [-9, 137], + [26, 38], + [73, 49], + [55, 61], + [51, 82], + [66, 115], + [47, 44], + [76, 74], + [61, 26], + [46, -3], + [42, 49], + [51, -3], + [50, 12], + [87, -43], + [-36, -16], + [30, -37] + ], + [ + [5686, 9657], + [-62, -24], + [-49, 13], + [19, 16], + [-16, 19], + [57, 11], + [11, -22], + [40, -13] + ], + [ + [5506, 9766], + [92, -44], + [-70, -23], + [-15, -44], + [-25, -11], + [-13, -49], + [-34, -2], + [-59, 36], + [25, 21], + [-42, 17], + [-54, 50], + [-21, 46], + [75, 21], + [16, -20], + [39, 0], + [11, 21], + [40, 2], + [35, -21] + ], + [ + [5706, 9808], + [55, -21], + [-41, -32], + [-81, -7], + [-82, 10], + [-5, 16], + [-40, 1], + [-30, 27], + [86, 17], + [40, -14], + [28, 17], + [70, -14] + ], + [ + [9805, 2640], + [6, -24], + [20, 24], + [8, -25], + [0, -25], + [-10, -27], + [-18, -44], + [-14, -24], + [10, -28], + [-22, -1], + [-23, -22], + [-8, -39], + [-16, -60], + [-21, -26], + [-14, -17], + [-26, 1], + [-18, 20], + [-30, 4], + [-5, 22], + [15, 43], + [35, 59], + [18, 11], + [20, 22], + [24, 31], + [16, 31], + [13, 44], + [10, 15], + [5, 33], + [19, 27], + [6, -25] + ], + [ + [9849, 2922], + [20, -63], + [1, 41], + [13, -16], + [4, -45], + [22, -19], + [19, -5], + [16, 22], + [14, -6], + [-7, -53], + [-8, -34], + [-22, 1], + [-7, -18], + [3, -25], + [-4, -11], + [-11, -32], + [-14, -41], + [-21, -23], + [-5, 15], + [-12, 9], + [16, 48], + [-9, 33], + [-30, 23], + [1, 22], + [20, 20], + [5, 46], + [-1, 38], + [-12, 40], + [1, 10], + [-13, 25], + [-22, 52], + [-12, 42], + [11, 4], + [15, -33], + [21, -15], + [8, -52] + ], + [ + [6475, 6041], + [-9, 41], + [-22, 98] + ], + [ + [6444, 6180], + [83, 59], + [19, 118], + [-13, 42] + ], + [ + [6566, 6530], + [12, -40], + [16, -22], + [20, -8], + [17, -10], + [12, -34], + [8, -20], + [10, -7], + [0, -13], + [-10, -36], + [-5, -16], + [-12, -19], + [-10, -41], + [-13, 3], + [-5, -14], + [-5, -30], + [4, -39], + [-3, -7], + [-13, 0], + [-17, -22], + [-3, -29], + [-6, -12], + [-18, 0], + [-10, -15], + [0, -24], + [-14, -16], + [-15, 5], + [-19, -19], + [-12, -4] + ], + [ + [6557, 6597], + [8, 20], + [3, -5], + [-2, -25], + [-4, -10] + ], + [ + [6893, 6457], + [-20, 15], + [-9, 43], + [-21, 45], + [-51, -12], + [-45, -1], + [-39, -8] + ], + [ + [2836, 5484], + [-9, 17], + [-6, 32], + [7, 16], + [-7, 4], + [-5, 20], + [-14, 16], + [-12, -4], + [-6, -20], + [-11, -15], + [-6, -2], + [-3, -13], + [13, -32], + [-7, -7], + [-4, -9], + [-13, -3], + [-5, 35], + [-4, -10], + [-9, 4], + [-5, 24], + [-12, 3], + [-7, 7], + [-12, 0], + [-1, -13], + [-3, 9] + ], + [ + [2707, 5623], + [10, -22], + [-1, -12], + [11, -3], + [3, 5], + [8, -14], + [13, 4], + [12, 15], + [17, 12], + [9, 17], + [16, -3], + [-1, -6], + [15, -2], + [12, -10], + [10, -18], + [10, -16] + ], + [ + [3045, 3974], + [-28, 33], + [-2, 25], + [-55, 59], + [-50, 65], + [-22, 36], + [-11, 49], + [4, 17], + [-23, 77], + [-28, 109], + [-26, 118], + [-11, 27], + [-9, 43], + [-21, 39], + [-20, 24], + [9, 26], + [-14, 57], + [9, 41], + [22, 37] + ], + [ + [8510, 5555], + [2, -40], + [2, -33], + [-9, -54], + [-11, 60], + [-13, -30], + [9, -43], + [-8, -28], + [-32, 35], + [-8, 42], + [8, 28], + [-17, 28], + [-9, -24], + [-13, 2], + [-21, -33], + [-4, 17], + [11, 50], + [17, 17], + [15, 22], + [10, -27], + [21, 17], + [5, 26], + [19, 1], + [-1, 46], + [22, -28], + [3, -30], + [2, -21] + ], + [ + [8443, 5665], + [-10, -20], + [-9, -37], + [-8, -17], + [-17, 40], + [5, 16], + [7, 17], + [3, 36], + [16, 4], + [-5, -40], + [21, 57], + [-3, -56] + ], + [ + [8291, 5608], + [-37, -56], + [14, 41], + [20, 37], + [16, 41], + [15, 58], + [5, -48], + [-18, -33], + [-15, -40] + ], + [ + [8385, 5760], + [16, -18], + [18, 0], + [0, -25], + [-13, -25], + [-18, -18], + [-1, 28], + [2, 30], + [-4, 28] + ], + [ + [8485, 5776], + [8, -66], + [-21, 16], + [0, -20], + [7, -37], + [-13, -13], + [-1, 42], + [-9, 3], + [-4, 36], + [16, -5], + [0, 22], + [-17, 45], + [27, -1], + [7, -22] + ], + [ + [8375, 5830], + [-7, -51], + [-12, 29], + [-15, 45], + [24, -2], + [10, -21] + ], + [ + [8369, 6151], + [17, -17], + [9, 15], + [2, -15], + [-4, -24], + [9, -43], + [-7, -49], + [-16, -19], + [-5, -48], + [7, -47], + [14, -7], + [13, 7], + [34, -32], + [-2, -32], + [9, -15], + [-3, -27], + [-22, 29], + [-10, 31], + [-7, -22], + [-18, 36], + [-25, -9], + [-14, 13], + [1, 25], + [9, 15], + [-8, 13], + [-4, -21], + [-14, 34], + [-4, 26], + [-1, 56], + [11, -19], + [3, 92], + [9, 54], + [17, 0] + ], + [ + [9329, 4655], + [-8, -6], + [-12, 22], + [-12, 38], + [-6, 45], + [4, 6], + [3, -18], + [8, -13], + [14, -38], + [13, -20], + [-4, -16] + ], + [ + [9221, 4734], + [-15, -5], + [-4, -17], + [-15, -14], + [-15, -14], + [-14, 0], + [-23, 18], + [-16, 16], + [2, 18], + [25, -8], + [15, 4], + [5, 29], + [4, 1], + [2, -31], + [16, 4], + [8, 20], + [16, 21], + [-4, 35], + [17, 1], + [6, -9], + [-1, -33], + [-9, -36] + ], + [ + [8916, 4904], + [48, -41], + [51, -34], + [19, -30], + [16, -30], + [4, -34], + [46, -37], + [7, -31], + [-25, -7], + [6, -39], + [25, -39], + [18, -62], + [15, 2], + [-1, -27], + [22, -10], + [-9, -11], + [30, -25], + [-3, -17], + [-18, -4], + [-7, 16], + [-24, 6], + [-28, 9], + [-22, 38], + [-16, 32], + [-14, 52], + [-36, 26], + [-24, -17], + [-17, -20], + [4, -43], + [-22, -20], + [-16, 9], + [-28, 3] + ], + [ + [9253, 4792], + [-9, -16], + [-5, 35], + [-6, 23], + [-13, 19], + [-16, 25], + [-20, 18], + [8, 14], + [15, -17], + [9, -13], + [12, -14], + [11, -25], + [11, -19], + [3, -30] + ], + [ + [5392, 8233], + [19, 18], + [43, 27], + [35, 20], + [28, -10], + [2, -14], + [27, -1] + ], + [ + [5546, 8273], + [34, -7], + [51, 1] + ], + [ + [5653, 8105], + [14, -52], + [-3, -17], + [-14, -6], + [-25, -50], + [7, -26], + [-6, 3] + ], + [ + [5626, 7957], + [-26, 23], + [-20, -8], + [-13, 6], + [-17, -13], + [-14, 21], + [-11, -8], + [-2, 4] + ], + [ + [3159, 6151], + [14, -5], + [5, -12], + [-7, -15], + [-21, 1], + [-17, -2], + [-1, 25], + [4, 9], + [23, -1] + ], + [ + [8628, 7562], + [4, -10] + ], + [ + [8632, 7552], + [-11, 3], + [-12, -20], + [-8, -20], + [1, -42], + [-14, -13], + [-5, -11], + [-11, -17], + [-18, -10], + [-12, -16], + [-1, -25], + [-3, -7], + [11, -9], + [15, -26] + ], + [ + [8504, 7288], + [-13, 11], + [-4, -11], + [-8, -5], + [-1, 11], + [-7, 5], + [-8, 10], + [8, 26], + [7, 7], + [-3, 11], + [7, 31], + [-2, 10], + [-16, 7], + [-13, 15] + ], + [ + [4792, 7249], + [-11, -15], + [-14, 8], + [-15, -6], + [5, 46], + [-3, 36], + [-12, 6], + [-7, 22], + [2, 39], + [11, 21], + [2, 24], + [6, 36], + [-1, 25], + [-5, 21], + [-1, 20] + ], + [ + [6411, 6520], + [-2, 43], + [7, 31], + [8, 6], + [8, -18], + [1, -35], + [-6, -35] + ], + [ + [6427, 6512], + [-8, -4], + [-8, 12] + ], + [ + [5630, 7886], + [12, 13], + [17, -7], + [18, 0], + [13, -14], + [10, 9], + [20, 5], + [7, 14], + [12, 0] + ], + [ + [5784, 7745], + [12, -11], + [13, 9], + [13, -10] + ], + [ + [5822, 7733], + [0, -15], + [-13, -13], + [-9, 6], + [-7, -71] + ], + [ + [5629, 7671], + [-5, 10], + [6, 10], + [-7, 7], + [-8, -13], + [-17, 17], + [-2, 25], + [-17, 14], + [-3, 18], + [-15, 24] + ], + [ + [8989, 8056], + [28, -105], + [-41, 19], + [-17, -85], + [27, -61], + [-1, -41], + [-21, 36], + [-18, -46], + [-5, 50], + [3, 57], + [-3, 64], + [6, 45], + [2, 79], + [-17, 58], + [3, 80], + [25, 28], + [-11, 27], + [13, 8], + [7, -39], + [10, -57], + [-1, -58], + [11, -59] + ], + [ + [5546, 8273], + [6, 26], + [38, 19] + ], + [ + [0, 9132], + [68, -45], + [73, -59], + [-3, -37], + [19, -15], + [-6, 43], + [75, -8], + [55, -56], + [-28, -26], + [-46, -6], + [0, -57], + [-11, -13], + [-26, 2], + [-22, 21], + [-36, 17], + [-7, 26], + [-28, 9], + [-31, -7], + [-16, 20], + [6, 22], + [-33, -14], + [13, -28], + [-16, -25] + ], + [ + [0, 8896], + [0, 236] + ], + [ + [0, 9282], + [9999, -40], + [-30, -3], + [-5, 19], + [-9964, 24] + ], + [ + [0, 9282], + [4, 3], + [23, 0], + [40, -17], + [-2, -8], + [-29, -14], + [-36, -4], + [0, 40] + ], + [ + [8988, 9383], + [-42, -1], + [-57, 7], + [-5, 3], + [27, 23], + [34, 6], + [40, -23], + [3, -15] + ], + [ + [9186, 9493], + [-32, -23], + [-44, 5], + [-52, 23], + [7, 20], + [51, -9], + [70, -16] + ], + [ + [9029, 9522], + [-22, -44], + [-102, 1], + [-46, -14], + [-55, 39], + [15, 40], + [37, 11], + [73, -2], + [100, -31] + ], + [ + [6598, 9235], + [-17, -5], + [-91, 8], + [-7, 26], + [-50, 16], + [-4, 32], + [28, 13], + [-1, 32], + [55, 50], + [-25, 7], + [66, 52], + [-7, 27], + [62, 31], + [91, 38], + [93, 11], + [48, 22], + [54, 8], + [19, -23], + [-19, -19], + [-98, -29], + [-85, -28], + [-86, -57], + [-42, -57], + [-43, -57], + [5, -49], + [54, -49] + ], + [ + [0, 8896], + [9963, -26], + [-36, 4], + [25, -31], + [17, -49], + [13, -16], + [3, -24], + [-7, -16], + [-52, 13], + [-78, -44], + [-25, -7], + [-42, -42], + [-40, -36], + [-11, -27], + [-39, 41], + [-73, -46], + [-12, 22], + [-27, -26], + [-37, 8], + [-9, -38], + [-33, -58], + [1, -24], + [31, -13], + [-4, -86], + [-25, -2], + [-12, -49], + [11, -26], + [-48, -30], + [-10, -67], + [-41, -15], + [-9, -60], + [-40, -55], + [-10, 41], + [-12, 86], + [-15, 131], + [13, 82], + [23, 35], + [2, 28], + [43, 13], + [50, 75], + [47, 60], + [50, 48], + [23, 83], + [-34, -5], + [-17, -49], + [-70, -65], + [-23, 73], + [-72, -20], + [-69, -99], + [23, -36], + [-62, -16], + [-43, -6], + [2, 43], + [-43, 9], + [-35, -29], + [-85, 10], + [-91, -18], + [-90, -115], + [-106, -139], + [43, -8], + [14, -37], + [27, -13], + [18, 30], + [30, -4], + [40, -65], + [1, -50], + [-21, -59], + [-3, -71], + [-12, -94], + [-42, -86], + [-9, -41], + [-38, -69], + [-38, -68], + [-18, -35], + [-37, -34], + [-17, -1], + [-17, 29], + [-38, -44], + [-4, -19] + ], + [ + [6363, 7799], + [-12, -35], + [-27, -10], + [-28, -61], + [25, -56], + [-2, -40], + [30, -70] + ], + [ + [6109, 7624], + [-35, 49], + [-32, 23], + [-24, 34], + [20, 10], + [23, 49], + [-15, 24], + [41, 24], + [-1, 13], + [-25, -10] + ], + [ + [6061, 7840], + [1, 26], + [14, 17], + [27, 4], + [5, 20], + [-7, 33], + [12, 30], + [-1, 18], + [-41, 19], + [-16, -1], + [-17, 28], + [-21, -9], + [-35, 20], + [0, 12], + [-10, 26], + [-22, 3], + [-2, 18], + [7, 12], + [-18, 33], + [-29, -5], + [-8, 3], + [-7, -14], + [-11, 3] + ], + [ + [5777, 8571], + [31, 33], + [-29, 28] + ], + [ + [5863, 9167], + [29, 20], + [46, -35], + [76, -14], + [105, -67], + [21, -28], + [2, -40], + [-31, -31], + [-45, -15], + [-124, 44], + [-21, -7], + [45, -43], + [2, -28], + [2, -60], + [36, -18], + [22, -15], + [3, 28], + [-17, 26], + [18, 22], + [67, -37], + [24, 15], + [-19, 43], + [65, 58], + [25, -4], + [26, -20], + [16, 40], + [-23, 35], + [14, 36], + [-21, 36], + [78, -18], + [16, -34], + [-35, -7], + [0, -33], + [22, -20], + [43, 13], + [7, 38], + [58, 28], + [97, 50], + [20, -3], + [-27, -35], + [35, -7], + [19, 21], + [52, 1], + [42, 25], + [31, -36], + [32, 39], + [-29, 35], + [14, 19], + [82, -18], + [39, -18], + [100, -68], + [19, 31], + [-28, 31], + [-1, 13], + [-34, 6], + [10, 28], + [-15, 46], + [-1, 19], + [51, 53], + [18, 54], + [21, 11], + [74, -15], + [5, -33], + [-26, -48], + [17, -19], + [9, -41], + [-6, -81], + [31, -36], + [-12, -40], + [-55, -84], + [32, -8], + [11, 21], + [31, 15], + [7, 29], + [24, 29], + [-16, 33], + [13, 39], + [-31, 5], + [-6, 33], + [22, 59], + [-36, 48], + [50, 40], + [-7, 42], + [14, 2], + [15, -33], + [-11, -57], + [29, -11], + [-12, 43], + [46, 23], + [58, 3], + [51, -34], + [-25, 49], + [-2, 63], + [48, 12], + [67, -2], + [60, 7], + [-23, 31], + [33, 39], + [31, 2], + [54, 29], + [74, 8], + [9, 16], + [73, 6], + [23, -14], + [62, 32], + [51, -1], + [8, 25], + [26, 25], + [66, 25], + [48, -19], + [-38, -15], + [63, -9], + [7, -29], + [25, 14], + [82, -1], + [62, -29], + [23, -22], + [-7, -30], + [-31, -18], + [-73, -33], + [-21, -17], + [35, -8], + [41, -15], + [25, 11], + [14, -38], + [12, 15], + [44, 10], + [90, -10], + [6, -28], + [116, -9], + [2, 46], + [59, -11], + [44, 1], + [45, -32], + [13, -37], + [-17, -25], + [35, -47], + [44, -24], + [27, 62], + [44, -26], + [48, 16], + [53, -18], + [21, 16], + [45, -8], + [-20, 55], + [37, 25], + [251, -38], + [24, -35], + [72, -45], + [112, 11], + [56, -10], + [23, -24], + [-4, -44], + [35, -16], + [37, 12], + [49, 1], + [52, -11], + [53, 6], + [49, -52], + [34, 19], + [-23, 37], + [13, 27], + [88, -17], + [58, 4], + [80, -29], + [-9960, -25] + ], + [ + [7918, 9684], + [-157, -23], + [51, 77], + [23, 7], + [21, -4], + [70, -33], + [-8, -24] + ], + [ + [6420, 9816], + [-37, -8], + [-25, -4], + [-4, -10], + [-33, -10], + [-30, 14], + [16, 19], + [-62, 2], + [54, 10], + [43, 1], + [5, -16], + [16, 14], + [26, 10], + [42, -13], + [-11, -9] + ], + [ + [7775, 9718], + [-60, -8], + [-78, 17], + [-46, 23], + [-21, 42], + [-38, 12], + [72, 40], + [60, 14], + [54, -30], + [64, -57], + [-7, -53] + ], + [ + [5844, 4990], + [11, -33], + [-1, -35], + [-8, -7] + ], + [ + [5821, 4978], + [7, -6], + [16, 18] + ], + [ + [4526, 6298], + [1, 25] + ], + [ + [6188, 6023], + [-4, 26], + [-8, 17], + [-2, 24], + [-15, 21], + [-15, 50], + [-7, 48], + [-20, 40], + [-12, 10], + [-18, 56], + [-4, 41], + [2, 35], + [-16, 66], + [-13, 23], + [-15, 12], + [-10, 34], + [2, 13], + [-8, 31], + [-8, 13], + [-11, 44], + [-17, 48], + [-14, 40], + [-14, 0], + [5, 33], + [1, 20], + [3, 24] + ], + [ + [6344, 6744], + [11, -51], + [14, -13], + [5, -21], + [18, -25], + [2, -24], + [-3, -20], + [4, -20], + [8, -16], + [4, -20], + [4, -14] + ], + [ + [6427, 6512], + [5, -22] + ], + [ + [6444, 6180], + [-80, -23], + [-26, -26], + [-20, -62], + [-13, -10], + [-7, 20], + [-11, -3], + [-27, 6], + [-5, 5], + [-32, -1], + [-7, -5], + [-12, 15], + [-7, -29], + [3, -25], + [-12, -19] + ], + [ + [5943, 5617], + [-4, 1], + [0, 29], + [-3, 20], + [-14, 24], + [-4, 42], + [4, 44], + [-13, 4], + [-2, -13], + [-17, -3], + [7, -17], + [2, -36], + [-15, -32], + [-14, -43], + [-14, -6], + [-23, 34], + [-11, -12], + [-3, -17], + [-14, -11], + [-1, -12], + [-28, 0], + [-3, 12], + [-20, 2], + [-10, -10], + [-8, 5], + [-14, 34], + [-5, 17], + [-20, -9], + [-8, -27], + [-7, -53], + [-10, -11], + [-8, -6] + ], + [ + [5663, 5567], + [-2, 2] + ], + [ + [5635, 5716], + [0, 14], + [-10, 17], + [-1, 35], + [-5, 23], + [-10, -4], + [3, 22], + [7, 25], + [-3, 24], + [9, 18], + [-6, 14], + [7, 36], + [13, 44], + [24, -4], + [-1, 234] + ], + [ + [6023, 6357], + [9, -58], + [-6, -10], + [4, -61], + [11, -71], + [10, -14], + [15, -22] + ], + [ + [5943, 5624], + [0, -7] + ], + [ + [5943, 5617], + [0, -46] + ], + [ + [5944, 5309], + [-17, -28], + [-20, 1], + [-22, -14], + [-18, 13], + [-11, -16] + ], + [ + [5682, 5544], + [-19, 23] + ], + [ + [4535, 5861], + [-11, 46], + [-14, 21], + [12, 11], + [14, 41], + [6, 31] + ], + [ + [4536, 5789], + [-4, 45] + ], + [ + [9502, 4438], + [8, -20], + [-19, 0], + [-11, 37], + [17, -15], + [5, -2] + ], + [ + [9467, 4474], + [-11, -1], + [-17, 6], + [-5, 9], + [1, 23], + [19, -9], + [9, -12], + [4, -16] + ], + [ + [9490, 4490], + [-4, -11], + [-21, 52], + [-5, 35], + [9, 0], + [10, -47], + [11, -29] + ], + [ + [9440, 4565], + [1, -12], + [-22, 25], + [-15, 21], + [-10, 20], + [4, 6], + [13, -14], + [23, -27], + [6, -19] + ], + [ + [9375, 4623], + [-5, -3], + [-13, 14], + [-11, 24], + [1, 10], + [17, -25], + [11, -20] + ], + [ + [4682, 5458], + [-8, 5], + [-20, 24], + [-14, 31], + [-5, 22], + [-3, 43] + ], + [ + [2561, 5848], + [-3, -14], + [-16, 1], + [-10, 6], + [-12, 12], + [-15, 3], + [-8, 13] + ], + [ + [6198, 5735], + [9, -11], + [5, -25], + [13, -24], + [14, -1], + [26, 16], + [30, 7], + [25, 18], + [13, 4], + [10, 11], + [16, 2] + ], + [ + [6359, 5732], + [0, -1], + [0, -25], + [0, -59], + [0, -31], + [-13, -36], + [-19, -50] + ], + [ + [6359, 5732], + [9, 1], + [13, 9], + [14, 6], + [14, 20], + [10, 0], + [1, -16], + [-3, -35], + [0, -31], + [-6, -21], + [-7, -64], + [-14, -66], + [-17, -75], + [-24, -87], + [-23, -66], + [-33, -81], + [-28, -48], + [-42, -58], + [-25, -45], + [-31, -72], + [-6, -31], + [-6, -14] + ], + [ + [3412, 5410], + [34, -11], + [2, 10], + [23, 4], + [30, -15] + ], + [ + [3489, 5306], + [10, -35], + [-4, -25] + ], + [ + [5626, 7957], + [-8, -15], + [-5, -24] + ], + [ + [5380, 7746], + [7, 5] + ], + [ + [5663, 8957], + [-47, -17], + [-27, -41], + [4, -36], + [-44, -48], + [-54, -50], + [-20, -84], + [20, -41], + [26, -33], + [-25, -67], + [-29, -14], + [-11, -99], + [-15, -55], + [-34, 6], + [-16, -47], + [-32, -3], + [-9, 56], + [-23, 67], + [-21, 84] + ], + [ + [5890, 3478], + [-5, -26], + [-17, -6], + [-16, 32], + [0, 20], + [7, 22], + [3, 17], + [8, 5], + [14, -11] + ], + [ + [5999, 7104], + [-2, 45], + [7, 25] + ], + [ + [6004, 7174], + [7, 13], + [7, 13], + [2, 33], + [9, -12], + [31, 17], + [14, -12], + [23, 1], + [32, 22], + [15, -1], + [32, 9] + ], + [ + [5051, 5420], + [-22, -12] + ], + [ + [7849, 5777], + [-25, 28], + [-24, -2], + [4, 47], + [-24, 0], + [-2, -65], + [-15, -87], + [-10, -52], + [2, -43], + [18, -2], + [12, -53], + [5, -52], + [15, -33], + [17, -7], + [14, -31] + ], + [ + [7779, 5439], + [-11, 23], + [-4, 29], + [-15, 34], + [-14, 28], + [-4, -35], + [-5, 33], + [3, 37], + [8, 56] + ], + [ + [6883, 7252], + [16, 60], + [-6, 44], + [-20, 14], + [7, 26], + [23, -3], + [13, 33], + [9, 38], + [37, 13], + [-6, -27], + [4, -17], + [12, 2] + ], + [ + [6497, 7255], + [-5, 42], + [4, 62], + [-22, 20], + [8, 40], + [-19, 4], + [6, 49], + [26, -14], + [25, 19], + [-20, 35], + [-8, 34], + [-23, -15], + [-3, -43], + [-8, 38] + ], + [ + [6554, 7498], + [31, 1], + [-4, 29], + [24, 21], + [23, 34], + [37, -31], + [3, -47], + [11, -12], + [30, 2], + [9, -10], + [14, -61], + [32, -41], + [18, -28], + [29, -29], + [37, -25], + [-1, -36] + ], + [ + [8471, 4532], + [3, 14], + [24, 13], + [19, 2], + [9, 8], + [10, -8], + [-10, -16], + [-29, -25], + [-23, -17] + ], + [ + [3286, 5693], + [16, 8], + [6, -2], + [-1, -44], + [-23, -7], + [-5, 6], + [8, 16], + [-1, 23] + ], + [ + [5233, 7240], + [31, 24], + [19, -7], + [-1, -30], + [24, 22], + [2, -12], + [-14, -29], + [0, -27], + [9, -15], + [-3, -51], + [-19, -29], + [6, -33], + [14, -1], + [7, -28], + [11, -9] + ], + [ + [6004, 7174], + [-11, 27], + [11, 22], + [-17, -5], + [-23, 13], + [-19, -34], + [-43, -6], + [-22, 31], + [-30, 2], + [-6, -24], + [-20, -7], + [-26, 31], + [-31, -1], + [-16, 59], + [-21, 33], + [14, 46], + [-18, 28], + [31, 56], + [43, 3], + [12, 45], + [53, -8], + [33, 38], + [32, 17], + [46, 1], + [49, -42], + [40, -22], + [32, 9], + [24, -6], + [33, 31] + ], + [ + [5777, 7539], + [3, -23], + [25, -19], + [-5, -14], + [-33, -3], + [-12, -19], + [-23, -31], + [-9, 27], + [0, 12] + ], + [ + [8382, 6499], + [-17, -95], + [-12, -49], + [-14, 50], + [-4, 44], + [17, 58], + [22, 45], + [13, -18], + [-5, -35] + ], + [ + [6088, 4781], + [-12, -73], + [1, -33], + [18, -22], + [1, -15], + [-8, -36], + [2, -18], + [-2, -28], + [10, -37], + [11, -58], + [10, -13] + ], + [ + [5909, 4512], + [-15, 18], + [-18, 10], + [-11, 10], + [-12, 15] + ], + [ + [5844, 4990], + [10, 8], + [31, -1], + [56, 4] + ], + [ + [6061, 7840], + [-22, -5], + [-18, -19], + [-26, -3], + [-24, -22], + [1, -37], + [14, -14], + [28, 4], + [-5, -21], + [-31, -11], + [-37, -34], + [-16, 12], + [6, 28], + [-30, 17], + [5, 12], + [26, 19], + [-8, 14], + [-43, 15], + [-2, 22], + [-25, -8], + [-11, -32], + [-21, -44] + ], + [ + [3517, 3063], + [-12, -38], + [-31, -32], + [-21, 11], + [-15, -6], + [-26, 25], + [-18, -1], + [-17, 32] + ], + [ + [679, 6185], + [-4, -10], + [-7, 8], + [1, 17], + [-4, 21], + [1, 7], + [5, 10], + [-2, 11], + [1, 6], + [3, -1], + [10, -10], + [5, -5], + [5, -8], + [7, -21], + [-1, -3], + [-11, -13], + [-9, -9] + ], + [ + [664, 6277], + [-9, -4], + [-5, 12], + [-3, 5], + [0, 4], + [3, 5], + [9, -6], + [8, -9], + [-3, -7] + ], + [ + [646, 6309], + [-1, -7], + [-15, 2], + [2, 7], + [14, -2] + ], + [ + [621, 6317], + [-2, -3], + [-2, 1], + [-9, 2], + [-4, 13], + [-1, 2], + [7, 8], + [3, -3], + [8, -20] + ], + [ + [574, 6356], + [-4, -6], + [-9, 11], + [1, 4], + [5, 6], + [6, -1], + [1, -14] + ], + [ + [3135, 7724], + [5, -19], + [-30, -29], + [-29, -20], + [-29, -18], + [-15, -35], + [-4, -13], + [-1, -31], + [10, -32], + [11, -1], + [-3, 21], + [8, -13], + [-2, -17], + [-19, -9], + [-13, 1], + [-20, -10], + [-12, -3], + [-17, -3], + [-23, -17], + [41, 11], + [8, -11], + [-39, -18], + [-17, 0], + [0, 7], + [-8, -16], + [8, -3], + [-6, -43], + [-20, -45], + [-2, 15], + [-6, 3], + [-9, 15], + [5, -32], + [7, -10], + [1, -23], + [-9, -23], + [-16, -47], + [-2, 3], + [8, 40], + [-14, 22], + [-3, 49], + [-5, -25], + [5, -38], + [-18, 10], + [19, -19], + [1, -57], + [8, -4], + [3, -20], + [4, -59], + [-17, -44], + [-29, -18], + [-18, -34], + [-14, -4], + [-14, -22], + [-4, -20], + [-31, -38], + [-16, -28], + [-13, -35], + [-4, -42], + [5, -41], + [9, -51], + [13, -41], + [0, -26], + [13, -69], + [-1, -39], + [-1, -23], + [-7, -36], + [-8, -8], + [-14, 7], + [-4, 26], + [-11, 14], + [-15, 51], + [-13, 45], + [-4, 23], + [6, 39], + [-8, 33], + [-22, 49], + [-10, 9], + [-28, -27], + [-5, 3], + [-14, 28], + [-17, 14], + [-32, -7], + [-24, 7], + [-21, -5], + [-12, -9], + [5, -15], + [0, -24], + [5, -12], + [-5, -8], + [-10, 9], + [-11, -11], + [-20, 2], + [-20, 31], + [-25, -8], + [-20, 14], + [-17, -4], + [-24, -14], + [-25, -44], + [-27, -25], + [-16, -28], + [-6, -27], + [0, -41], + [1, -28], + [5, -20] + ], + [ + [1746, 6980], + [-4, 30], + [-18, 34], + [-13, 7], + [-3, 17], + [-16, 3], + [-10, 16], + [-26, 6], + [-7, 9], + [-3, 32], + [-27, 60], + [-23, 82], + [1, 14], + [-13, 19], + [-21, 50], + [-4, 48], + [-15, 32], + [6, 49], + [-1, 51], + [-8, 45], + [10, 56], + [4, 53], + [3, 54], + [-5, 79], + [-9, 51], + [-8, 27], + [4, 12], + [40, -20], + [15, -56], + [7, 15], + [-5, 49], + [-9, 48] + ], + [ + [750, 8432], + [-28, -23], + [-14, 15], + [-4, 28], + [25, 21], + [15, 9], + [18, -4], + [12, -18], + [-24, -28] + ], + [ + [401, 8597], + [-18, -9], + [-18, 11], + [-17, 16], + [28, 10], + [22, -6], + [3, -22] + ], + [ + [230, 8826], + [17, -12], + [17, 6], + [23, -15], + [27, -8], + [-2, -7], + [-21, -12], + [-21, 13], + [-11, 11], + [-24, -4], + [-7, 5], + [2, 23] + ], + [ + [1374, 8295], + [-15, 22], + [-25, 19], + [-8, 52], + [-36, 47], + [-15, 56], + [-26, 4], + [-44, 2], + [-33, 17], + [-57, 61], + [-27, 11], + [-49, 21], + [-38, -5], + [-55, 27], + [-33, 25], + [-30, -12], + [5, -41], + [-15, -4], + [-32, -12], + [-25, -20], + [-30, -13], + [-4, 35], + [12, 58], + [30, 18], + [-8, 15], + [-35, -33], + [-19, -39], + [-40, -42], + [20, -29], + [-26, -42], + [-30, -25], + [-28, -18], + [-7, -26], + [-43, -31], + [-9, -28], + [-32, -25], + [-20, 5], + [-25, -17], + [-29, -20], + [-23, -20], + [-47, -16], + [-5, 9], + [31, 28], + [27, 18], + [29, 33], + [35, 6], + [14, 25], + [38, 35], + [6, 12], + [21, 21], + [5, 44], + [14, 35], + [-32, -18], + [-9, 11], + [-15, -22], + [-18, 30], + [-8, -21], + [-10, 29], + [-28, -23], + [-17, 0], + [-3, 35], + [5, 21], + [-17, 22], + [-37, -12], + [-23, 28], + [-19, 14], + [0, 34], + [-22, 25], + [11, 34], + [23, 33], + [10, 30], + [22, 4], + [19, -9], + [23, 28], + [20, -5], + [21, 19], + [-5, 27], + [-16, 10], + [21, 23], + [-17, -1], + [-30, -13], + [-8, -13], + [-22, 13], + [-39, -6], + [-41, 14], + [-12, 24], + [-35, 34], + [39, 25], + [62, 29], + [23, 0], + [-4, -30], + [59, 2], + [-23, 37], + [-34, 23], + [-20, 29], + [-26, 25], + [-38, 19], + [15, 31], + [49, 2], + [35, 27], + [7, 29], + [28, 28], + [28, 6], + [52, 27], + [26, -4], + [42, 31], + [42, -12], + [21, -27], + [12, 11], + [47, -3], + [-2, -14], + [43, -10], + [28, 6], + [59, -18], + [53, -6], + [21, -8], + [37, 10], + [42, -18], + [31, -8] + ], + [ + [3018, 5753], + [-1, -14], + [-16, -7], + [9, -26], + [0, -31], + [-12, -35], + [10, -47], + [12, 4], + [6, 43], + [-8, 21], + [-2, 45], + [35, 24], + [-4, 27], + [10, 19], + [10, -41], + [19, -1], + [18, -33], + [1, -20], + [25, 0], + [30, 6], + [16, -27], + [21, -7], + [16, 18], + [0, 15], + [34, 4], + [34, 1], + [-24, -18], + [10, -28], + [22, -4], + [21, -29], + [4, -48], + [15, 2], + [11, -14] + ], + [ + [8001, 6331], + [-37, -51], + [-24, -56], + [-6, -41], + [22, -62], + [25, -77], + [26, -37], + [17, -47], + [12, -109], + [-3, -104], + [-24, -39], + [-31, -38], + [-23, -49], + [-35, -55], + [-10, 37], + [8, 40], + [-21, 34] + ], + [ + [9661, 4085], + [-9, -8], + [-9, 26], + [1, 16], + [17, -34] + ], + [ + [9641, 4175], + [4, -47], + [-7, 7], + [-6, -3], + [-4, 16], + [0, 45], + [13, -18] + ], + [ + [6475, 6041], + [-21, -16], + [-5, -26], + [-1, -20], + [-27, -25], + [-45, -28], + [-24, -41], + [-13, -3], + [-8, 3], + [-16, -25], + [-18, -11], + [-23, -3], + [-7, -3], + [-6, -16], + [-8, -4], + [-4, -15], + [-14, 1], + [-9, -8], + [-19, 3], + [-7, 35], + [1, 32], + [-5, 17], + [-5, 44], + [-8, 24], + [5, 3], + [-2, 27], + [3, 12], + [-1, 25] + ], + [ + [5817, 3752], + [11, 0], + [14, -10], + [9, 7], + [15, -6] + ], + [ + [5911, 3478], + [-7, -43], + [-3, -49], + [-7, -27], + [-19, -30], + [-5, -8], + [-12, -30], + [-8, -31], + [-16, -42], + [-31, -61], + [-20, -36], + [-21, -26], + [-29, -23], + [-14, -3], + [-3, -17], + [-17, 9], + [-14, -11], + [-30, 11], + [-17, -7], + [-12, 3], + [-28, -23], + [-24, -10], + [-17, -22], + [-13, -1], + [-11, 21], + [-10, 1], + [-12, 26], + [-1, -8], + [-4, 16], + [0, 34], + [-9, 40], + [9, 11], + [0, 45], + [-19, 55], + [-14, 50], + [0, 1], + [-20, 76] + ], + [ + [5840, 4141], + [-21, -8], + [-15, -23], + [-4, -21], + [-10, -4], + [-24, -49], + [-15, -38], + [-10, -2], + [-9, 7], + [-31, 7] + ] + ], + "transform": { + "scale": [0.036003600360036005, 0.016927109510951093], + "translate": [-180, -85.609038] + } +} +; + Datamap.prototype.abwTopo = '__ABW__'; + Datamap.prototype.afgTopo = '__AFG__'; + Datamap.prototype.agoTopo = '__AGO__'; + Datamap.prototype.aiaTopo = '__AIA__'; + Datamap.prototype.albTopo = '__ALB__'; + Datamap.prototype.aldTopo = '__ALD__'; + Datamap.prototype.andTopo = '__AND__'; + Datamap.prototype.areTopo = '__ARE__'; + Datamap.prototype.argTopo = '__ARG__'; + Datamap.prototype.armTopo = '__ARM__'; + Datamap.prototype.asmTopo = '__ASM__'; + Datamap.prototype.ataTopo = '__ATA__'; + Datamap.prototype.atcTopo = '__ATC__'; + Datamap.prototype.atfTopo = '__ATF__'; + Datamap.prototype.atgTopo = '__ATG__'; + Datamap.prototype.ausTopo = '__AUS__'; + Datamap.prototype.autTopo = '__AUT__'; + Datamap.prototype.azeTopo = '__AZE__'; + Datamap.prototype.bdiTopo = '__BDI__'; + Datamap.prototype.belTopo = '__BEL__'; + Datamap.prototype.benTopo = '__BEN__'; + Datamap.prototype.bfaTopo = '__BFA__'; + Datamap.prototype.bgdTopo = '__BGD__'; + Datamap.prototype.bgrTopo = '__BGR__'; + Datamap.prototype.bhrTopo = '__BHR__'; + Datamap.prototype.bhsTopo = '__BHS__'; + Datamap.prototype.bihTopo = '__BIH__'; + Datamap.prototype.bjnTopo = '__BJN__'; + Datamap.prototype.blmTopo = '__BLM__'; + Datamap.prototype.blrTopo = '__BLR__'; + Datamap.prototype.blzTopo = '__BLZ__'; + Datamap.prototype.bmuTopo = '__BMU__'; + Datamap.prototype.bolTopo = '__BOL__'; + Datamap.prototype.braTopo = '__BRA__'; + Datamap.prototype.brbTopo = '__BRB__'; + Datamap.prototype.brnTopo = '__BRN__'; + Datamap.prototype.btnTopo = '__BTN__'; + Datamap.prototype.norTopo = '__NOR__'; + Datamap.prototype.bwaTopo = '__BWA__'; + Datamap.prototype.cafTopo = '__CAF__'; + Datamap.prototype.canTopo = '__CAN__'; + Datamap.prototype.cheTopo = '__CHE__'; + Datamap.prototype.chlTopo = '__CHL__'; + Datamap.prototype.chnTopo = '__CHN__'; + Datamap.prototype.civTopo = '__CIV__'; + Datamap.prototype.clpTopo = '__CLP__'; + Datamap.prototype.cmrTopo = '__CMR__'; + Datamap.prototype.codTopo = '__COD__'; + Datamap.prototype.cogTopo = '__COG__'; + Datamap.prototype.cokTopo = '__COK__'; + Datamap.prototype.colTopo = '__COL__'; + Datamap.prototype.comTopo = '__COM__'; + Datamap.prototype.cpvTopo = '__CPV__'; + Datamap.prototype.criTopo = '__CRI__'; + Datamap.prototype.csiTopo = '__CSI__'; + Datamap.prototype.cubTopo = '__CUB__'; + Datamap.prototype.cuwTopo = '__CUW__'; + Datamap.prototype.cymTopo = '__CYM__'; + Datamap.prototype.cynTopo = '__CYN__'; + Datamap.prototype.cypTopo = '__CYP__'; + Datamap.prototype.czeTopo = '__CZE__'; + Datamap.prototype.deuTopo = '__DEU__'; + Datamap.prototype.djiTopo = '__DJI__'; + Datamap.prototype.dmaTopo = '__DMA__'; + Datamap.prototype.dnkTopo = '__DNK__'; + Datamap.prototype.domTopo = '__DOM__'; + Datamap.prototype.dzaTopo = '__DZA__'; + Datamap.prototype.ecuTopo = '__ECU__'; + Datamap.prototype.egyTopo = '__EGY__'; + Datamap.prototype.eriTopo = '__ERI__'; + Datamap.prototype.esbTopo = '__ESB__'; + Datamap.prototype.espTopo = '__ESP__'; + Datamap.prototype.estTopo = '__EST__'; + Datamap.prototype.ethTopo = '__ETH__'; + Datamap.prototype.finTopo = '__FIN__'; + Datamap.prototype.fjiTopo = '__FJI__'; + Datamap.prototype.flkTopo = '__FLK__'; + Datamap.prototype.fraTopo = '__FRA__'; + Datamap.prototype.froTopo = '__FRO__'; + Datamap.prototype.fsmTopo = '__FSM__'; + Datamap.prototype.gabTopo = '__GAB__'; + Datamap.prototype.psxTopo = '__PSX__'; + Datamap.prototype.gbrTopo = '__GBR__'; + Datamap.prototype.geoTopo = '__GEO__'; + Datamap.prototype.ggyTopo = '__GGY__'; + Datamap.prototype.ghaTopo = '__GHA__'; + Datamap.prototype.gibTopo = '__GIB__'; + Datamap.prototype.ginTopo = '__GIN__'; + Datamap.prototype.gmbTopo = '__GMB__'; + Datamap.prototype.gnbTopo = '__GNB__'; + Datamap.prototype.gnqTopo = '__GNQ__'; + Datamap.prototype.grcTopo = '__GRC__'; + Datamap.prototype.grdTopo = '__GRD__'; + Datamap.prototype.grlTopo = '__GRL__'; + Datamap.prototype.gtmTopo = '__GTM__'; + Datamap.prototype.gumTopo = '__GUM__'; + Datamap.prototype.guyTopo = '__GUY__'; + Datamap.prototype.hkgTopo = '__HKG__'; + Datamap.prototype.hmdTopo = '__HMD__'; + Datamap.prototype.hndTopo = '__HND__'; + Datamap.prototype.hrvTopo = '__HRV__'; + Datamap.prototype.htiTopo = '__HTI__'; + Datamap.prototype.hunTopo = '__HUN__'; + Datamap.prototype.idnTopo = '__IDN__'; + Datamap.prototype.imnTopo = '__IMN__'; + Datamap.prototype.indTopo = '__IND__'; + Datamap.prototype.ioaTopo = '__IOA__'; + Datamap.prototype.iotTopo = '__IOT__'; + Datamap.prototype.irlTopo = '__IRL__'; + Datamap.prototype.irnTopo = '__IRN__'; + Datamap.prototype.irqTopo = '__IRQ__'; + Datamap.prototype.islTopo = '__ISL__'; + Datamap.prototype.isrTopo = '__ISR__'; + Datamap.prototype.itaTopo = '__ITA__'; + Datamap.prototype.jamTopo = '__JAM__'; + Datamap.prototype.jeyTopo = '__JEY__'; + Datamap.prototype.jorTopo = '__JOR__'; + Datamap.prototype.jpnTopo = '__JPN__'; + Datamap.prototype.kabTopo = '__KAB__'; + Datamap.prototype.kasTopo = '__KAS__'; + Datamap.prototype.kazTopo = '__KAZ__'; + Datamap.prototype.kenTopo = '__KEN__'; + Datamap.prototype.kgzTopo = '__KGZ__'; + Datamap.prototype.khmTopo = '__KHM__'; + Datamap.prototype.kirTopo = '__KIR__'; + Datamap.prototype.knaTopo = '__KNA__'; + Datamap.prototype.korTopo = '__KOR__'; + Datamap.prototype.kosTopo = '__KOS__'; + Datamap.prototype.kwtTopo = '__KWT__'; + Datamap.prototype.laoTopo = '__LAO__'; + Datamap.prototype.lbnTopo = '__LBN__'; + Datamap.prototype.lbrTopo = '__LBR__'; + Datamap.prototype.lbyTopo = '__LBY__'; + Datamap.prototype.lcaTopo = '__LCA__'; + Datamap.prototype.lieTopo = '__LIE__'; + Datamap.prototype.lkaTopo = '__LKA__'; + Datamap.prototype.lsoTopo = '__LSO__'; + Datamap.prototype.ltuTopo = '__LTU__'; + Datamap.prototype.luxTopo = '__LUX__'; + Datamap.prototype.lvaTopo = '__LVA__'; + Datamap.prototype.macTopo = '__MAC__'; + Datamap.prototype.mafTopo = '__MAF__'; + Datamap.prototype.marTopo = '__MAR__'; + Datamap.prototype.mcoTopo = '__MCO__'; + Datamap.prototype.mdaTopo = '__MDA__'; + Datamap.prototype.mdgTopo = '__MDG__'; + Datamap.prototype.mdvTopo = '__MDV__'; + Datamap.prototype.mexTopo = '__MEX__'; + Datamap.prototype.mhlTopo = '__MHL__'; + Datamap.prototype.mkdTopo = '__MKD__'; + Datamap.prototype.mliTopo = '__MLI__'; + Datamap.prototype.mltTopo = '__MLT__'; + Datamap.prototype.mmrTopo = '__MMR__'; + Datamap.prototype.mneTopo = '__MNE__'; + Datamap.prototype.mngTopo = '__MNG__'; + Datamap.prototype.mnpTopo = '__MNP__'; + Datamap.prototype.mozTopo = '__MOZ__'; + Datamap.prototype.mrtTopo = '__MRT__'; + Datamap.prototype.msrTopo = '__MSR__'; + Datamap.prototype.musTopo = '__MUS__'; + Datamap.prototype.mwiTopo = '__MWI__'; + Datamap.prototype.mysTopo = '__MYS__'; + Datamap.prototype.namTopo = '__NAM__'; + Datamap.prototype.nclTopo = '__NCL__'; + Datamap.prototype.nerTopo = '__NER__'; + Datamap.prototype.nfkTopo = '__NFK__'; + Datamap.prototype.ngaTopo = '__NGA__'; + Datamap.prototype.nicTopo = '__NIC__'; + Datamap.prototype.niuTopo = '__NIU__'; + Datamap.prototype.nldTopo = '__NLD__'; + Datamap.prototype.nplTopo = '__NPL__'; + Datamap.prototype.nruTopo = '__NRU__'; + Datamap.prototype.nulTopo = '__NUL__'; + Datamap.prototype.nzlTopo = '__NZL__'; + Datamap.prototype.omnTopo = '__OMN__'; + Datamap.prototype.pakTopo = '__PAK__'; + Datamap.prototype.panTopo = '__PAN__'; + Datamap.prototype.pcnTopo = '__PCN__'; + Datamap.prototype.perTopo = '__PER__'; + Datamap.prototype.pgaTopo = '__PGA__'; + Datamap.prototype.phlTopo = '__PHL__'; + Datamap.prototype.plwTopo = '__PLW__'; + Datamap.prototype.pngTopo = '__PNG__'; + Datamap.prototype.polTopo = '__POL__'; + Datamap.prototype.priTopo = '__PRI__'; + Datamap.prototype.prkTopo = '__PRK__'; + Datamap.prototype.prtTopo = '__PRT__'; + Datamap.prototype.pryTopo = '__PRY__'; + Datamap.prototype.pyfTopo = '__PYF__'; + Datamap.prototype.qatTopo = '__QAT__'; + Datamap.prototype.rouTopo = '__ROU__'; + Datamap.prototype.rusTopo = '__RUS__'; + Datamap.prototype.rwaTopo = '__RWA__'; + Datamap.prototype.sahTopo = '__SAH__'; + Datamap.prototype.sauTopo = '__SAU__'; + Datamap.prototype.scrTopo = '__SCR__'; + Datamap.prototype.sdnTopo = '__SDN__'; + Datamap.prototype.sdsTopo = '__SDS__'; + Datamap.prototype.senTopo = '__SEN__'; + Datamap.prototype.serTopo = '__SER__'; + Datamap.prototype.sgpTopo = '__SGP__'; + Datamap.prototype.sgsTopo = '__SGS__'; + Datamap.prototype.shnTopo = '__SHN__'; + Datamap.prototype.slbTopo = '__SLB__'; + Datamap.prototype.sleTopo = '__SLE__'; + Datamap.prototype.slvTopo = '__SLV__'; + Datamap.prototype.smrTopo = '__SMR__'; + Datamap.prototype.solTopo = '__SOL__'; + Datamap.prototype.somTopo = '__SOM__'; + Datamap.prototype.spmTopo = '__SPM__'; + Datamap.prototype.srbTopo = '__SRB__'; + Datamap.prototype.stpTopo = '__STP__'; + Datamap.prototype.surTopo = '__SUR__'; + Datamap.prototype.svkTopo = '__SVK__'; + Datamap.prototype.svnTopo = '__SVN__'; + Datamap.prototype.sweTopo = '__SWE__'; + Datamap.prototype.swzTopo = '__SWZ__'; + Datamap.prototype.sxmTopo = '__SXM__'; + Datamap.prototype.sycTopo = '__SYC__'; + Datamap.prototype.syrTopo = '__SYR__'; + Datamap.prototype.tcaTopo = '__TCA__'; + Datamap.prototype.tcdTopo = '__TCD__'; + Datamap.prototype.tgoTopo = '__TGO__'; + Datamap.prototype.thaTopo = '__THA__'; + Datamap.prototype.tjkTopo = '__TJK__'; + Datamap.prototype.tkmTopo = '__TKM__'; + Datamap.prototype.tlsTopo = '__TLS__'; + Datamap.prototype.tonTopo = '__TON__'; + Datamap.prototype.ttoTopo = '__TTO__'; + Datamap.prototype.tunTopo = '__TUN__'; + Datamap.prototype.turTopo = '__TUR__'; + Datamap.prototype.tuvTopo = '__TUV__'; + Datamap.prototype.twnTopo = '__TWN__'; + Datamap.prototype.tzaTopo = '__TZA__'; + Datamap.prototype.ugaTopo = '__UGA__'; + Datamap.prototype.ukrTopo = '__UKR__'; + Datamap.prototype.umiTopo = '__UMI__'; + Datamap.prototype.uryTopo = '__URY__'; + Datamap.prototype.usaTopo = {"type":"Topology","transform":{"scale":[0.03514630243024302,0.005240860686068607],"translate":[-178.123152,18.948267]},"objects":{"usa":{"type":"GeometryCollection","geometries":[{"type":"Polygon","id":"AL","arcs":[[0,1,2,3,4]],"properties":{"name":"Alabama"}},{"type":"MultiPolygon","id":"AK","arcs":[[[5]],[[6]],[[7]],[[8]],[[9]],[[10]],[[11]],[[12]],[[13]],[[14]],[[15]],[[16]],[[17]],[[18]],[[19]],[[20]],[[21]],[[22]],[[23]],[[24]],[[25]],[[26]],[[27]],[[28]],[[29]],[[30]],[[31]],[[32]],[[33]],[[34]],[[35]],[[36]],[[37]],[[38]],[[39]],[[40]],[[41]],[[42]],[[43]]],"properties":{"name":"Alaska"}},{"type":"Polygon","id":"AZ","arcs":[[44,45,46,47,48]],"properties":{"name":"Arizona"}},{"type":"Polygon","id":"AR","arcs":[[49,50,51,52,53,54]],"properties":{"name":"Arkansas"}},{"type":"Polygon","id":"CA","arcs":[[55,-47,56,57]],"properties":{"name":"California"}},{"type":"Polygon","id":"CO","arcs":[[58,59,60,61,62,63]],"properties":{"name":"Colorado"}},{"type":"Polygon","id":"CT","arcs":[[64,65,66,67]],"properties":{"name":"Connecticut"}},{"type":"Polygon","id":"DE","arcs":[[68,69,70,71]],"properties":{"name":"Delaware"}},{"type":"Polygon","id":"DC","arcs":[[72,73]],"properties":{"name":"District of Columbia"}},{"type":"Polygon","id":"FL","arcs":[[74,75,-2]],"properties":{"name":"Florida"}},{"type":"Polygon","id":"GA","arcs":[[76,77,-75,-1,78,79]],"properties":{"name":"Georgia"}},{"type":"MultiPolygon","id":"HI","arcs":[[[80]],[[81]],[[82]],[[83]],[[84]]],"properties":{"name":"Hawaii"}},{"type":"Polygon","id":"ID","arcs":[[85,86,87,88,89,90,91]],"properties":{"name":"Idaho"}},{"type":"Polygon","id":"IL","arcs":[[92,93,94,95,96,97]],"properties":{"name":"Illinois"}},{"type":"Polygon","id":"IN","arcs":[[98,99,-95,100,101]],"properties":{"name":"Indiana"}},{"type":"Polygon","id":"IA","arcs":[[102,-98,103,104,105,106]],"properties":{"name":"Iowa"}},{"type":"Polygon","id":"KS","arcs":[[107,108,-60,109]],"properties":{"name":"Kansas"}},{"type":"Polygon","id":"KY","arcs":[[110,111,112,113,-96,-100,114]],"properties":{"name":"Kentucky"}},{"type":"Polygon","id":"LA","arcs":[[115,116,117,-52]],"properties":{"name":"Louisiana"}},{"type":"Polygon","id":"ME","arcs":[[118,119]],"properties":{"name":"Maine"}},{"type":"MultiPolygon","id":"MD","arcs":[[[120]],[[-71,121,122,123,124,-74,125,126,127]]],"properties":{"name":"Maryland"}},{"type":"Polygon","id":"MA","arcs":[[128,129,130,131,-68,132,133,134]],"properties":{"name":"Massachusetts"}},{"type":"MultiPolygon","id":"MI","arcs":[[[-102,135,136]],[[137]],[[138,139]],[[140]]],"properties":{"name":"Michigan"}},{"type":"Polygon","id":"MN","arcs":[[-107,141,142,143,144]],"properties":{"name":"Minnesota"}},{"type":"Polygon","id":"MS","arcs":[[-4,145,-116,-51,146]],"properties":{"name":"Mississippi"}},{"type":"Polygon","id":"MO","arcs":[[-97,-114,147,-55,148,-108,149,-104]],"properties":{"name":"Missouri"}},{"type":"Polygon","id":"MT","arcs":[[150,151,-92,152,153]],"properties":{"name":"Montana"}},{"type":"Polygon","id":"NE","arcs":[[-105,-150,-110,-59,154,155]],"properties":{"name":"Nebraska"}},{"type":"Polygon","id":"NV","arcs":[[156,-48,-56,157,-88]],"properties":{"name":"Nevada"}},{"type":"Polygon","id":"NH","arcs":[[-135,158,159,-120,160]],"properties":{"name":"New Hampshire"}},{"type":"Polygon","id":"NJ","arcs":[[161,-69,162,163]],"properties":{"name":"New Jersey"}},{"type":"Polygon","id":"NM","arcs":[[164,165,166,-45,-62]],"properties":{"name":"New Mexico"}},{"type":"Polygon","id":"NY","arcs":[[-133,-67,167,-164,168,169,170]],"properties":{"name":"New York"}},{"type":"Polygon","id":"NC","arcs":[[171,172,-80,173,174]],"properties":{"name":"North Carolina"}},{"type":"Polygon","id":"ND","arcs":[[175,-154,176,-143]],"properties":{"name":"North Dakota"}},{"type":"Polygon","id":"OH","arcs":[[177,-115,-99,-137,178,179]],"properties":{"name":"Ohio"}},{"type":"Polygon","id":"OK","arcs":[[-149,-54,180,-165,-61,-109]],"properties":{"name":"Oklahoma"}},{"type":"Polygon","id":"OR","arcs":[[-89,-158,-58,181,182]],"properties":{"name":"Oregon"}},{"type":"Polygon","id":"PA","arcs":[[-163,-72,-128,183,-180,184,-169]],"properties":{"name":"Pennsylvania"}},{"type":"MultiPolygon","id":"RI","arcs":[[[185,-130]],[[186,-65,-132]]],"properties":{"name":"Rhode Island"}},{"type":"Polygon","id":"SC","arcs":[[187,-77,-173]],"properties":{"name":"South Carolina"}},{"type":"Polygon","id":"SD","arcs":[[-142,-106,-156,188,-151,-176]],"properties":{"name":"South Dakota"}},{"type":"Polygon","id":"TN","arcs":[[189,-174,-79,-5,-147,-50,-148,-113]],"properties":{"name":"Tennessee"}},{"type":"Polygon","id":"TX","arcs":[[-53,-118,190,-166,-181]],"properties":{"name":"Texas"}},{"type":"Polygon","id":"UT","arcs":[[191,-63,-49,-157,-87]],"properties":{"name":"Utah"}},{"type":"Polygon","id":"VT","arcs":[[-134,-171,192,-159]],"properties":{"name":"Vermont"}},{"type":"MultiPolygon","id":"VA","arcs":[[[193,-123]],[[120]],[[-126,-73,-125,194,-175,-190,-112,195]]],"properties":{"name":"Virginia"}},{"type":"MultiPolygon","id":"WA","arcs":[[[-183,196,-90]],[[197]],[[198]]],"properties":{"name":"Washington"}},{"type":"Polygon","id":"WV","arcs":[[-184,-127,-196,-111,-178]],"properties":{"name":"West Virginia"}},{"type":"Polygon","id":"WI","arcs":[[199,-93,-103,-145,200,-140]],"properties":{"name":"Wisconsin"}},{"type":"Polygon","id":"WY","arcs":[[-189,-155,-64,-192,-86,-152]],"properties":{"name":"Wyoming"}}]}},"arcs":[[[2632,3060],[5,-164],[7,-242],[4,-53],[3,-30],[-2,-19],[4,-11],[-5,-25],[0,-24],[-2,-32],[2,-57],[-2,-51],[3,-52]],[[2649,2300],[-14,-1],[-59,0],[-1,-25],[6,-37],[-1,-31],[2,-16],[-4,-28]],[[2578,2162],[-4,-6],[-7,31],[-1,47],[-2,6],[-3,-36],[-1,-34],[-7,9]],[[2553,2179],[-2,291],[6,363],[4,209],[-3,20]],[[2558,3062],[24,1],[50,-3]],[[1324,6901],[1,32],[6,-19],[-1,-32],[-8,4],[2,15]],[[1317,6960],[5,-23],[-3,-33],[-2,11],[0,45]],[[1285,7153],[6,5],[3,-8],[-1,-28],[-6,-6],[-5,17],[3,20]],[[1267,7137],[12,-7],[3,-36],[13,-41],[4,-25],[0,-21],[3,-4],[1,-27],[5,-27],[0,-25],[3,8],[2,-19],[1,-74],[-3,-17],[-7,3],[-3,38],[-2,-3],[-6,28],[-2,-10],[-5,10],[1,-28],[5,7],[3,-10],[-2,-39],[-5,4],[-9,49],[-2,25],[1,26],[-7,-2],[0,20],[5,2],[5,18],[-2,31],[-6,7],[-1,50],[-2,25],[-4,-18],[-2,28],[4,14],[-3,32],[2,8]],[[1263,6985],[5,-12],[4,15],[4,-7],[-4,-28],[-6,8],[-3,24]],[[1258,7247],[-4,19],[5,13],[15,-18],[7,1],[5,-36],[9,-29],[-1,-22],[-5,-11],[-6,5],[-5,-14],[-6,9],[-7,-9],[-1,45],[0,30],[-5,1],[-1,16]],[[1252,7162],[-4,14],[-4,32],[0,24],[3,11],[4,-11],[0,20],[12,-35],[1,-33],[-4,-5],[-3,-37],[3,-11],[-3,-43],[-5,9],[0,-27],[-3,13],[-2,54],[5,25]],[[1207,7331],[8,38],[3,-16],[7,-13],[6,-2],[0,-30],[6,-99],[0,-85],[-1,-22],[-4,13],[-10,84],[-7,25],[3,20],[-3,48],[-8,39]],[[1235,7494],[10,-15],[5,2],[0,-14],[8,-52],[-5,8],[-2,-18],[6,-27],[2,-48],[-6,-13],[-2,-16],[-10,-35],[-3,1],[-1,37],[2,22],[-1,32],[-3,40],[0,21],[-2,51],[-4,22],[-1,38],[7,-36]],[[1203,7324],[4,0],[4,-35],[-2,-24],[-6,-5],[0,38],[0,26]],[[1207,7331],[-5,7],[-3,26],[-6,18],[-5,37],[-6,17],[1,30],[4,10],[1,26],[3,-11],[8,-1],[6,17],[8,-23],[-5,-26],[2,-9],[4,28],[10,-9],[5,-21],[-3,-38],[3,-3],[3,-50],[-7,-7],[-14,41],[0,-42],[-4,-17]],[[883,7871],[-12,-48],[-1,-19],[-9,-12],[2,29],[10,30],[7,34],[3,-14]],[[870,7943],[-2,-39],[-4,-41],[-6,14],[5,47],[7,19]],[[863,9788],[3,-8],[15,-9],[8,5],[10,0],[12,-7],[7,4],[7,-15],[12,-18],[16,-4],[5,10],[11,6],[4,14],[12,2],[0,-9],[7,5],[15,-15],[9,-24],[10,-11],[2,-11],[8,-2],[8,-18],[1,-11],[5,9],[6,-7],[0,-1783],[13,-16],[2,17],[14,-24],[8,30],[18,4],[-3,-52],[4,-17],[10,-17],[2,-27],[29,-101],[4,-63],[6,17],[12,31],[7,1],[3,23],[0,34],[5,0],[1,31],[9,7],[13,26],[13,-45],[-1,-27],[3,-27],[7,-7],[10,-40],[-1,-12],[4,-22],[12,-25],[19,-110],[3,-29],[6,-29],[8,-65],[9,-55],[-3,-23],[9,-9],[-2,-33],[7,-14],[1,-38],[7,2],[14,-40],[9,-7],[5,-19],[4,-5],[1,-19],[9,-5],[3,-23],[-4,-43],[1,-36],[4,-58],[-4,-15],[-6,-53],[-10,-39],[-3,20],[-4,-6],[-3,39],[1,17],[-3,20],[7,21],[-2,7],[-7,-26],[-3,17],[-4,-10],[-12,42],[4,46],[-8,-15],[0,-23],[-6,17],[-1,22],[4,24],[-1,24],[-6,-19],[-6,42],[-3,-8],[-2,36],[5,23],[6,0],[-2,28],[3,36],[-5,-1],[-9,32],[-6,37],[-15,27],[0,77],[-4,9],[1,31],[-5,9],[-8,42],[-2,22],[-12,7],[-14,56],[-6,132],[-3,-30],[1,-27],[6,-53],[-1,-8],[3,-43],[0,-28],[-6,6],[-4,31],[-6,6],[-8,-9],[0,45],[-5,38],[-5,-12],[-17,40],[-2,-11],[10,-13],[7,-31],[3,-1],[1,-25],[4,-30],[-10,-16],[-5,10],[0,-26],[-8,20],[-2,14],[-5,0],[-13,38],[-10,33],[-1,20],[-5,30],[-14,21],[-9,21],[-14,26],[-9,24],[1,26],[2,-9],[3,17],[-3,38],[4,21],[-2,9],[-7,-40],[-14,-26],[-18,10],[-14,24],[-1,18],[-7,-4],[-7,14],[-17,12],[-9,1],[-21,-10],[-8,-7],[-10,27],[-12,12],[-3,17],[-2,28],[-8,-2],[-3,-25],[-15,34],[-2,14],[-15,-27],[-7,-32],[-3,30],[3,17],[4,-5],[14,22],[-2,17],[-6,-8],[-3,22],[-6,3],[-6,55],[-3,-13],[-8,-8],[-3,8],[-3,-18],[-11,6],[-1,-20],[-7,-5],[-3,7],[2,36],[-3,-1],[-5,-38],[7,-12],[1,-27],[4,-30],[-3,-31],[-5,10],[-2,-15],[6,-7],[3,-41],[-8,-9],[-4,9],[-7,-12],[-3,10],[-9,-2],[0,16],[-4,-10],[-3,-20],[-3,18],[-5,-25],[2,-12],[-6,-15],[-6,-2],[-3,-20],[-6,-17],[-4,6],[-5,-21],[-4,1],[-8,-43],[-9,-3],[-3,14],[-5,-23],[-11,17],[2,33],[8,11],[4,-2],[2,13],[8,25],[0,21],[-11,-28],[-9,16],[-1,12],[5,48],[8,34],[1,29],[2,5],[1,30],[-4,34],[10,12],[19,48],[4,-19],[6,-5],[9,20],[-10,26],[-4,20],[-7,-2],[-5,9],[-2,-8],[-9,-14],[-4,-26],[-9,-6],[-9,-30],[-1,-20],[-7,-11],[-2,-22],[-5,-13],[-2,-39],[-10,-25],[5,-20],[-4,-29],[-9,-5],[-1,-38],[-8,-13],[-3,15],[-4,-29],[-5,-1],[1,-21],[-11,-13],[-2,-57],[12,-3],[10,-16],[3,-19],[-4,-30],[-7,-19],[-6,-1],[0,-17],[-4,-6],[1,-21],[-4,-31],[-9,-29],[-5,0],[-5,-11],[-5,2],[-4,-11],[2,-16],[-7,-8],[-2,-23],[-5,14],[-5,-45],[-9,4],[1,-24],[-6,6],[-3,-11],[0,-32],[-6,-50],[-10,-6],[-7,-23],[-2,-13],[-5,18],[-8,-48],[-2,13],[-5,-4],[-1,-27],[-5,-10],[-6,4],[-4,-27],[8,-9],[-9,-60],[-25,-20],[-6,-54],[-2,12],[1,33],[-5,6],[-6,-13],[-1,-14],[-10,-22],[-4,-25],[-1,18],[-2,-21],[-6,14],[-10,-33],[-8,2],[1,25],[-4,24],[-3,-20],[1,-21],[-11,-64],[-3,16],[-1,-24],[-8,4],[-1,38],[-4,8],[-2,-14],[4,-16],[-2,-27],[-5,-13],[-5,29],[-5,2],[-1,-11],[5,-17],[-9,-27],[6,-7],[0,-13],[-5,9],[-7,-25],[-15,1],[-7,-16],[0,-13],[-8,-15],[-6,6],[-2,35],[6,12],[4,43],[6,1],[13,28],[10,1],[4,-27],[3,20],[-1,23],[6,10],[7,0],[8,50],[10,45],[12,40],[15,18],[6,-9],[6,12],[1,-17],[-3,-19],[4,-14],[1,23],[7,2],[2,-15],[5,-5],[0,18],[-8,15],[0,11],[5,49],[6,28],[9,27],[15,24],[10,35],[5,-13],[4,5],[-1,22],[1,21],[8,44],[11,28],[8,38],[0,21],[7,148],[11,40],[-1,31],[-27,-45],[-8,6],[-2,18],[-5,9],[-1,21],[-4,-10],[-3,-32],[5,-41],[-6,-18],[-5,7],[-9,64],[-6,33],[-4,0],[-2,-24],[-3,-4],[-4,19],[-5,4],[-2,32],[-16,-37],[-13,-26],[-1,-14],[-11,-22],[-6,20],[5,23],[-1,54],[-4,57],[7,24],[-6,49],[-5,27],[-4,39],[-6,17],[-2,-34],[-7,-8],[-12,-22],[-14,-9],[-7,2],[-7,12],[-1,30],[-5,9],[-9,42],[-8,8],[-8,46],[6,21],[1,39],[-5,-8],[0,24],[2,19],[-6,18],[0,-19],[-7,8],[-1,32],[-6,4],[-3,22],[0,27],[-5,-12],[-1,26],[7,6],[-6,30],[10,2],[0,35],[2,24],[18,77],[4,23],[3,-5],[-2,33],[7,55],[6,22],[11,9],[8,-9],[12,-33],[8,4],[11,32],[11,49],[6,6],[1,-13],[13,0],[12,10],[11,52],[0,12],[-5,48],[-1,28],[-8,31],[-3,26],[8,-7],[8,22],[0,20],[-10,39],[-8,-30],[-7,5],[-6,-17],[-8,-4],[-2,-11],[-9,-17],[-2,-28],[-5,-12],[-2,34],[-5,7],[-4,-26],[-2,12],[-10,19],[-20,-1],[-14,-21],[-6,-3],[-11,13],[-22,14],[-6,12],[-3,19],[2,26],[-8,22],[2,24],[5,12],[-2,31],[-8,0],[-6,8],[-13,6],[-7,16],[-10,16],[-1,19],[16,27],[20,43],[15,27],[8,-15],[8,-3],[2,21],[-5,3],[-1,18],[20,29],[22,22],[12,2],[7,-7],[-4,-32],[2,-22],[-3,-15],[4,-26],[8,5],[10,-5],[11,6],[4,-10],[7,-2],[7,10],[8,-11],[9,42],[5,2],[5,-8],[2,24],[-12,11],[-11,-9],[1,31],[-8,34],[-10,10],[-2,30],[7,8],[9,-31],[-1,-24],[4,-18],[10,-22],[2,23],[-11,30],[5,54],[-4,10],[-11,-12],[-11,3],[-2,10],[-6,-10],[-24,23],[0,24],[-7,54],[-6,19],[-9,17],[-19,46],[-9,18],[-8,4],[-13,31],[-12,18],[-1,6],[9,10],[4,29],[1,59],[25,-4],[31,13],[8,11],[12,29],[12,45],[3,45],[5,38],[10,33],[5,24],[13,38],[2,-10],[11,-3],[16,20],[10,21],[24,64],[9,4],[1,-10],[9,7],[9,-2],[18,9],[17,28],[17,58],[7,13],[2,-10],[26,-24],[2,-17],[-9,-22],[-4,-1],[0,-29],[14,9],[0,16],[6,14],[2,-8],[5,33],[13,-30],[-2,-23],[8,-6],[5,-14],[7,22],[13,1],[7,7],[18,-7],[10,-8],[-5,-45],[17,-12],[2,-11],[16,-20],[1,9],[12,13],[11,-1],[0,-11],[7,-1],[7,15],[11,2],[9,-6],[11,-16],[5,3],[7,-22],[4,9],[7,-7],[5,-13]],[[717,7456],[-1,-8],[-9,13],[7,49],[6,4],[4,45],[5,-40],[4,14],[8,-22],[0,-31],[-11,-4],[-5,-13],[-8,-7]],[[688,7363],[8,25],[-8,6],[0,22],[6,14],[5,-10],[0,-22],[3,15],[0,32],[5,-15],[1,21],[5,-12],[5,0],[5,11],[7,-20],[0,-55],[9,4],[-6,-37],[-11,15],[4,-24],[-3,-20],[-6,10],[0,-38],[-8,-10],[-3,-16],[-5,15],[-6,-40],[-4,-4],[-5,-18],[-2,43],[-6,-23],[-1,13],[-6,14],[0,39],[-6,15],[4,45],[11,28],[7,-2],[1,-21]],[[671,7185],[-6,-39],[-2,6],[8,33]],[[640,7055],[4,-2],[-1,-40],[-8,6],[-1,13],[6,23]],[[519,6933],[-2,-41],[-9,-33],[5,51],[2,-5],[4,28]],[[501,6947],[5,0],[0,-20],[-5,-23],[-5,15],[-3,-14],[-2,35],[2,12],[8,-5]],[[451,6875],[1,-16],[-3,-11],[-3,18],[5,9]],[[447,8527],[-4,-19],[-2,16],[6,3]],[[436,6781],[6,-7],[-1,-16],[-5,1],[0,22]],[[358,6745],[2,-22],[-5,-10],[-1,23],[4,9]],[[352,6718],[-8,-21],[-2,14],[3,19],[7,-12]],[[335,7902],[6,7],[2,-14],[5,3],[6,-12],[1,-54],[-3,-18],[-7,-11],[-2,-18],[-11,20],[-5,-1],[-10,28],[-4,0],[-6,15],[-3,25],[4,7],[10,-7],[5,20],[5,2],[3,14],[4,-6]],[[334,6690],[5,-14],[-10,-36],[1,-6],[12,26],[0,-15],[-5,-17],[-8,-12],[-1,-18],[-8,-18],[-7,-1],[-5,-18],[-9,-16],[-5,17],[9,20],[3,-3],[8,16],[-2,19],[4,20],[6,-9],[1,12],[-7,4],[-4,14],[4,23],[11,13],[2,-26],[5,25]],[[266,6527],[10,37],[1,16],[4,17],[7,9],[3,-10],[1,-25],[-12,-27],[-6,-40],[-6,-13],[-2,36]],[[238,6477],[2,-19],[-8,-1],[-1,13],[7,7]],[[227,7303],[-4,-18],[-1,18],[5,0]],[[212,6440],[2,-18],[-5,-13],[-1,19],[4,12]],[[182,8542],[22,-28],[13,24],[6,-2],[5,-14],[2,-23],[11,-12],[4,-12],[15,-5],[8,-8],[-4,-28],[-7,6],[-8,-5],[-4,-13],[-4,-28],[-5,26],[-6,18],[-6,2],[-3,20],[-15,25],[-6,1],[-11,-22],[-7,11],[-4,23],[4,44]],[[162,6381],[0,-22],[-5,-4],[1,19],[4,7]],[[128,6335],[4,-8],[10,1],[1,-7],[-13,-9],[-2,23]],[[108,6360],[0,19],[4,7],[6,-19],[-2,-17],[-4,1],[1,-20],[-5,-2],[-12,-21],[-6,6],[2,15],[7,-2],[9,33]],[[47,6279],[5,3],[0,-24],[-6,3],[-8,-28],[-4,37],[4,1],[0,29],[5,1],[0,-21],[4,-1]],[[28,6296],[3,-9],[-2,-32],[-5,-10],[0,20],[4,31]],[[0,6291],[5,-1],[4,-23],[-4,-27],[-5,51]],[[9993,6496],[6,-13],[0,-19],[-11,-12],[-8,31],[0,15],[13,-2]],[[1966,3444],[-1,-1081]],[[1965,2363],[-57,0],[-34,71],[-73,150],[3,43]],[[1804,2627],[6,8],[1,16],[-1,36],[-4,1],[-2,71],[6,27],[0,28],[-1,45],[4,34],[4,12],[4,25],[-6,27],[-4,51],[-5,31],[0,24]],[[1806,3063],[2,26],[0,36],[-3,36],[-2,112],[11,7],[3,-23],[3,1],[3,33],[0,153]],[[1823,3444],[101,2],[42,-2]],[[2515,3253],[-1,-35],[-4,-11],[-1,-29],[-5,-31],[0,-46],[-3,-34],[-3,-5]],[[2498,3062],[2,-17],[-4,-14],[-2,-33],[-3,-8],[0,-38],[-5,-10],[0,-13],[-6,-31],[2,-21],[-5,-30],[-5,-59],[5,-25],[-2,-16],[1,-39],[-2,-26]],[[2474,2682],[-69,3],[-13,0]],[[2392,2685],[0,101],[-4,8],[-5,-9],[-3,18]],[[2380,2803],[1,335],[-5,211]],[[2376,3349],[4,0],[123,-1],[2,-36],[-4,-23],[-4,-36],[18,0]],[[1654,4398],[0,-331],[0,-241],[36,-171],[35,-169],[27,-137],[20,-101],[34,-185]],[[1804,2627],[-38,-18],[-30,-16],[-4,25],[0,40],[-2,47],[-4,33],[-9,46],[-12,43],[-2,-12],[-4,8],[1,18],[-5,39],[-7,-8],[-12,28],[-2,23],[-8,28],[-9,-1],[-7,13],[-10,-6],[-5,26],[1,53],[-1,8],[1,38],[-8,28],[0,39],[-3,2],[-4,33],[-4,8],[-1,20],[-11,79],[-5,23],[-1,61],[2,-5],[2,37],[-4,33],[-5,-4],[-7,30],[-2,24],[0,23],[-3,31],[0,50],[5,0],[-2,70],[-2,-7],[-1,-35],[-5,-7],[-7,26],[-1,45],[-4,35],[-6,22],[-3,25],[-9,50],[2,14],[-4,64],[2,35],[-3,54],[-7,52],[-7,29],[-2,35],[7,83],[2,29],[-2,22],[3,57],[-2,52],[-3,13],[1,42]],[[1534,4399],[28,1],[24,1],[38,-3],[30,0]],[[2107,4208],[57,0],[0,-191]],[[2164,4017],[1,-574]],[[2165,3443],[-28,1]],[[2137,3444],[-38,-1],[-72,0],[-15,1],[-46,0]],[[1966,3444],[0,223],[-1,21],[0,162],[0,357]],[[1965,4207],[32,1],[63,-1],[47,1]],[[3025,4400],[0,-113],[-2,-18]],[[3023,4269],[-2,3],[-12,-14],[-15,4],[-7,-26],[-7,-9],[-8,-22]],[[2972,4205],[-2,22],[7,21],[-2,16],[2,144]],[[2977,4408],[12,-2],[36,-3],[0,-3]],[[2922,3980],[-2,-23]],[[2920,3957],[-3,-13],[0,-30],[5,-29],[1,-47],[6,-49],[3,-2],[1,-66]],[[2933,3721],[-19,2],[-2,241]],[[2912,3964],[5,21],[5,-5]],[[2876,3786],[-2,27]],[[2874,3813],[2,12],[4,-19],[-4,-20]],[[2649,2300],[4,-55],[39,-13],[37,-14],[1,-41],[4,1],[1,39],[-1,35],[2,15],[7,-16],[8,-7]],[[2751,2244],[1,-83],[4,-93],[8,-122],[13,-131],[-2,-9],[1,-61],[5,-68],[8,-137],[2,-42],[0,-44],[-3,-158],[-3,-3],[-3,-49],[1,-16],[-5,-36],[-2,9],[-6,-15],[-9,-8],[-2,20],[1,29],[-7,85],[-5,15],[-4,-11],[-3,47],[-1,38],[-6,43],[-2,28],[1,41],[-3,8],[1,-24],[-3,-7],[-9,104],[-4,26],[9,76],[-6,-4],[-4,-24],[-3,38],[5,104],[1,87],[-4,21],[-1,28],[-5,6],[-7,46],[-5,19],[0,28],[-4,11],[-3,31],[-11,42],[-9,-10],[0,-29],[-3,5],[-12,-35],[-12,-9],[0,21],[-3,25],[-15,57],[-10,24],[-10,6],[-8,-4],[-17,-18]],[[2703,3063],[-6,-41],[0,-20],[9,-40],[3,3],[5,-42],[1,-22],[4,-40],[7,-24],[3,-35],[8,-33],[0,-22],[5,-35],[7,-29],[2,-32],[1,-40],[3,-14],[5,-51],[0,-33],[7,-16]],[[2767,2497],[-7,-65],[-2,-34],[-3,-29],[0,-30],[-3,-14],[-1,-81]],[[2632,3060],[37,1]],[[2669,3061],[20,-1],[14,3]],[[640,0],[-7,17],[-1,16],[1,43],[-5,73],[4,24],[2,34],[-2,22],[1,23],[8,-27],[9,-20],[5,-29],[0,-26],[8,-40],[-5,-34],[-8,-15],[-7,-25],[-3,-36]],[[613,397],[3,-26],[4,11],[9,-30],[-1,-27],[-9,-14],[-2,6],[-1,33],[-5,7],[-1,19],[3,21]],[[602,432],[-3,-20],[-7,0],[2,22],[8,-2]],[[574,525],[3,-45],[-2,-26],[-6,-5],[-4,54],[4,1],[5,21]],[[531,626],[3,-2],[2,-20],[-1,-28],[-4,-18],[-9,22],[1,31],[8,15]],[[1908,4871],[0,-472]],[[1908,4399],[-31,-1],[-54,0]],[[1823,4398],[-85,1]],[[1738,4399],[0,349],[4,62],[-2,16],[-6,3],[-2,26],[6,68],[3,6],[3,29],[-1,17],[4,23],[1,34],[6,56],[-2,26],[-7,14],[-4,32]],[[1741,5160],[0,34],[-3,33],[0,16],[0,255],[0,236]],[[1738,5734],[28,0]],[[1766,5734],[0,-195],[9,-54],[1,-52],[5,-23],[6,-8],[0,-14],[11,-51],[1,-21],[8,-20],[0,-12],[8,1],[-4,-71],[-1,-45],[3,-29],[-5,-21],[2,-20],[-1,-21],[6,-20],[7,26],[3,21],[5,-19],[-1,-15],[3,-37],[5,-39],[3,-13],[0,-37],[3,-16],[6,-2],[4,-61],[3,-11],[3,18],[9,-1],[7,17],[3,-10],[7,9],[2,-11],[5,8],[7,39],[4,-33],[5,-20]],[[2489,4496],[53,-3],[28,0]],[[2570,4493],[-1,-37],[4,-43],[5,-70]],[[2578,4343],[0,-450],[-3,-35],[3,-40],[1,-34],[-4,-27],[-1,-25],[-5,-41],[-3,-3],[0,-24],[-2,-9],[-1,-45],[0,-13]],[[2563,3597],[-3,-27],[2,-34],[-11,-17],[-1,-20],[2,-25],[-3,-16],[-11,29],[-3,-2],[-4,-33],[1,-11]],[[2532,3441],[-5,2],[-6,55],[2,12],[-2,37],[0,29],[-9,41],[-3,-4],[-3,25],[-9,38],[0,31],[5,49],[-1,18],[3,23],[-4,13],[-6,9],[-3,-18],[-3,11],[-1,63],[-10,41],[-9,49],[-3,58],[-1,39],[3,27]],[[2467,4089],[0,35],[8,21],[1,29],[4,19],[0,33],[-4,27],[2,34],[11,9],[9,24],[0,29],[4,13],[1,37],[0,24],[-7,18],[-1,20],[-6,35]],[[2655,4340],[0,-228],[0,-266]],[[2655,3846],[-2,-9],[2,-52],[-5,-1],[-5,-18],[-8,9],[1,-38],[-5,-16],[-2,-24],[-5,-9],[-3,-48],[-3,-13],[-6,18],[-1,22],[-7,-24],[1,-21],[-7,-7],[-1,19],[-8,-19],[-2,-20],[-7,28],[-4,-6],[-2,13],[-3,-13],[-7,-2],[-3,-18]],[[2578,4343],[3,-12],[8,0],[9,22]],[[2598,4353],[23,0],[34,0],[0,-13]],[[2473,4685],[0,-28],[4,-19],[-3,-23],[1,-43],[2,-30],[10,-22],[2,-24]],[[2467,4089],[-3,7],[-6,38],[-3,-1],[-40,-5],[-39,-2],[-33,3]],[[2343,4129],[-3,25],[2,49],[-3,43],[0,48],[-5,17],[-1,26],[2,23],[-2,33],[-4,13],[-5,86]],[[2324,4492],[-5,41],[2,29],[1,37],[2,14],[-3,19],[1,33],[-2,16],[4,4]],[[2324,4685],[144,0],[5,0]],[[2356,4017],[3,-18],[9,-14],[-6,-56],[4,-18],[4,-45],[6,-10],[0,-412]],[[2376,3444],[-156,0],[-55,-1]],[[2164,4017],[5,0],[187,0]],[[2718,3716],[-1,-57],[4,-37],[4,-28],[2,-22],[5,-22],[4,-3]],[[2736,3547],[-11,-51],[-11,-29],[0,-14],[-4,-13],[0,-16],[-6,-8],[-1,-21],[-16,-27]],[[2687,3368],[0,-3],[-24,2],[-22,6],[-5,-2],[-32,8],[-36,-5],[-6,9],[1,-35],[-36,2],[-3,-2]],[[2524,3348],[1,24],[5,-8],[2,77]],[[2655,3846],[11,0],[5,-40],[1,-17],[9,-7],[6,-26],[5,13],[10,-14],[4,19],[4,6],[1,-32],[3,-6],[4,-26]],[[2474,2682],[3,-22],[-2,-9],[-1,-38],[5,-24],[0,-57],[-3,-44],[-7,-27],[-2,-43],[-2,4],[-1,-70],[-3,-2],[2,-37],[-2,-14],[54,0],[-3,-63],[4,-41],[1,-32],[4,-20]],[[2521,2143],[-9,-26],[0,-19],[7,-12],[3,30],[6,-30],[-1,-24],[-3,-11],[-7,10],[1,-18],[-2,-27],[5,-24],[9,-7],[3,-29],[3,-4],[-5,-32],[-5,6],[-4,33],[-10,18],[0,33],[-6,-11],[1,-27],[-3,-25],[-3,-4],[-3,28],[-7,1],[-2,-29],[-4,-9],[-5,18],[-4,2],[-3,47],[-7,21],[-2,-3],[-3,40],[-7,-5],[0,24],[-8,-23],[1,-18],[-5,-17],[-9,8],[-10,27],[-7,11],[-16,-9],[-2,-8]],[[2398,2049],[-2,19],[6,68],[-2,37],[2,20],[-1,26],[3,19],[3,50],[0,40],[-8,78],[0,41],[-7,42],[0,196]],[[3046,5029],[12,26],[-2,13],[5,30],[4,13],[-1,12],[5,18],[-1,33],[2,50],[5,17],[1,53],[22,147],[6,-7],[0,-35],[4,-13],[9,21],[6,0],[4,14],[8,-31],[4,-25],[1,-214],[-1,-51],[10,-14],[-2,-22],[3,-21],[-2,-18],[4,-30],[5,7],[5,-68],[-6,-31],[-3,12],[-3,-21],[-4,5],[0,-18],[-6,2],[-8,-40],[-2,28],[-3,2],[1,-30],[-6,-15],[-2,24],[-3,-12],[-7,0],[0,28],[-5,-6],[1,-20],[-4,-42],[1,-12],[-6,-23],[-5,9],[-3,-24],[-4,-3],[-4,-20],[-4,4],[-1,21],[-7,-34],[2,-21],[-5,-7],[0,-18],[-5,-22],[-5,-50]],[[3056,4600],[-3,14],[0,19],[-4,22],[-2,250],[-1,124]],[[2904,3626],[2,0],[-1,0],[-1,0]],[[2933,3721],[-6,-80]],[[2927,3641],[-4,-3],[-8,-12]],[[2915,3626],[-6,-8],[0,31],[-2,13],[3,13],[-4,32],[-2,-14],[-6,3],[-2,35],[2,0],[0,45],[2,18],[-2,60],[3,36],[5,6],[0,37],[-3,-5],[0,-18],[-8,-25],[-2,-21],[0,-56],[-3,-26],[1,-44],[4,-30],[-1,-23],[3,-23],[-2,-16],[-6,30],[-10,15],[-2,29],[-6,-16],[-2,23],[5,29]],[[2874,3756],[2,30]],[[2874,3813],[-4,18],[-6,10],[0,28],[-3,15],[-4,4]],[[2857,3888],[-4,53],[-4,0],[-5,18],[-3,-15],[-5,1],[-1,-21],[-8,14],[-6,-28],[-3,6],[-6,-33],[-6,-17],[1,98]],[[2807,3964],[105,0]],[[3053,4565],[1,-34],[-1,-27],[-5,-25],[0,-29],[6,-4],[4,-31],[0,-24],[3,-6],[0,-22],[8,-19],[9,18],[-2,-26],[-13,-23],[-5,-1],[-3,18],[-5,-6],[0,-13],[-5,-9]],[[3045,4302],[-3,35]],[[3042,4337],[0,6]],[[3042,4343],[-3,14],[-2,45],[-4,0],[-8,-2]],[[2977,4408],[0,7],[6,126]],[[2983,4541],[23,-3]],[[3006,4538],[34,-7],[3,18],[7,19],[3,-3]],[[2598,4353],[5,25],[4,43],[4,26],[3,36],[1,52],[0,57],[-9,111],[3,42],[-2,50],[6,51],[2,43],[-1,23],[5,9],[0,31],[8,9],[5,34],[0,-69],[3,-3],[3,35],[1,58],[2,15],[8,9],[-3,41],[5,35],[7,2],[7,-22],[7,-3],[3,-28],[6,-2],[9,-25],[3,1],[4,-41],[-3,-21],[3,-29],[2,-32],[-2,-71],[-6,-18],[-1,-37],[-7,-12],[-4,-44],[2,-17],[6,-15],[6,24],[6,49],[10,19],[5,-15],[3,-27],[3,-80],[0,-39],[3,-48],[-3,-69],[-4,-11],[-1,25],[-3,-7],[-3,-58],[-6,-21],[-2,-44],[-7,-37],[0,-16]],[[2694,4347],[-39,-7]],[[2635,5110],[1,-23],[-4,-4],[1,33],[2,-6]],[[2496,5270],[11,20],[5,23],[12,9],[8,29],[4,1],[3,20],[9,28],[4,24],[7,15],[6,-13],[-11,-59],[-2,-19],[0,-36],[5,27],[10,-4],[8,-19],[7,-52],[3,-10],[7,9],[2,-12],[7,-6],[16,44],[8,4],[10,-2],[7,15],[6,1],[1,-54],[5,-7],[6,8],[2,-12],[4,16],[8,5],[1,-67],[3,-28],[6,-8],[1,19],[5,0],[3,-20],[-3,-14],[-15,12],[-8,-8],[-8,23],[-2,-21],[1,-18],[-4,4],[-5,27],[-9,15],[-5,1],[-4,-25],[-8,-6],[-8,5],[-3,-10],[-1,-21],[-9,-18],[1,25],[-4,5],[-2,-26],[-6,-1],[-3,-11],[-5,-45],[-8,-58],[1,-5]],[[2576,4989],[-4,20],[2,27],[-7,4],[3,26],[0,34],[-5,23],[-4,24],[-12,19],[-4,-7],[-12,29],[-29,38],[-3,33],[-5,11]],[[2541,5539],[-7,-24],[-4,-3],[1,19],[18,45],[-4,-31],[-4,-6]],[[2324,4685],[0,343],[-7,22],[-5,36],[8,41],[1,22]],[[2321,5149],[-1,76],[-4,20],[-2,42],[0,51],[-1,8],[-1,123],[-5,65],[-3,36],[0,77],[1,27],[-3,60]],[[2302,5734],[59,0],[0,73],[5,-2],[4,-14],[4,-100],[3,-11],[9,-3],[1,-10],[11,-4],[1,-21],[10,5],[0,9],[7,10],[6,-4],[8,-16],[2,-19],[4,2],[4,-43],[2,18],[7,8],[1,-18],[9,-12],[0,-17],[4,-14],[8,8],[5,18],[8,12],[2,-28],[5,6],[6,-6],[6,4],[8,-24],[7,4],[0,-10],[-10,-24],[-13,-19],[-9,-20],[-12,-49],[-5,-31],[-8,-34],[-13,-46],[2,-16]],[[2450,5296],[-2,9],[-6,-16],[0,-113],[-2,-11],[-8,-16],[-6,-41],[-1,-27],[3,-2],[4,-24],[-3,-29],[0,-33],[-2,-70],[8,-34],[6,-3],[3,-21],[8,-21],[2,-25],[8,-33],[5,-7],[5,-42],[-1,-30],[2,-22]],[[2553,2179],[-3,-8],[-7,4],[-3,12],[-7,-8],[-9,-22],[-3,-14]],[[2498,3062],[53,0],[7,0]],[[2524,3348],[-2,0],[-2,0],[1,-47],[-6,-48]],[[2376,3349],[0,95]],[[2356,4017],[-7,50],[-6,62]],[[2108,5151],[0,-181],[-1,0]],[[2107,4970],[-53,1],[-90,0],[-56,0],[0,-100]],[[1766,5734],[130,-1],[58,1],[154,0]],[[2108,5734],[0,-217],[0,-366]],[[2107,4208],[0,382]],[[2107,4590],[21,0],[49,-1],[88,0],[1,-10],[15,-34],[4,19],[4,-4],[13,0],[15,-36],[2,-27],[5,-5]],[[1823,4398],[0,-954]],[[1654,4398],[37,-1],[47,2]],[[3006,4538],[-2,14],[0,28],[3,11],[-1,27],[3,81],[5,37],[2,43],[3,16],[-1,47],[10,17],[5,33],[-3,31],[4,32],[0,18]],[[3034,4973],[4,49],[6,-5],[2,12]],[[3056,4600],[-3,-35]],[[2962,4152],[-5,-13],[-2,-29],[8,-14],[0,-22],[-3,-103],[-9,-76],[-6,-22],[-5,-48],[-3,31],[-8,16],[-10,42],[-1,28],[0,4],[2,11]],[[2922,3980],[8,15],[0,15],[9,31],[2,17],[-9,39],[0,24],[-3,6],[-1,22],[5,33],[-3,20],[7,40],[2,21],[4,13]],[[2943,4276],[13,-41],[9,-28],[-3,-55]],[[2137,3444],[0,-95]],[[2137,3349],[-1,0],[0,-474],[0,-193],[0,-192],[-101,0],[-1,-18],[3,-22]],[[2037,2450],[-48,0],[0,-87],[-24,0]],[[2972,4205],[13,-15],[2,11],[10,0],[6,6],[8,31],[1,-22],[5,-10],[-11,-28],[-22,-42],[-9,-8],[-6,2],[-5,-9],[-2,31]],[[2943,4276],[-2,14],[-4,1],[-5,32],[1,29],[-4,22],[-2,-2],[-3,27],[-125,0],[0,48],[0,3]],[[2799,4450],[17,54],[3,26],[5,18],[-2,32],[-2,7],[-2,52],[17,22],[15,-1],[6,-5],[6,-21],[4,8],[12,-1],[8,14],[8,34],[5,1],[0,52],[3,31],[-7,21],[2,24],[11,32],[4,28],[14,64],[13,32],[19,-5],[23,4]],[[2981,4973],[1,-39],[-2,-36],[3,-34],[-1,-37],[-3,-39],[2,-52],[-1,-16],[4,-31],[-1,-132],[0,-16]],[[2909,3359],[4,-77],[-8,8],[-1,-10],[-10,-11],[-1,-11],[-7,-3],[0,-13],[8,9],[1,-8],[9,9],[3,-18],[5,8],[2,-46],[-2,-22],[-3,-2],[-8,-47],[-9,-2],[-2,-33],[4,-32],[4,-6],[-6,-54],[-6,7],[-9,-6],[-6,-11],[-10,-37],[-7,-48],[-4,-60],[-6,13],[-11,-12]],[[2833,2844],[-32,181],[-32,4],[1,21],[-5,33],[-3,-12],[0,20],[-35,10],[-8,-8],[-6,-17],[-10,-13]],[[2669,3061],[1,45],[5,4],[3,31],[7,29],[7,1],[7,29],[8,10],[6,43],[4,13],[1,-19],[11,37],[5,-8],[4,36],[5,9],[1,45]],[[2744,3366],[20,-5],[19,-3],[23,-1],[103,2]],[[2321,5149],[-213,2]],[[2108,5734],[194,0]],[[2777,4138],[-4,-10],[2,-21],[0,-29],[-4,-46],[-3,-70],[-11,-62],[-3,-8],[-4,12],[-3,-27],[-3,1],[-4,-36],[1,-22],[-3,-18],[-4,29],[-5,-46],[1,-29],[-3,-11],[-1,-25],[-8,-4]],[[2694,4347],[11,-26],[3,-15],[3,14],[6,-30],[4,-9],[14,25],[7,-6],[9,36],[12,34],[14,24]],[[2777,4394],[0,-256]],[[2380,2803],[-11,21],[-3,22],[-7,18],[-2,-16],[-8,1],[-1,10],[-7,-19],[-3,11],[-6,-10],[-5,-29],[-2,17],[-6,14],[-7,0],[-2,21],[-7,-42],[-2,24],[-3,-8],[-3,16],[-7,15],[-5,-25],[-2,26],[-4,3],[-2,21],[-6,8],[-3,-18],[-3,16],[-5,-2],[-6,17],[-6,-2],[-2,36],[-9,2],[-4,-6],[-6,37],[-2,-3],[0,370],[-52,0],[-34,0]],[[1534,4399],[-4,22],[-2,61],[0,43],[-4,33],[3,32],[2,51],[4,54],[2,48],[3,162],[0,22],[3,71],[1,99],[-2,54],[1,32],[12,29]],[[1553,5212],[5,-22],[4,5],[3,2],[6,-20],[3,-23],[1,-57],[15,-21],[12,30],[8,3],[9,-10],[1,-13],[16,27],[3,-9],[9,5],[7,19],[12,17],[12,4],[4,12],[58,-1]],[[2807,3964],[-30,0],[0,174]],[[2777,4394],[5,11],[17,45]],[[3045,4302],[-6,-4],[3,39]],[[3042,4343],[-4,3],[-3,-28],[-1,-40],[-11,-9]],[[2833,2844],[-5,-10],[-6,-31],[-6,-49],[-1,-40],[-5,-31],[-6,0],[-2,-23],[-6,-25],[-4,-28],[-6,-11],[-6,-29],[-1,-14],[-6,-16],[-6,-40]],[[2107,4590],[0,380]],[[2687,3368],[57,-2]],[[2398,2049],[-5,-1],[-14,-26],[-6,15],[-1,31],[-3,-22],[-3,5],[-1,-27],[3,-11],[0,-36],[-5,-37],[-9,-47],[-17,-51],[-2,9],[-5,-13],[0,12],[-7,-9],[-3,24],[-2,-5],[7,-49],[-5,-16],[-5,10],[-1,-35],[-7,-35],[-6,-66],[-4,-69],[-3,5],[-1,-25],[3,6],[-2,-50],[-2,-2],[0,-28],[3,-16],[1,-57],[3,-20],[0,-37],[3,-32],[-9,-20],[-3,25],[-7,10],[-9,-3],[-8,32],[-5,3],[-5,25],[-6,8],[-4,24],[-2,58],[-5,34],[0,30],[-2,31],[1,27],[-4,30],[-3,4],[-5,27],[-1,34],[-5,32],[-6,26],[-3,57],[-2,16],[-4,46],[-1,38],[-4,27],[-6,24],[-1,16],[-6,15],[-4,42],[-13,9],[-7,-2],[-7,15],[-1,-20],[-7,-6],[-5,-40],[-3,-64],[-2,-1],[-4,-37],[-5,-1],[-7,29],[-17,47],[-4,25],[-6,24],[-5,54],[-1,49],[-4,40],[-2,35],[-3,22],[-11,32],[-6,44],[-4,15],[-6,38],[-7,20],[-5,50],[-4,11]],[[1908,4399],[0,-192],[57,0]],[[2981,4973],[30,-2],[23,2]],[[2927,3641],[-4,-32],[-3,-12],[-3,-44],[-6,-71],[-5,-15],[-1,27],[2,58],[8,74]],[[2874,3756],[-4,-8],[-2,-28],[1,-19],[8,6],[1,-31],[10,-12],[3,-24],[8,-26],[-4,-54],[4,-41],[-4,-20],[-1,-24],[4,-15],[-4,-23],[-6,30],[-1,-10],[5,-22],[14,-5],[3,-71]],[[2736,3547],[-1,-16],[4,-32],[5,-16],[4,1],[5,25],[4,-20],[7,11],[13,36],[1,-11],[5,17],[0,34],[4,30],[5,29],[2,34],[6,36],[2,44],[5,-27],[4,-8],[3,16],[6,68],[4,-17],[13,77],[2,57],[15,-64],[3,37]],[[1553,5212],[-5,7],[-4,-12],[-6,17],[1,26],[4,14],[-6,40],[-4,103],[-2,14],[-3,73],[-6,28],[-2,56],[3,38],[6,-18],[11,-24],[8,1],[8,-9],[8,9],[3,-16],[7,1],[5,-42],[3,3],[1,-56],[2,-52],[3,6],[-3,43],[1,43],[4,44],[-3,18],[-1,31],[-3,35],[2,25],[-2,29],[-5,4],[-4,22],[1,21],[163,0]],[[1576,5602],[4,9],[0,-39],[-5,15],[1,15]],[[1568,5655],[3,25],[4,-30],[-1,-27],[-7,8],[1,24]],[[2576,4989],[-1,-23],[-6,-4],[-4,-44],[-2,-30],[3,-6],[5,20],[4,38],[6,15],[5,48],[6,10],[-1,-25],[-4,-23],[-8,-79],[-2,-44],[0,-32],[-3,-10],[-2,-43],[1,-37],[-3,-24],[-3,-59],[0,-47],[4,-42],[-1,-55]],[[2450,5296],[6,-2],[20,33],[8,17],[2,-13],[-4,-25],[9,-33],[5,-3]]]}; + Datamap.prototype.usgTopo = '__USG__'; + Datamap.prototype.uzbTopo = '__UZB__'; + Datamap.prototype.vatTopo = '__VAT__'; + Datamap.prototype.vctTopo = '__VCT__'; + Datamap.prototype.venTopo = '__VEN__'; + Datamap.prototype.vgbTopo = '__VGB__'; + Datamap.prototype.virTopo = '__VIR__'; + Datamap.prototype.vnmTopo = '__VNM__'; + Datamap.prototype.vutTopo = '__VUT__'; + Datamap.prototype.wlfTopo = '__WLF__'; + Datamap.prototype.wsbTopo = '__WSB__'; + Datamap.prototype.wsmTopo = '__WSM__'; + Datamap.prototype.yemTopo = '__YEM__'; + Datamap.prototype.zafTopo = '__ZAF__'; + Datamap.prototype.zmbTopo = '__ZMB__'; + Datamap.prototype.zweTopo = '__ZWE__'; + + /************************************** + Utilities + ***************************************/ + + //convert lat/lng coords to X / Y coords + Datamap.prototype.latLngToXY = function(lat, lng) { + return this.projection([lng, lat]); + }; + + //add layer to root SVG + Datamap.prototype.addLayer = function( className, id, first ) { + var layer; + if ( first ) { + layer = this.svg.insert('g', ':first-child') + } + else { + layer = this.svg.append('g') + } + return layer.attr('id', id || '') + .attr('class', className || ''); + }; + + Datamap.prototype.updateChoropleth = function(data) { + var svg = this.svg; + for ( var subunit in data ) { + if ( data.hasOwnProperty(subunit) ) { + var color; + var subunitData = data[subunit] + if ( ! subunit ) { + continue; + } + else if ( typeof subunitData === "string" ) { + color = subunitData; + } + else if ( typeof subunitData.color === "string" ) { + color = subunitData.color; + } + else if ( typeof subunitData.fillColor === "string" ) { + color = subunitData.fillColor; + } + else { + color = this.options.fills[ subunitData.fillKey ]; + } + //if it's an object, overriding the previous data + if ( subunitData === Object(subunitData) ) { + this.options.data[subunit] = defaults(subunitData, this.options.data[subunit] || {}); + var geo = this.svg.select('.' + subunit).attr('data-info', JSON.stringify(this.options.data[subunit])); + } + svg + .selectAll('.' + subunit) + .transition() + .style('fill', color); + } + } + }; + + Datamap.prototype.updatePopup = function (element, d, options) { + var self = this; + element.on('mousemove', null); + element.on('mousemove', function() { + var position = d3.mouse(self.options.element); + d3.select(self.svg[0][0].parentNode).select('.datamaps-hoverover') + .style('top', ( (position[1] + 30)) + "px") + .html(function() { + var data = JSON.parse(element.attr('data-info')); + try { + return options.popupTemplate(d, data); + } catch (e) { + return ""; + } + }) + .style('left', ( position[0]) + "px"); + }); + + d3.select(self.svg[0][0].parentNode).select('.datamaps-hoverover').style('display', 'block'); + }; + + Datamap.prototype.addPlugin = function( name, pluginFn ) { + var self = this; + if ( typeof Datamap.prototype[name] === "undefined" ) { + Datamap.prototype[name] = function(data, options, callback, createNewLayer) { + var layer; + if ( typeof createNewLayer === "undefined" ) { + createNewLayer = false; + } + + if ( typeof options === 'function' ) { + callback = options; + options = undefined; + } + + options = defaults(options || {}, self.options[name + 'Config']); + + //add a single layer, reuse the old layer + if ( !createNewLayer && this.options[name + 'Layer'] ) { + layer = this.options[name + 'Layer']; + options = options || this.options[name + 'Options']; + } + else { + layer = this.addLayer(name); + this.options[name + 'Layer'] = layer; + this.options[name + 'Options'] = options; + } + pluginFn.apply(this, [layer, data, options]); + if ( callback ) { + callback(layer); + } + }; + } + }; + + // expose library + if (typeof exports === 'object') { + d3 = require('d3'); + topojson = require('topojson'); + module.exports = Datamap; + } + else if ( typeof define === "function" && define.amd ) { + define( "datamaps", ["require", "d3", "topojson"], function(require) { + d3 = require('d3'); + topojson = require('topojson'); + + return Datamap; + }); + } + else { + window.Datamap = window.Datamaps = Datamap; + } + + if ( window.jQuery ) { + window.jQuery.fn.datamaps = function(options, callback) { + options = options || {}; + options.element = this[0]; + var datamap = new Datamap(options); + if ( typeof callback === "function" ) { + callback(datamap, options); + } + return this; + }; + } +})(); diff --git a/panoramix/static/lib/datamaps.world.min.js b/panoramix/static/lib/datamaps.world.min.js new file mode 100644 index 0000000000..a9bfa3913d --- /dev/null +++ b/panoramix/static/lib/datamaps.world.min.js @@ -0,0 +1,2 @@ +!function(){function a(a,b,c){"undefined"==typeof c&&(c=b,optionsValues=void 0);var d="undefined"!=typeof a?a:b;if("undefined"==typeof d)return null;if("function"==typeof d){var e=[c];return c.geography&&(e=[c.geography,c.data]),d.apply(null,e)}return d}function b(a,b,c){return this.svg=n.select(a).append("svg").attr("width",c||a.offsetWidth).attr("data-width",c||a.offsetWidth).attr("class","datamap").attr("height",b||a.offsetHeight).style("overflow","hidden"),this.options.responsive&&(n.select(this.options.element).style({position:"relative","padding-bottom":100*this.options.aspectRatio+"%"}),n.select(this.options.element).select("svg").style({position:"absolute",width:"100%",height:"100%"}),n.select(this.options.element).select("svg").select("g").selectAll("path").style("vector-effect","non-scaling-stroke")),this.svg}function c(a,b){var c,d,e=b.width||a.offsetWidth,f=b.height||a.offsetHeight,g=this.svg;return b&&"undefined"==typeof b.scope&&(b.scope="world"),"usa"===b.scope?c=n.geo.albersUsa().scale(e).translate([e/2,f/2]):"world"===b.scope&&(c=n.geo[b.projection]().scale((e+1)/2/Math.PI).translate([e/2,f/("mercator"===b.projection?1.45:1.8)])),"orthographic"===b.projection&&(g.append("defs").append("path").datum({type:"Sphere"}).attr("id","sphere").attr("d",d),g.append("use").attr("class","stroke").attr("xlink:href","#sphere"),g.append("use").attr("class","fill").attr("xlink:href","#sphere"),c.scale(250).clipAngle(90).rotate(b.projectionConfig.rotation)),d=n.geo.path().projection(c),{path:d,projection:c}}function d(){n.select(".datamaps-style-block").empty()&&n.select("head").append("style").attr("class","datamaps-style-block").html('.datamap path.datamaps-graticule { fill: none; stroke: #777; stroke-width: 0.5px; stroke-opacity: .5; pointer-events: none; } .datamap .labels {pointer-events: none;} .datamap path {stroke: #FFFFFF; stroke-width: 1px;} .datamaps-legend dt, .datamaps-legend dd { float: left; margin: 0 3px 0 0;} .datamaps-legend dd {width: 20px; margin-right: 6px; border-radius: 3px;} .datamaps-legend {padding-bottom: 20px; z-index: 1001; position: absolute; left: 4px; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;} .datamaps-hoverover {display: none; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .hoverinfo {padding: 4px; border-radius: 1px; background-color: #FFF; box-shadow: 1px 1px 5px #CCC; font-size: 12px; border: 1px solid #CCC; } .hoverinfo hr {border:1px dotted #CCC; }')}function e(b){var c=this.options.fills,d=this.options.data||{},e=this.options.geographyConfig,f=this.svg.select("g.datamaps-subunits");f.empty()&&(f=this.addLayer("datamaps-subunits",null,!0));var g=o.feature(b,b.objects[this.options.scope]).features;e.hideAntarctica&&(g=g.filter(function(a){return"ATA"!==a.id})),e.hideHawaiiAndAlaska&&(g=g.filter(function(a){return"HI"!==a.id&&"AK"!==a.id}));var h=f.selectAll("path.datamaps-subunit").data(g);h.enter().append("path").attr("d",this.path).attr("class",function(a){return"datamaps-subunit "+a.id}).attr("data-info",function(a){return JSON.stringify(d[a.id])}).style("fill",function(b){var e,f=d[b.id];return f&&f.fillKey&&(e=c[a(f.fillKey,{data:d[b.id],geography:b})]),"undefined"==typeof e&&(e=a(f&&f.fillColor,c.defaultFill,{data:d[b.id],geography:b})),e}).style("stroke-width",e.borderWidth).style("stroke",e.borderColor)}function f(){function b(){this.parentNode.appendChild(this)}var c=this.svg,d=this,e=this.options.geographyConfig;(e.highlightOnHover||e.popupOnHover)&&c.selectAll(".datamaps-subunit").on("mouseover",function(f){var g=n.select(this),h=d.options.data[f.id]||{};if(e.highlightOnHover){var i={fill:g.style("fill"),stroke:g.style("stroke"),"stroke-width":g.style("stroke-width"),"fill-opacity":g.style("fill-opacity")};g.style("fill",a(h.highlightFillColor,e.highlightFillColor,h)).style("stroke",a(h.highlightBorderColor,e.highlightBorderColor,h)).style("stroke-width",a(h.highlightBorderWidth,e.highlightBorderWidth,h)).style("fill-opacity",a(h.highlightFillOpacity,e.highlightFillOpacity,h)).attr("data-previousAttributes",JSON.stringify(i)),/((MSIE)|(Trident))/.test(navigator.userAgent)||b.call(this)}e.popupOnHover&&d.updatePopup(g,f,e,c)}).on("mouseout",function(){var a=n.select(this);if(e.highlightOnHover){var b=JSON.parse(a.attr("data-previousAttributes"));for(var c in b)a.style(c,b[c])}a.on("mousemove",null),n.selectAll(".datamaps-hoverover").style("display","none")})}function g(a,b,c){if(b=b||{},this.options.fills){var d="
",e="";b.legendTitle&&(d="

"+b.legendTitle+"

"+d);for(var f in this.options.fills){if("defaultFill"===f){if(!b.defaultFillName)continue;e=b.defaultFillName}else e=b.labels&&b.labels[f]?b.labels[f]:f+": ";d+="
"+e+"
",d+='
 
'}d+="
";n.select(this.options.element).append("div").attr("class","datamaps-legend").html(d)}}function h(a,b){var c=n.geo.graticule();this.svg.insert("path",".datamaps-subunits").datum(c).attr("class","datamaps-graticule").attr("d",this.path)}function i(b,c,d){var e=this;this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - arcs must be an array";for(var f=0;f-1&&(g=-2.5),"NY"===e.id&&(g=-1),"MI"===e.id&&(h=18),"LA"===e.id&&(g=13);var i,j;i=f[0]-g,j=f[1]+h;var k=["VT","NH","MA","RI","CT","NJ","DE","MD","DC"].indexOf(e.id);if(k>-1){var l=d[1];i=d[0],j=l+k*(2+(b.fontSize||12)),a.append("line").attr("x1",i-3).attr("y1",j-5).attr("x2",f[0]).attr("y2",f[1]).style("stroke",b.labelColor||"#000").style("stroke-width",b.lineWidth||1)}return a.append("text").attr("x",i).attr("y",j).style("font-size",(b.fontSize||10)+"px").style("font-family",b.fontFamily||"Verdana").style("fill",b.labelColor||"#000").text(e.id),"bar"})}function k(b,c,d){function e(a){return"undefined"!=typeof a&&"undefined"!=typeof a.latitude&&"undefined"!=typeof a.longitude}var f=this,g=this.options.fills,h=this.options.filters,i=this.svg;if(!c||c&&!c.slice)throw"Datamaps Error - bubbles must be an array";var j=b.selectAll("circle.datamaps-bubble").data(c,d.key);j.enter().append("svg:circle").attr("class","datamaps-bubble").attr("cx",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[0]:void 0}).attr("cy",function(a){var b;return e(a)?b=f.latLngToXY(a.latitude,a.longitude):a.centered&&(b=f.path.centroid(i.select("path."+a.centered).data()[0])),b?b[1]:void 0}).attr("r",function(b){return d.animate?0:a(b.radius,d.radius,b)}).attr("data-info",function(a){return JSON.stringify(a)}).attr("filter",function(b){var c=h[a(b.filterKey,d.filterKey,b)];return c?c:void 0}).style("stroke",function(b){return a(b.borderColor,d.borderColor,b)}).style("stroke-width",function(b){return a(b.borderWidth,d.borderWidth,b)}).style("fill-opacity",function(b){return a(b.fillOpacity,d.fillOpacity,b)}).style("fill",function(b){var c=g[a(b.fillKey,d.fillKey,b)];return c||g.defaultFill}).on("mouseover",function(b){var c=n.select(this);if(d.highlightOnHover){var e={fill:c.style("fill"),stroke:c.style("stroke"),"stroke-width":c.style("stroke-width"),"fill-opacity":c.style("fill-opacity")};c.style("fill",a(b.highlightFillColor,d.highlightFillColor,b)).style("stroke",a(b.highlightBorderColor,d.highlightBorderColor,b)).style("stroke-width",a(b.highlightBorderWidth,d.highlightBorderWidth,b)).style("fill-opacity",a(b.highlightFillOpacity,d.highlightFillOpacity,b)).attr("data-previousAttributes",JSON.stringify(e))}d.popupOnHover&&f.updatePopup(c,b,d,i)}).on("mouseout",function(a){var b=n.select(this);if(d.highlightOnHover){var c=JSON.parse(b.attr("data-previousAttributes"));for(var e in c)b.style(e,c[e])}n.selectAll(".datamaps-hoverover").style("display","none")}),j.transition().duration(400).attr("r",function(b){return a(b.radius,d.radius,b)}),j.exit().transition().delay(d.exitDelay).attr("r",0).remove()}function l(a){return Array.prototype.slice.call(arguments,1).forEach(function(b){if(b)for(var c in b)null==a[c]&&(a[c]=b[c])}),a}function m(a){if("undefined"==typeof n||"undefined"==typeof o)throw new Error("Include d3.js (v3.0.3 or greater) and topojson on this page before creating a new map");return this.options=l(a,p),this.options.geographyConfig=l(a.geographyConfig,p.geographyConfig),this.options.projectionConfig=l(a.projectionConfig,p.projectionConfig),this.options.bubblesConfig=l(a.bubblesConfig,p.bubblesConfig),this.options.arcConfig=l(a.arcConfig,p.arcConfig),n.select(this.options.element).select("svg").length>0&&b.call(this,this.options.element,this.options.height,this.options.width),this.addPlugin("bubbles",k),this.addPlugin("legend",g),this.addPlugin("arc",i),this.addPlugin("labels",j),this.addPlugin("graticule",h),this.options.disableDefaultStyles||d(),this.draw()}var n=window.d3,o=window.topojson,p={scope:"world",responsive:!1,aspectRatio:.5625,setProjection:c,projection:"equirectangular",dataType:"json",data:{},done:function(){},fills:{defaultFill:"#ABDDA4"},filters:{},geographyConfig:{dataUrl:null,hideAntarctica:!0,hideHawaiiAndAlaska:!1,borderWidth:1,borderColor:"#FDFDFD",popupTemplate:function(a,b){return'
'+a.properties.name+"
"},popupOnHover:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2},projectionConfig:{rotation:[97,0]},bubblesConfig:{borderWidth:2,borderColor:"#FFFFFF",popupOnHover:!0,radius:null,popupTemplate:function(a,b){return'
'+b.name+"
"},fillOpacity:.75,animate:!0,highlightOnHover:!0,highlightFillColor:"#FC8D59",highlightBorderColor:"rgba(250, 15, 160, 0.2)",highlightBorderWidth:2,highlightFillOpacity:.85,exitDelay:100,key:JSON.stringify},arcConfig:{strokeColor:"#DD1C77",strokeWidth:1,arcSharpness:1,animationSpeed:600}};m.prototype.resize=function(){var a=this,b=a.options;if(b.responsive){var c=b.element.clientWidth,d=n.select(b.element).select("svg").attr("data-width");n.select(b.element).select("svg").selectAll("g").attr("transform","scale("+c/d+")")}},m.prototype.draw=function(){function a(a){b.options.dataUrl&&n[b.options.dataType](b.options.dataUrl,function(a){if("csv"===b.options.dataType&&a&&a.slice){for(var c={},d=0;dt?~t:t],o=e[0];return n.transform?(r=[0,0],e.forEach(function(n){r[0]+=n[0],r[1]+=n[1]})):r=e[e.length-1],0>t?[r,o]:[o,r]}function e(n,t){for(var r in n){var e=n[r];delete t[e.start],delete e.start,delete e.end,e.forEach(function(n){o[0>n?~n:n]=1}),f.push(e)}}var o={},i={},u={},f=[],c=-1;return t.forEach(function(r,e){var o,i=n.arcs[0>r?~r:r];i.length<3&&!i[1][0]&&!i[1][1]&&(o=t[++c],t[c]=r,t[e]=o)}),t.forEach(function(n){var t,e,o=r(n),f=o[0],c=o[1];if(t=u[f])if(delete u[t.end],t.push(n),t.end=c,e=i[c]){delete i[e.start];var a=e===t?t:t.concat(e);i[a.start=t.start]=u[a.end=e.end]=a}else i[t.start]=u[t.end]=t;else if(t=i[c])if(delete i[t.start],t.unshift(n),t.start=f,e=u[f]){delete u[e.end];var s=e===t?t:e.concat(t);i[s.start=e.start]=u[s.end=t.end]=s}else i[t.start]=u[t.end]=t;else t=[n],i[t.start=f]=u[t.end=c]=t}),e(u,i),e(i,u),t.forEach(function(n){o[0>n?~n:n]||f.push([n])}),f}function r(n,r,e){function o(n){var t=0>n?~n:n;(s[t]||(s[t]=[])).push({i:n,g:a})}function i(n){n.forEach(o)}function u(n){n.forEach(i)}function f(n){"GeometryCollection"===n.type?n.geometries.forEach(f):n.type in l&&(a=n,l[n.type](n.arcs))}var c=[];if(arguments.length>1){var a,s=[],l={LineString:i,MultiLineString:u,Polygon:u,MultiPolygon:function(n){n.forEach(u)}};f(r),s.forEach(arguments.length<3?function(n){c.push(n[0].i)}:function(n){e(n[0].g,n[n.length-1].g)&&c.push(n[0].i)})}else for(var h=0,p=n.arcs.length;p>h;++h)c.push(h);return{type:"MultiLineString",arcs:t(n,c)}}function e(r,e){function o(n){n.forEach(function(t){t.forEach(function(t){(f[t=0>t?~t:t]||(f[t]=[])).push(n)})}),c.push(n)}function i(n){return l(u(r,{type:"Polygon",arcs:[n]}).coordinates[0])>0}var f={},c=[],a=[];return e.forEach(function(n){"Polygon"===n.type?o(n.arcs):"MultiPolygon"===n.type&&n.arcs.forEach(o)}),c.forEach(function(n){if(!n._){var t=[],r=[n];for(n._=1,a.push(t);n=r.pop();)t.push(n),n.forEach(function(n){n.forEach(function(n){f[0>n?~n:n].forEach(function(n){n._||(n._=1,r.push(n))})})})}}),c.forEach(function(n){delete n._}),{type:"MultiPolygon",arcs:a.map(function(e){var o=[];if(e.forEach(function(n){n.forEach(function(n){n.forEach(function(n){f[0>n?~n:n].length<2&&o.push(n)})})}),o=t(r,o),(n=o.length)>1)for(var u,c=i(e[0][0]),a=0;n>a;++a)if(c===i(o[a])){u=o[0],o[0]=o[a],o[a]=u;break}return o})}}function o(n,t){return"GeometryCollection"===t.type?{type:"FeatureCollection",features:t.geometries.map(function(t){return i(n,t)})}:i(n,t)}function i(n,t){var r={type:"Feature",id:t.id,properties:t.properties||{},geometry:u(n,t)};return null==t.id&&delete r.id,r}function u(n,t){function r(n,t){t.length&&t.pop();for(var r,e=s[0>n?~n:n],o=0,i=e.length;i>o;++o)t.push(r=e[o].slice()),a(r,o);0>n&&f(t,i)}function e(n){return n=n.slice(),a(n,0),n}function o(n){for(var t=[],e=0,o=n.length;o>e;++e)r(n[e],t);return t.length<2&&t.push(t[0].slice()),t}function i(n){for(var t=o(n);t.length<4;)t.push(t[0].slice());return t}function u(n){return n.map(i)}function c(n){var t=n.type;return"GeometryCollection"===t?{type:t,geometries:n.geometries.map(c)}:t in l?{type:t,coordinates:l[t](n)}:null}var a=g(n.transform),s=n.arcs,l={Point:function(n){return e(n.coordinates)},MultiPoint:function(n){return n.coordinates.map(e)},LineString:function(n){return o(n.arcs)},MultiLineString:function(n){return n.arcs.map(o)},Polygon:function(n){return u(n.arcs)},MultiPolygon:function(n){return n.arcs.map(u)}};return c(t)}function f(n,t){for(var r,e=n.length,o=e-t;o<--e;)r=n[o],n[o++]=n[e],n[e]=r}function c(n,t){for(var r=0,e=n.length;e>r;){var o=r+e>>>1;n[o]n&&(n=~n);var r=o[n];r?r.push(t):o[n]=[t]})}function r(n,r){n.forEach(function(n){t(n,r)})}function e(n,t){"GeometryCollection"===n.type?n.geometries.forEach(function(n){e(n,t)}):n.type in u&&u[n.type](n.arcs,t)}var o={},i=n.map(function(){return[]}),u={LineString:t,MultiLineString:r,Polygon:r,MultiPolygon:function(n,t){n.forEach(function(n){r(n,t)})}};n.forEach(e);for(var f in o)for(var a=o[f],s=a.length,l=0;s>l;++l)for(var h=l+1;s>h;++h){var p,v=a[l],g=a[h];(p=i[v])[f=c(p,g)]!==g&&p.splice(f,0,g),(p=i[g])[f=c(p,v)]!==v&&p.splice(f,0,v)}return i}function s(n,t){function r(n){u.remove(n),n[1][2]=t(n),u.push(n)}var e,o=g(n.transform),i=m(n.transform),u=v(),f=0;for(t||(t=h),n.arcs.forEach(function(n){var r=[];n.forEach(o);for(var i=1,f=n.length-1;f>i;++i)e=n.slice(i-1,i+2),e[1][2]=t(e),r.push(e),u.push(e);n[0][2]=n[f][2]=1/0;for(var i=0,f=r.length;f>i;++i)e=r[i],e.previous=r[i-1],e.next=r[i+1]});e=u.pop();){var c=e.previous,a=e.next;e[1][2]0;){var r=(t+1>>1)-1,o=e[r];if(p(n,o)>=0)break;e[o._=t]=o,e[n._=t=r]=n}}function t(n,t){for(;;){var r=t+1<<1,i=r-1,u=t,f=e[u];if(o>i&&p(e[i],f)<0&&(f=e[u=i]),o>r&&p(e[r],f)<0&&(f=e[u=r]),u===t)break;e[f._=t]=f,e[n._=t=u]=n}}var r={},e=[],o=0;return r.push=function(t){return n(e[t._=o]=t,o++),o},r.pop=function(){if(!(0>=o)){var n,r=e[0];return--o>0&&(n=e[o],t(e[n._=0]=n,0)),r}},r.remove=function(r){var i,u=r._;if(e[u]===r)return u!==--o&&(i=e[o],(p(i,r)<0?n:t)(e[i._=u]=i,u)),u},r}function g(n){if(!n)return y;var t,r,e=n.scale[0],o=n.scale[1],i=n.translate[0],u=n.translate[1];return function(n,f){f||(t=r=0),n[0]=(t+=n[0])*e+i,n[1]=(r+=n[1])*o+u}}function m(n){if(!n)return y;var t,r,e=n.scale[0],o=n.scale[1],i=n.translate[0],u=n.translate[1];return function(n,f){f||(t=r=0);var c=(n[0]-i)/e|0,a=(n[1]-u)/o|0;n[0]=c-t,n[1]=a-r,t=c,r=a}}function y(){}var d={version:"1.6.9",mesh:function(n){return u(n,r.apply(this,arguments))},meshArcs:r,merge:function(n){return u(n,e.apply(this,arguments))},mergeArcs:e,feature:o,neighbors:a,presimplify:s};"function"==typeof define&&define.amd?define(d):"object"==typeof module&&module.exports?module.exports=d:this.topojson=d}(); \ No newline at end of file diff --git a/panoramix/static/panoramix.css b/panoramix/static/panoramix.css index ea0753f4dc..b89aad9a41 100644 --- a/panoramix/static/panoramix.css +++ b/panoramix/static/panoramix.css @@ -20,6 +20,10 @@ form div { text-align: right; } +.select2-results .select2-highlighted { + background-color: #005c66; +} + .notbtn { cursor: default; } diff --git a/panoramix/static/widgets/viz_world_map.css b/panoramix/static/widgets/viz_world_map.css new file mode 100644 index 0000000000..e69de29bb2 diff --git a/panoramix/static/widgets/viz_world_map.js b/panoramix/static/widgets/viz_world_map.js new file mode 100644 index 0000000000..77ca09065c --- /dev/null +++ b/panoramix/static/widgets/viz_world_map.js @@ -0,0 +1,87 @@ +/* + Using the awesome lib at http://datamaps.github.io/ +*/ + +function viz_world_map(data_attribute) { + var token = d3.select('#' + data_attribute.token); + var render = function(done) { + // Breadcrumb dimensions: width, height, spacing, width of tip/tail. + var div = token; + var xy = div.node().getBoundingClientRect(); + var width = xy.width; + var height = xy.height - 25; + + d3.json(data_attribute.json_endpoint, function(error, json){ + + if (error != null){ + var err = '
' + error.responseText + '
'; + token.html(err); + return ''; + done(); + } + var ext = d3.extent(json.data, function(d){return d.metric}); + var extRadius = d3.extent(json.data, function(d){return d.radius}); + var radiusScale = d3.scale.linear() + .domain([extRadius[0], extRadius[1]]) + .range([1, 40]); + json.data.forEach(function(d){ + d.radius = radiusScale(d.radius); + }) + var colorScale = d3.scale.linear() + .domain([ext[0], ext[1]]) + .range(["#FFF", "black"]); + var d = {}; + for (var i=0; i' + data.country + ''; + }, + fillOpacity: 0.5, + animate: true, + highlightOnHover: true, + highlightFillColor: '#005a63', + highlightBorderColor: 'black', + highlightBorderWidth: 2, + highlightBorderOpacity: 1, + highlightFillOpacity: 0.85, + exitDelay: 100, + key: JSON.stringify + }, + }); + map.updateChoropleth(d); + if(data_attribute.form_data.show_bubbles){ + map.bubbles(json.data); + token.selectAll("circle.datamaps-bubble").style('fill', '#005a63'); + } + done(json); + }); + } + + return { + render: render, + resize: render, + }; +} +px.registerWidget('world_map', viz_world_map); diff --git a/panoramix/templates/panoramix/viz_world_map.html b/panoramix/templates/panoramix/viz_world_map.html new file mode 100644 index 0000000000..062c23bfd5 --- /dev/null +++ b/panoramix/templates/panoramix/viz_world_map.html @@ -0,0 +1,8 @@ +{% macro viz_html(viz) %} +{% endmacro %} + +{% macro viz_js(viz) %} +{% endmacro %} + +{% macro viz_css(viz) %} +{% endmacro %} diff --git a/panoramix/views.py b/panoramix/views.py index 2e3e1a763c..ee0256f780 100644 --- a/panoramix/views.py +++ b/panoramix/views.py @@ -262,7 +262,9 @@ appbuilder.add_view( class DatasourceModelView(PanoramixModelView, DeleteMixin): datamodel = SQLAInterface(models.Datasource) list_columns = [ - 'datasource_link', 'cluster', 'owner', 'is_featured', 'is_hidden', + 'datasource_link', 'cluster', 'owner', + 'created_by', 'created_on', + 'changed_by', 'changed_on', 'offset'] related_views = [ColumnInlineView, MetricInlineView] edit_columns = [ diff --git a/panoramix/viz.py b/panoramix/viz.py index 27a3bf111f..3a2db28347 100644 --- a/panoramix/viz.py +++ b/panoramix/viz.py @@ -961,6 +961,86 @@ class DirectedForceViz(BaseViz): d = df.to_dict(orient='records') return dumps(d) + +class WorldMapViz(BaseViz): + viz_type = "world_map" + verbose_name = "World Map" + is_timeseries = False + template = 'panoramix/viz_world_map.html' + js_files = [ + 'lib/d3.min.js', + 'lib/topojson.min.js', + 'lib/datamaps.all.js', + 'widgets/viz_world_map.js'] + css_files = ['widgets/viz_world_map.css'] + fieldsets = ( + { + 'label': None, + 'fields': ( + 'granularity', + ('since', 'until'), + 'entity', + 'country_fieldtype', + 'metric', + 'secondary_metric', + ) + }, + { + 'label': 'Bubbles', + 'fields': ( + ('show_bubbles', None), + 'secondary_metric', + ) + }) + form_overrides = { + 'entity': { + 'label': 'Country Field', + 'description': "3 letter code of the country", + }, + 'metric': { + 'label': 'Metric for color', + 'description': ("Metric that defines the color of the country"), + }, + 'secondary_metric': { + 'label': 'Bubble size', + 'description': ("Metric that defines the size of the bubble"), + }, + } + def query_obj(self): + qry = super(WorldMapViz, self).query_obj() + qry['metrics'] = [ + self.form_data['metric'], self.form_data['secondary_metric']] + qry['groupby'] = [self.form_data['entity']] + return qry + + def get_json_data(self): + from panoramix.data import countries + df = self.get_df() + cols = [self.form_data.get('entity')] + metric = self.form_data.get('metric') + secondary_metric = self.form_data.get('secondary_metric') + if metric == secondary_metric: + ndf = df[cols] + ndf['metric'] = df[metric] + ndf['radius'] = df[metric] + else: + cols += [metric, secondary_metric] + ndf = df[cols] + df = ndf + df.columns = ['country', 'metric', 'radius'] + d = df.to_dict(orient='records') + for row in d: + country = countries.get( + self.form_data.get('country_fieldtype'), row['country']) + if country: + row['country'] = country['cca3'] + row['latitude'] = country['lat'] + row['longitude'] = country['lng'] + else: + row['country'] = "XXX" + return dumps(d) + + viz_types_list = [ TableViz, PivotTableViz, @@ -977,6 +1057,7 @@ viz_types_list = [ SunburstViz, DirectedForceViz, SankeyViz, + WorldMapViz, ] # This dict is used to viz_types = OrderedDict([(v.viz_type, v) for v in viz_types_list])