n8n-nodes-base 1.49.0 → 1.50.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE_EE.md +27 -0
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/MySql.credentials.js +2 -115
- package/dist/credentials/MySql.credentials.js.map +1 -1
- package/dist/credentials/OrbitApi.credentials.js +6 -0
- package/dist/credentials/OrbitApi.credentials.js.map +1 -1
- package/dist/credentials/Postgres.credentials.js +2 -115
- package/dist/credentials/Postgres.credentials.js.map +1 -1
- package/dist/credentials/SplunkApi.credentials.d.ts +3 -1
- package/dist/credentials/SplunkApi.credentials.js +15 -0
- package/dist/credentials/SplunkApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +2 -1
- package/dist/nodes/Copper/descriptions/CompanyDescription.js +2 -2
- package/dist/nodes/Copper/descriptions/CompanyDescription.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js +12 -0
- package/dist/nodes/Google/Firebase/CloudFirestore/DocumentDescription.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js +10 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js +32 -1
- package/dist/nodes/Google/Firebase/CloudFirestore/GoogleFirebaseCloudFirestore.node.js.map +1 -1
- package/dist/nodes/Google/GenericFunctions.d.ts +1 -0
- package/dist/nodes/Google/GenericFunctions.js +4 -0
- package/dist/nodes/Google/GenericFunctions.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.d.ts +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js +30 -15
- package/dist/nodes/Google/Sheet/v2/actions/sheet/append.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js +53 -19
- package/dist/nodes/Google/Sheet/v2/actions/sheet/appendOrUpdate.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js +11 -3
- package/dist/nodes/Google/Sheet/v2/actions/sheet/read.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js +34 -19
- package/dist/nodes/Google/Sheet/v2/actions/sheet/update.operation.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js +8 -0
- package/dist/nodes/Google/Sheet/v2/actions/versionDescription.js.map +1 -1
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.d.ts +36 -4
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js +5 -5
- package/dist/nodes/Google/Sheet/v2/helpers/GoogleSheet.js.map +1 -1
- package/dist/nodes/Google/YouTube/YouTube.node.js +2 -2
- package/dist/nodes/Google/YouTube/YouTube.node.js.map +1 -1
- package/dist/nodes/HelpScout/HelpScout.node.js +2 -2
- package/dist/nodes/HelpScout/HelpScout.node.js.map +1 -1
- package/dist/nodes/Html/Html.node.js +1 -1
- package/dist/nodes/Html/Html.node.js.map +1 -1
- package/dist/nodes/InvoiceNinja/ClientDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/InvoiceDescription.js +6 -0
- package/dist/nodes/InvoiceNinja/InvoiceDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js +53 -25
- package/dist/nodes/InvoiceNinja/InvoiceNinja.node.js.map +1 -1
- package/dist/nodes/InvoiceNinja/PaymentInterface.d.ts +6 -0
- package/dist/nodes/InvoiceNinja/QuoteDescription.js +1 -1
- package/dist/nodes/InvoiceNinja/QuoteDescription.js.map +1 -1
- package/dist/nodes/InvoiceNinja/invoiceInterface.d.ts +2 -2
- package/dist/nodes/MySql/v2/actions/router.js +2 -13
- package/dist/nodes/MySql/v2/actions/router.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/interfaces.d.ts +22 -1
- package/dist/nodes/MySql/v2/methods/credentialTest.js +1 -9
- package/dist/nodes/MySql/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/MySql/v2/methods/listSearch.js +2 -13
- package/dist/nodes/MySql/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/MySql/v2/methods/loadOptions.js +2 -13
- package/dist/nodes/MySql/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/MySql/v2/transport/index.d.ts +3 -4
- package/dist/nodes/MySql/v2/transport/index.js +39 -69
- package/dist/nodes/MySql/v2/transport/index.js.map +1 -1
- package/dist/nodes/Orbit/ActivityDescription.js +3 -3
- package/dist/nodes/Orbit/ActivityDescription.js.map +1 -1
- package/dist/nodes/Orbit/MemberDescription.js +6 -6
- package/dist/nodes/Orbit/MemberDescription.js.map +1 -1
- package/dist/nodes/Orbit/NoteDescription.js +3 -3
- package/dist/nodes/Orbit/NoteDescription.js.map +1 -1
- package/dist/nodes/Orbit/Orbit.node.js +14 -346
- package/dist/nodes/Orbit/Orbit.node.js.map +1 -1
- package/dist/nodes/Orbit/PostDescription.js +3 -3
- package/dist/nodes/Orbit/PostDescription.js.map +1 -1
- package/dist/nodes/Postgres/PostgresTrigger.functions.d.ts +3 -7
- package/dist/nodes/Postgres/PostgresTrigger.functions.js +3 -33
- package/dist/nodes/Postgres/PostgresTrigger.functions.js.map +1 -1
- package/dist/nodes/Postgres/v2/actions/router.js +1 -7
- package/dist/nodes/Postgres/v2/actions/router.js.map +1 -1
- package/dist/nodes/Postgres/v2/helpers/interfaces.d.ts +6 -13
- package/dist/nodes/Postgres/v2/methods/credentialTest.js +1 -7
- package/dist/nodes/Postgres/v2/methods/credentialTest.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/listSearch.js +2 -14
- package/dist/nodes/Postgres/v2/methods/listSearch.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/loadOptions.js +1 -7
- package/dist/nodes/Postgres/v2/methods/loadOptions.js.map +1 -1
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js +1 -7
- package/dist/nodes/Postgres/v2/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/Postgres/v2/transport/index.d.ts +3 -12
- package/dist/nodes/Postgres/v2/transport/index.js +62 -84
- package/dist/nodes/Postgres/v2/transport/index.js.map +1 -1
- package/dist/nodes/Splunk/Splunk.node.d.ts +3 -15
- package/dist/nodes/Splunk/Splunk.node.js +9 -276
- package/dist/nodes/Splunk/Splunk.node.js.map +1 -1
- package/dist/nodes/Splunk/splunk.svg +381 -134
- package/dist/nodes/Splunk/{GenericFunctions.d.ts → v1/GenericFunctions.d.ts} +2 -2
- package/dist/nodes/Splunk/{GenericFunctions.js → v1/GenericFunctions.js} +8 -8
- package/dist/nodes/Splunk/v1/GenericFunctions.js.map +1 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.d.ts +14 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.js +266 -0
- package/dist/nodes/Splunk/v1/SplunkV1.node.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/FiredAlertDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchConfigurationDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchJobDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/SearchResultDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/UserDescription.js.map +1 -0
- package/dist/nodes/Splunk/v1/descriptions/index.js.map +1 -0
- package/dist/nodes/Splunk/{types.d.ts → v1/types.d.ts} +6 -0
- package/dist/nodes/Splunk/v1/types.js +10 -0
- package/dist/nodes/Splunk/v1/types.js.map +1 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.d.ts +11 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.js +20 -0
- package/dist/nodes/Splunk/v2/SplunkV2.node.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js +20 -0
- package/dist/nodes/Splunk/v2/actions/alert/getMetrics.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js +20 -0
- package/dist/nodes/Splunk/v2/actions/alert/getReport.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.d.ts +5 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.js +61 -0
- package/dist/nodes/Splunk/v2/actions/alert/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/node.type.d.ts +9 -0
- package/dist/nodes/Splunk/{types.js → v2/actions/node.type.js} +1 -1
- package/dist/nodes/Splunk/v2/actions/node.type.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.js +46 -0
- package/dist/nodes/Splunk/v2/actions/report/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/report/deleteReport.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/report/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js +70 -0
- package/dist/nodes/Splunk/v2/actions/report/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/report/index.d.ts +7 -0
- package/dist/nodes/Splunk/v2/actions/report/index.js +79 -0
- package/dist/nodes/Splunk/v2/actions/report/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/router.d.ts +2 -0
- package/dist/nodes/Splunk/v2/actions/router.js +88 -0
- package/dist/nodes/Splunk/v2/actions/router.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.js +231 -0
- package/dist/nodes/Splunk/v2/actions/search/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/search/deleteJob.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/search/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js +114 -0
- package/dist/nodes/Splunk/v2/actions/search/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js +112 -0
- package/dist/nodes/Splunk/v2/actions/search/getResult.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/search/index.d.ts +8 -0
- package/dist/nodes/Splunk/v2/actions/search/index.js +88 -0
- package/dist/nodes/Splunk/v2/actions/search/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.js +81 -0
- package/dist/nodes/Splunk/v2/actions/user/create.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/user/deleteUser.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.js +22 -0
- package/dist/nodes/Splunk/v2/actions/user/get.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js +46 -0
- package/dist/nodes/Splunk/v2/actions/user/getAll.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/index.d.ts +8 -0
- package/dist/nodes/Splunk/v2/actions/user/index.js +88 -0
- package/dist/nodes/Splunk/v2/actions/user/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.d.ts +25 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.js +71 -0
- package/dist/nodes/Splunk/v2/actions/user/update.operation.js.map +1 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.d.ts +2 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.js +82 -0
- package/dist/nodes/Splunk/v2/actions/versionDescription.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.d.ts +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.js +18 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.d.ts +4 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js +79 -0
- package/dist/nodes/Splunk/v2/helpers/descriptions/rlc.description.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.d.ts +23 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.js +3 -0
- package/dist/nodes/Splunk/v2/helpers/interfaces.js.map +1 -0
- package/dist/nodes/Splunk/v2/helpers/utils.d.ts +10 -0
- package/dist/nodes/Splunk/v2/helpers/utils.js +91 -0
- package/dist/nodes/Splunk/v2/helpers/utils.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/index.d.ts +2 -0
- package/dist/nodes/Splunk/v2/methods/index.js +29 -0
- package/dist/nodes/Splunk/v2/methods/index.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.d.ts +4 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.js +58 -0
- package/dist/nodes/Splunk/v2/methods/listSearch.js.map +1 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.d.ts +2 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.js +13 -0
- package/dist/nodes/Splunk/v2/methods/loadOptions.js.map +1 -0
- package/dist/nodes/Splunk/v2/transport/index.d.ts +3 -0
- package/dist/nodes/Splunk/v2/transport/index.js +116 -0
- package/dist/nodes/Splunk/v2/transport/index.js.map +1 -0
- package/dist/nodes/Spotify/Spotify.node.js +3 -3
- package/dist/nodes/Spotify/Spotify.node.js.map +1 -1
- package/dist/nodes/Telegram/Telegram.node.js +40 -0
- package/dist/nodes/Telegram/Telegram.node.js.map +1 -1
- package/dist/types/credentials.json +4 -4
- package/dist/types/nodes.json +11 -10
- package/dist/utils/ISOCountryCodes.d.ts +9 -0
- package/dist/{nodes/InvoiceNinja → utils}/ISOCountryCodes.js +2 -2
- package/dist/utils/ISOCountryCodes.js.map +1 -0
- package/dist/utils/constants.d.ts +2 -0
- package/dist/utils/constants.js +6 -0
- package/dist/utils/constants.js.map +1 -0
- package/dist/utils/sshTunnel.properties.d.ts +2 -0
- package/dist/utils/sshTunnel.properties.js +110 -0
- package/dist/utils/sshTunnel.properties.js.map +1 -0
- package/package.json +18 -20
- package/dist/nodes/Copper/utils/isoCountryCodes.d.ts +0 -4
- package/dist/nodes/Copper/utils/isoCountryCodes.js +0 -1002
- package/dist/nodes/Copper/utils/isoCountryCodes.js.map +0 -1
- package/dist/nodes/Google/YouTube/CountryCodes.d.ts +0 -29
- package/dist/nodes/Google/YouTube/CountryCodes.js +0 -1583
- package/dist/nodes/Google/YouTube/CountryCodes.js.map +0 -1
- package/dist/nodes/HelpScout/CountriesCodes.d.ts +0 -29
- package/dist/nodes/HelpScout/CountriesCodes.js +0 -1583
- package/dist/nodes/HelpScout/CountriesCodes.js.map +0 -1
- package/dist/nodes/InvoiceNinja/ISOCountryCodes.d.ts +0 -2
- package/dist/nodes/InvoiceNinja/ISOCountryCodes.js.map +0 -1
- package/dist/nodes/Splunk/GenericFunctions.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/FiredAlertDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchConfigurationDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchJobDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/SearchResultDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/UserDescription.js.map +0 -1
- package/dist/nodes/Splunk/descriptions/index.js.map +0 -1
- package/dist/nodes/Splunk/types.js.map +0 -1
- package/dist/nodes/Spotify/IsoCountryCodes.d.ts +0 -4
- package/dist/nodes/Spotify/IsoCountryCodes.js +0 -1002
- package/dist/nodes/Spotify/IsoCountryCodes.js.map +0 -1
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/FiredAlertDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchConfigurationDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchJobDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/SearchResultDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/UserDescription.js +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.d.ts +0 -0
- /package/dist/nodes/Splunk/{descriptions → v1/descriptions}/index.js +0 -0
|
@@ -1,1583 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.countriesCodes = void 0;
|
|
4
|
-
exports.countriesCodes = [
|
|
5
|
-
{
|
|
6
|
-
name: 'Afghanistan',
|
|
7
|
-
alpha2: 'AF',
|
|
8
|
-
alpha3: 'AFG',
|
|
9
|
-
numeric: '004',
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
name: 'Åland Islands',
|
|
13
|
-
alpha2: 'AX',
|
|
14
|
-
alpha3: 'ALA',
|
|
15
|
-
numeric: '248',
|
|
16
|
-
altName: 'Aland Islands',
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
name: 'Albania',
|
|
20
|
-
alpha2: 'AL',
|
|
21
|
-
alpha3: 'ALB',
|
|
22
|
-
numeric: '008',
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
name: 'Algeria',
|
|
26
|
-
alpha2: 'DZ',
|
|
27
|
-
alpha3: 'DZA',
|
|
28
|
-
numeric: '012',
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
name: 'American Samoa',
|
|
32
|
-
alpha2: 'AS',
|
|
33
|
-
alpha3: 'ASM',
|
|
34
|
-
numeric: '016',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
name: 'Andorra',
|
|
38
|
-
alpha2: 'AD',
|
|
39
|
-
alpha3: 'AND',
|
|
40
|
-
numeric: '020',
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
name: 'Angola',
|
|
44
|
-
alpha2: 'AO',
|
|
45
|
-
alpha3: 'AGO',
|
|
46
|
-
numeric: '024',
|
|
47
|
-
},
|
|
48
|
-
{
|
|
49
|
-
name: 'Anguilla',
|
|
50
|
-
alpha2: 'AI',
|
|
51
|
-
alpha3: 'AIA',
|
|
52
|
-
numeric: '660',
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
name: 'Antarctica',
|
|
56
|
-
alpha2: 'AQ',
|
|
57
|
-
alpha3: 'ATA',
|
|
58
|
-
numeric: '010',
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
name: 'Antigua and Barbuda',
|
|
62
|
-
alpha2: 'AG',
|
|
63
|
-
alpha3: 'ATG',
|
|
64
|
-
numeric: '028',
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
name: 'Argentina',
|
|
68
|
-
alpha2: 'AR',
|
|
69
|
-
alpha3: 'ARG',
|
|
70
|
-
numeric: '032',
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
name: 'Armenia',
|
|
74
|
-
alpha2: 'AM',
|
|
75
|
-
alpha3: 'ARM',
|
|
76
|
-
numeric: '051',
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
name: 'Aruba',
|
|
80
|
-
alpha2: 'AW',
|
|
81
|
-
alpha3: 'ABW',
|
|
82
|
-
numeric: '533',
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
name: 'Australia',
|
|
86
|
-
alpha2: 'AU',
|
|
87
|
-
alpha3: 'AUS',
|
|
88
|
-
numeric: '036',
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
name: 'Austria',
|
|
92
|
-
alpha2: 'AT',
|
|
93
|
-
alpha3: 'AUT',
|
|
94
|
-
numeric: '040',
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
name: 'Azerbaijan',
|
|
98
|
-
alpha2: 'AZ',
|
|
99
|
-
alpha3: 'AZE',
|
|
100
|
-
numeric: '031',
|
|
101
|
-
},
|
|
102
|
-
{
|
|
103
|
-
name: 'Bahamas (the)',
|
|
104
|
-
alpha2: 'BS',
|
|
105
|
-
alpha3: 'BHS',
|
|
106
|
-
numeric: '044',
|
|
107
|
-
altName: 'Bahamas',
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
name: 'Bahrain',
|
|
111
|
-
alpha2: 'BH',
|
|
112
|
-
alpha3: 'BHR',
|
|
113
|
-
numeric: '048',
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
name: 'Bangladesh',
|
|
117
|
-
alpha2: 'BD',
|
|
118
|
-
alpha3: 'BGD',
|
|
119
|
-
numeric: '050',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
name: 'Barbados',
|
|
123
|
-
alpha2: 'BB',
|
|
124
|
-
alpha3: 'BRB',
|
|
125
|
-
numeric: '052',
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
name: 'Belarus',
|
|
129
|
-
alpha2: 'BY',
|
|
130
|
-
alpha3: 'BLR',
|
|
131
|
-
numeric: '112',
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
name: 'Belgium',
|
|
135
|
-
alpha2: 'BE',
|
|
136
|
-
alpha3: 'BEL',
|
|
137
|
-
numeric: '056',
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
name: 'Belize',
|
|
141
|
-
alpha2: 'BZ',
|
|
142
|
-
alpha3: 'BLZ',
|
|
143
|
-
numeric: '084',
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
name: 'Benin',
|
|
147
|
-
alpha2: 'BJ',
|
|
148
|
-
alpha3: 'BEN',
|
|
149
|
-
numeric: '204',
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
name: 'Bermuda',
|
|
153
|
-
alpha2: 'BM',
|
|
154
|
-
alpha3: 'BMU',
|
|
155
|
-
numeric: '060',
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
name: 'Bhutan',
|
|
159
|
-
alpha2: 'BT',
|
|
160
|
-
alpha3: 'BTN',
|
|
161
|
-
numeric: '064',
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
name: 'Bolivia (Plurinational State of)',
|
|
165
|
-
alpha2: 'BO',
|
|
166
|
-
alpha3: 'BOL',
|
|
167
|
-
numeric: '068',
|
|
168
|
-
altName: 'Bolivia',
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
name: 'Bonaire, Sint Eustatius and Saba',
|
|
172
|
-
alpha2: 'BQ',
|
|
173
|
-
alpha3: 'BES',
|
|
174
|
-
numeric: '535',
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
name: 'Bosnia and Herzegovina',
|
|
178
|
-
alpha2: 'BA',
|
|
179
|
-
alpha3: 'BIH',
|
|
180
|
-
numeric: '070',
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
name: 'Botswana',
|
|
184
|
-
alpha2: 'BW',
|
|
185
|
-
alpha3: 'BWA',
|
|
186
|
-
numeric: '072',
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
name: 'Bouvet Island',
|
|
190
|
-
alpha2: 'BV',
|
|
191
|
-
alpha3: 'BVT',
|
|
192
|
-
numeric: '074',
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
name: 'Brazil',
|
|
196
|
-
alpha2: 'BR',
|
|
197
|
-
alpha3: 'BRA',
|
|
198
|
-
numeric: '076',
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
name: 'British Indian Ocean Territory (the)',
|
|
202
|
-
alpha2: 'IO',
|
|
203
|
-
alpha3: 'IOT',
|
|
204
|
-
numeric: '086',
|
|
205
|
-
altName: 'British Indian Ocean Territory',
|
|
206
|
-
},
|
|
207
|
-
{
|
|
208
|
-
name: 'Brunei Darussalam',
|
|
209
|
-
alpha2: 'BN',
|
|
210
|
-
alpha3: 'BRN',
|
|
211
|
-
numeric: '096',
|
|
212
|
-
shortName: 'Brunei',
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
name: 'Bulgaria',
|
|
216
|
-
alpha2: 'BG',
|
|
217
|
-
alpha3: 'BGR',
|
|
218
|
-
numeric: '100',
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
name: 'Burkina Faso',
|
|
222
|
-
alpha2: 'BF',
|
|
223
|
-
alpha3: 'BFA',
|
|
224
|
-
numeric: '854',
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
name: 'Burundi',
|
|
228
|
-
alpha2: 'BI',
|
|
229
|
-
alpha3: 'BDI',
|
|
230
|
-
numeric: '108',
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
name: 'Cabo Verde',
|
|
234
|
-
alpha2: 'CV',
|
|
235
|
-
alpha3: 'CPV',
|
|
236
|
-
numeric: '132',
|
|
237
|
-
altName: 'Cape Verde',
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
name: 'Cambodia',
|
|
241
|
-
alpha2: 'KH',
|
|
242
|
-
alpha3: 'KHM',
|
|
243
|
-
numeric: '116',
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
name: 'Cameroon',
|
|
247
|
-
alpha2: 'CM',
|
|
248
|
-
alpha3: 'CMR',
|
|
249
|
-
numeric: '120',
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
name: 'Canada',
|
|
253
|
-
alpha2: 'CA',
|
|
254
|
-
alpha3: 'CAN',
|
|
255
|
-
numeric: '124',
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
name: 'Cayman Islands (the)',
|
|
259
|
-
alpha2: 'KY',
|
|
260
|
-
alpha3: 'CYM',
|
|
261
|
-
numeric: '136',
|
|
262
|
-
altName: 'Cayman Islands',
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
name: 'Central African Republic (the)',
|
|
266
|
-
alpha2: 'CF',
|
|
267
|
-
alpha3: 'CAF',
|
|
268
|
-
numeric: '140',
|
|
269
|
-
altName: 'Central African Republic',
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
name: 'Chad',
|
|
273
|
-
alpha2: 'TD',
|
|
274
|
-
alpha3: 'TCD',
|
|
275
|
-
numeric: '148',
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
name: 'Chile',
|
|
279
|
-
alpha2: 'CL',
|
|
280
|
-
alpha3: 'CHL',
|
|
281
|
-
numeric: '152',
|
|
282
|
-
},
|
|
283
|
-
{
|
|
284
|
-
name: 'China',
|
|
285
|
-
alpha2: 'CN',
|
|
286
|
-
alpha3: 'CHN',
|
|
287
|
-
numeric: '156',
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
name: 'Christmas Island',
|
|
291
|
-
alpha2: 'CX',
|
|
292
|
-
alpha3: 'CXR',
|
|
293
|
-
numeric: '162',
|
|
294
|
-
},
|
|
295
|
-
{
|
|
296
|
-
name: 'Cocos (Keeling) Islands (the)',
|
|
297
|
-
alpha2: 'CC',
|
|
298
|
-
alpha3: 'CCK',
|
|
299
|
-
numeric: '166',
|
|
300
|
-
altName: 'Cocos (Keeling) Islands',
|
|
301
|
-
shortName: 'Cocos Islands',
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
name: 'Colombia',
|
|
305
|
-
alpha2: 'CO',
|
|
306
|
-
alpha3: 'COL',
|
|
307
|
-
numeric: '170',
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
name: 'Comoros (the)',
|
|
311
|
-
alpha2: 'KM',
|
|
312
|
-
alpha3: 'COM',
|
|
313
|
-
numeric: '174',
|
|
314
|
-
altName: 'Comoros',
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
name: 'Congo (the Democratic Republic of the)',
|
|
318
|
-
alpha2: 'CD',
|
|
319
|
-
alpha3: 'COD',
|
|
320
|
-
numeric: '180',
|
|
321
|
-
altName: 'Congo, (Kinshasa)',
|
|
322
|
-
shortName: 'Democratic Republic of the Congo',
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
name: 'Congo (the)',
|
|
326
|
-
alpha2: 'CG',
|
|
327
|
-
alpha3: 'COG',
|
|
328
|
-
numeric: '178',
|
|
329
|
-
altName: 'Congo (Brazzaville)',
|
|
330
|
-
shortName: 'Republic of the Congo',
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
name: 'Cook Islands (the)',
|
|
334
|
-
alpha2: 'CK',
|
|
335
|
-
alpha3: 'COK',
|
|
336
|
-
numeric: '184',
|
|
337
|
-
altName: 'Cook Islands',
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
name: 'Costa Rica',
|
|
341
|
-
alpha2: 'CR',
|
|
342
|
-
alpha3: 'CRI',
|
|
343
|
-
numeric: '188',
|
|
344
|
-
},
|
|
345
|
-
{
|
|
346
|
-
name: "Côte d'Ivoire",
|
|
347
|
-
alpha2: 'CI',
|
|
348
|
-
alpha3: 'CIV',
|
|
349
|
-
numeric: '384',
|
|
350
|
-
shortName: 'Ivory Coast',
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
name: 'Croatia',
|
|
354
|
-
alpha2: 'HR',
|
|
355
|
-
alpha3: 'HRV',
|
|
356
|
-
numeric: '191',
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
name: 'Cuba',
|
|
360
|
-
alpha2: 'CU',
|
|
361
|
-
alpha3: 'CUB',
|
|
362
|
-
numeric: '192',
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
name: 'Curaçao',
|
|
366
|
-
alpha2: 'CW',
|
|
367
|
-
alpha3: 'CUW',
|
|
368
|
-
numeric: '531',
|
|
369
|
-
shortName: 'Curacao',
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
name: 'Cyprus',
|
|
373
|
-
alpha2: 'CY',
|
|
374
|
-
alpha3: 'CYP',
|
|
375
|
-
numeric: '196',
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
name: 'Czechia',
|
|
379
|
-
alpha2: 'CZ',
|
|
380
|
-
alpha3: 'CZE',
|
|
381
|
-
numeric: '203',
|
|
382
|
-
altName: 'Czech Republic',
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
name: 'Denmark',
|
|
386
|
-
alpha2: 'DK',
|
|
387
|
-
alpha3: 'DNK',
|
|
388
|
-
numeric: '208',
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
name: 'Djibouti',
|
|
392
|
-
alpha2: 'DJ',
|
|
393
|
-
alpha3: 'DJI',
|
|
394
|
-
numeric: '262',
|
|
395
|
-
},
|
|
396
|
-
{
|
|
397
|
-
name: 'Dominica',
|
|
398
|
-
alpha2: 'DM',
|
|
399
|
-
alpha3: 'DMA',
|
|
400
|
-
numeric: '212',
|
|
401
|
-
},
|
|
402
|
-
{
|
|
403
|
-
name: 'Dominican Republic (the)',
|
|
404
|
-
alpha2: 'DO',
|
|
405
|
-
alpha3: 'DOM',
|
|
406
|
-
numeric: '214',
|
|
407
|
-
altName: 'Dominican Republic',
|
|
408
|
-
},
|
|
409
|
-
{
|
|
410
|
-
name: 'Ecuador',
|
|
411
|
-
alpha2: 'EC',
|
|
412
|
-
alpha3: 'ECU',
|
|
413
|
-
numeric: '218',
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
name: 'Egypt',
|
|
417
|
-
alpha2: 'EG',
|
|
418
|
-
alpha3: 'EGY',
|
|
419
|
-
numeric: '818',
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
name: 'El Salvador',
|
|
423
|
-
alpha2: 'SV',
|
|
424
|
-
alpha3: 'SLV',
|
|
425
|
-
numeric: '222',
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
name: 'Equatorial Guinea',
|
|
429
|
-
alpha2: 'GQ',
|
|
430
|
-
alpha3: 'GNQ',
|
|
431
|
-
numeric: '226',
|
|
432
|
-
},
|
|
433
|
-
{
|
|
434
|
-
name: 'Eritrea',
|
|
435
|
-
alpha2: 'ER',
|
|
436
|
-
alpha3: 'ERI',
|
|
437
|
-
numeric: '232',
|
|
438
|
-
},
|
|
439
|
-
{
|
|
440
|
-
name: 'Estonia',
|
|
441
|
-
alpha2: 'EE',
|
|
442
|
-
alpha3: 'EST',
|
|
443
|
-
numeric: '233',
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
name: 'Ethiopia',
|
|
447
|
-
alpha2: 'ET',
|
|
448
|
-
alpha3: 'ETH',
|
|
449
|
-
numeric: '231',
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
name: 'Falkland Islands (the) [Malvinas]',
|
|
453
|
-
alpha2: 'FK',
|
|
454
|
-
alpha3: 'FLK',
|
|
455
|
-
numeric: '238',
|
|
456
|
-
altName: 'Falkland Islands (Malvinas)',
|
|
457
|
-
shortName: 'Falkland Islands',
|
|
458
|
-
},
|
|
459
|
-
{
|
|
460
|
-
name: 'Faroe Islands (the)',
|
|
461
|
-
alpha2: 'FO',
|
|
462
|
-
alpha3: 'FRO',
|
|
463
|
-
numeric: '234',
|
|
464
|
-
altName: 'Faroe Islands',
|
|
465
|
-
},
|
|
466
|
-
{
|
|
467
|
-
name: 'Fiji',
|
|
468
|
-
alpha2: 'FJ',
|
|
469
|
-
alpha3: 'FJI',
|
|
470
|
-
numeric: '242',
|
|
471
|
-
},
|
|
472
|
-
{
|
|
473
|
-
name: 'Finland',
|
|
474
|
-
alpha2: 'FI',
|
|
475
|
-
alpha3: 'FIN',
|
|
476
|
-
numeric: '246',
|
|
477
|
-
},
|
|
478
|
-
{
|
|
479
|
-
name: 'France',
|
|
480
|
-
alpha2: 'FR',
|
|
481
|
-
alpha3: 'FRA',
|
|
482
|
-
numeric: '250',
|
|
483
|
-
},
|
|
484
|
-
{
|
|
485
|
-
name: 'French Guiana',
|
|
486
|
-
alpha2: 'GF',
|
|
487
|
-
alpha3: 'GUF',
|
|
488
|
-
numeric: '254',
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
name: 'French Polynesia',
|
|
492
|
-
alpha2: 'PF',
|
|
493
|
-
alpha3: 'PYF',
|
|
494
|
-
numeric: '258',
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
name: 'French Southern Territories (the)',
|
|
498
|
-
alpha2: 'TF',
|
|
499
|
-
alpha3: 'ATF',
|
|
500
|
-
numeric: '260',
|
|
501
|
-
altName: 'French Southern Territories',
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
name: 'Gabon',
|
|
505
|
-
alpha2: 'GA',
|
|
506
|
-
alpha3: 'GAB',
|
|
507
|
-
numeric: '266',
|
|
508
|
-
},
|
|
509
|
-
{
|
|
510
|
-
name: 'Gambia (the)',
|
|
511
|
-
alpha2: 'GM',
|
|
512
|
-
alpha3: 'GMB',
|
|
513
|
-
numeric: '270',
|
|
514
|
-
altName: 'Gambia',
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
name: 'Georgia',
|
|
518
|
-
alpha2: 'GE',
|
|
519
|
-
alpha3: 'GEO',
|
|
520
|
-
numeric: '268',
|
|
521
|
-
},
|
|
522
|
-
{
|
|
523
|
-
name: 'Germany',
|
|
524
|
-
alpha2: 'DE',
|
|
525
|
-
alpha3: 'DEU',
|
|
526
|
-
numeric: '276',
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
name: 'Ghana',
|
|
530
|
-
alpha2: 'GH',
|
|
531
|
-
alpha3: 'GHA',
|
|
532
|
-
numeric: '288',
|
|
533
|
-
},
|
|
534
|
-
{
|
|
535
|
-
name: 'Gibraltar',
|
|
536
|
-
alpha2: 'GI',
|
|
537
|
-
alpha3: 'GIB',
|
|
538
|
-
numeric: '292',
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
name: 'Greece',
|
|
542
|
-
alpha2: 'GR',
|
|
543
|
-
alpha3: 'GRC',
|
|
544
|
-
numeric: '300',
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
name: 'Greenland',
|
|
548
|
-
alpha2: 'GL',
|
|
549
|
-
alpha3: 'GRL',
|
|
550
|
-
numeric: '304',
|
|
551
|
-
},
|
|
552
|
-
{
|
|
553
|
-
name: 'Grenada',
|
|
554
|
-
alpha2: 'GD',
|
|
555
|
-
alpha3: 'GRD',
|
|
556
|
-
numeric: '308',
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
name: 'Guadeloupe',
|
|
560
|
-
alpha2: 'GP',
|
|
561
|
-
alpha3: 'GLP',
|
|
562
|
-
numeric: '312',
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
name: 'Guam',
|
|
566
|
-
alpha2: 'GU',
|
|
567
|
-
alpha3: 'GUM',
|
|
568
|
-
numeric: '316',
|
|
569
|
-
},
|
|
570
|
-
{
|
|
571
|
-
name: 'Guatemala',
|
|
572
|
-
alpha2: 'GT',
|
|
573
|
-
alpha3: 'GTM',
|
|
574
|
-
numeric: '320',
|
|
575
|
-
},
|
|
576
|
-
{
|
|
577
|
-
name: 'Guernsey',
|
|
578
|
-
alpha2: 'GG',
|
|
579
|
-
alpha3: 'GGY',
|
|
580
|
-
numeric: '831',
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
name: 'Guinea',
|
|
584
|
-
alpha2: 'GN',
|
|
585
|
-
alpha3: 'GIN',
|
|
586
|
-
numeric: '324',
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
name: 'Guinea-Bissau',
|
|
590
|
-
alpha2: 'GW',
|
|
591
|
-
alpha3: 'GNB',
|
|
592
|
-
numeric: '624',
|
|
593
|
-
},
|
|
594
|
-
{
|
|
595
|
-
name: 'Guyana',
|
|
596
|
-
alpha2: 'GY',
|
|
597
|
-
alpha3: 'GUY',
|
|
598
|
-
numeric: '328',
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
name: 'Haiti',
|
|
602
|
-
alpha2: 'HT',
|
|
603
|
-
alpha3: 'HTI',
|
|
604
|
-
numeric: '332',
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
name: 'Heard Island and McDonald Islands',
|
|
608
|
-
alpha2: 'HM',
|
|
609
|
-
alpha3: 'HMD',
|
|
610
|
-
numeric: '334',
|
|
611
|
-
altName: 'Heard and Mcdonald Islands',
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
name: 'Holy See (the)',
|
|
615
|
-
alpha2: 'VA',
|
|
616
|
-
alpha3: 'VAT',
|
|
617
|
-
numeric: '336',
|
|
618
|
-
altName: 'Holy See (Vatican City State)',
|
|
619
|
-
shortName: 'Vatican',
|
|
620
|
-
},
|
|
621
|
-
{
|
|
622
|
-
name: 'Honduras',
|
|
623
|
-
alpha2: 'HN',
|
|
624
|
-
alpha3: 'HND',
|
|
625
|
-
numeric: '340',
|
|
626
|
-
},
|
|
627
|
-
{
|
|
628
|
-
name: 'Hong Kong',
|
|
629
|
-
alpha2: 'HK',
|
|
630
|
-
alpha3: 'HKG',
|
|
631
|
-
numeric: '344',
|
|
632
|
-
altName: 'Hong Kong, SAR China',
|
|
633
|
-
},
|
|
634
|
-
{
|
|
635
|
-
name: 'Hungary',
|
|
636
|
-
alpha2: 'HU',
|
|
637
|
-
alpha3: 'HUN',
|
|
638
|
-
numeric: '348',
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
name: 'Iceland',
|
|
642
|
-
alpha2: 'IS',
|
|
643
|
-
alpha3: 'ISL',
|
|
644
|
-
numeric: '352',
|
|
645
|
-
},
|
|
646
|
-
{
|
|
647
|
-
name: 'India',
|
|
648
|
-
alpha2: 'IN',
|
|
649
|
-
alpha3: 'IND',
|
|
650
|
-
numeric: '356',
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
name: 'Indonesia',
|
|
654
|
-
alpha2: 'ID',
|
|
655
|
-
alpha3: 'IDN',
|
|
656
|
-
numeric: '360',
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
name: 'Iran (Islamic Republic of)',
|
|
660
|
-
alpha2: 'IR',
|
|
661
|
-
alpha3: 'IRN',
|
|
662
|
-
numeric: '364',
|
|
663
|
-
altName: 'Iran, Islamic Republic of',
|
|
664
|
-
shortName: 'Iran',
|
|
665
|
-
},
|
|
666
|
-
{
|
|
667
|
-
name: 'Iraq',
|
|
668
|
-
alpha2: 'IQ',
|
|
669
|
-
alpha3: 'IRQ',
|
|
670
|
-
numeric: '368',
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
name: 'Ireland',
|
|
674
|
-
alpha2: 'IE',
|
|
675
|
-
alpha3: 'IRL',
|
|
676
|
-
numeric: '372',
|
|
677
|
-
},
|
|
678
|
-
{
|
|
679
|
-
name: 'Isle of Man',
|
|
680
|
-
alpha2: 'IM',
|
|
681
|
-
alpha3: 'IMN',
|
|
682
|
-
numeric: '833',
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
name: 'Israel',
|
|
686
|
-
alpha2: 'IL',
|
|
687
|
-
alpha3: 'ISR',
|
|
688
|
-
numeric: '376',
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
name: 'Italy',
|
|
692
|
-
alpha2: 'IT',
|
|
693
|
-
alpha3: 'ITA',
|
|
694
|
-
numeric: '380',
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
name: 'Jamaica',
|
|
698
|
-
alpha2: 'JM',
|
|
699
|
-
alpha3: 'JAM',
|
|
700
|
-
numeric: '388',
|
|
701
|
-
},
|
|
702
|
-
{
|
|
703
|
-
name: 'Japan',
|
|
704
|
-
alpha2: 'JP',
|
|
705
|
-
alpha3: 'JPN',
|
|
706
|
-
numeric: '392',
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
name: 'Jersey',
|
|
710
|
-
alpha2: 'JE',
|
|
711
|
-
alpha3: 'JEY',
|
|
712
|
-
numeric: '832',
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
name: 'Jordan',
|
|
716
|
-
alpha2: 'JO',
|
|
717
|
-
alpha3: 'JOR',
|
|
718
|
-
numeric: '400',
|
|
719
|
-
},
|
|
720
|
-
{
|
|
721
|
-
name: 'Kazakhstan',
|
|
722
|
-
alpha2: 'KZ',
|
|
723
|
-
alpha3: 'KAZ',
|
|
724
|
-
numeric: '398',
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
name: 'Kenya',
|
|
728
|
-
alpha2: 'KE',
|
|
729
|
-
alpha3: 'KEN',
|
|
730
|
-
numeric: '404',
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
name: 'Kiribati',
|
|
734
|
-
alpha2: 'KI',
|
|
735
|
-
alpha3: 'KIR',
|
|
736
|
-
numeric: '296',
|
|
737
|
-
},
|
|
738
|
-
{
|
|
739
|
-
name: "Korea (the Democratic People's Republic of)",
|
|
740
|
-
alpha2: 'KP',
|
|
741
|
-
alpha3: 'PRK',
|
|
742
|
-
numeric: '408',
|
|
743
|
-
altName: 'Korea (North)',
|
|
744
|
-
shortName: 'North Korea',
|
|
745
|
-
},
|
|
746
|
-
{
|
|
747
|
-
name: 'Korea (the Republic of)',
|
|
748
|
-
alpha2: 'KR',
|
|
749
|
-
alpha3: 'KOR',
|
|
750
|
-
numeric: '410',
|
|
751
|
-
altName: 'Korea (South)',
|
|
752
|
-
shortName: 'South Korea',
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
name: 'Kuwait',
|
|
756
|
-
alpha2: 'KW',
|
|
757
|
-
alpha3: 'KWT',
|
|
758
|
-
numeric: '414',
|
|
759
|
-
},
|
|
760
|
-
{
|
|
761
|
-
name: 'Kyrgyzstan',
|
|
762
|
-
alpha2: 'KG',
|
|
763
|
-
alpha3: 'KGZ',
|
|
764
|
-
numeric: '417',
|
|
765
|
-
},
|
|
766
|
-
{
|
|
767
|
-
name: "Lao People's Democratic Republic (the)",
|
|
768
|
-
alpha2: 'LA',
|
|
769
|
-
alpha3: 'LAO',
|
|
770
|
-
numeric: '418',
|
|
771
|
-
altName: 'Lao PDR',
|
|
772
|
-
shortName: 'Laos',
|
|
773
|
-
},
|
|
774
|
-
{
|
|
775
|
-
name: 'Latvia',
|
|
776
|
-
alpha2: 'LV',
|
|
777
|
-
alpha3: 'LVA',
|
|
778
|
-
numeric: '428',
|
|
779
|
-
},
|
|
780
|
-
{
|
|
781
|
-
name: 'Lebanon',
|
|
782
|
-
alpha2: 'LB',
|
|
783
|
-
alpha3: 'LBN',
|
|
784
|
-
numeric: '422',
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
name: 'Lesotho',
|
|
788
|
-
alpha2: 'LS',
|
|
789
|
-
alpha3: 'LSO',
|
|
790
|
-
numeric: '426',
|
|
791
|
-
},
|
|
792
|
-
{
|
|
793
|
-
name: 'Liberia',
|
|
794
|
-
alpha2: 'LR',
|
|
795
|
-
alpha3: 'LBR',
|
|
796
|
-
numeric: '430',
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
name: 'Libya',
|
|
800
|
-
alpha2: 'LY',
|
|
801
|
-
alpha3: 'LBY',
|
|
802
|
-
numeric: '434',
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
name: 'Liechtenstein',
|
|
806
|
-
alpha2: 'LI',
|
|
807
|
-
alpha3: 'LIE',
|
|
808
|
-
numeric: '438',
|
|
809
|
-
},
|
|
810
|
-
{
|
|
811
|
-
name: 'Lithuania',
|
|
812
|
-
alpha2: 'LT',
|
|
813
|
-
alpha3: 'LTU',
|
|
814
|
-
numeric: '440',
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
name: 'Luxembourg',
|
|
818
|
-
alpha2: 'LU',
|
|
819
|
-
alpha3: 'LUX',
|
|
820
|
-
numeric: '442',
|
|
821
|
-
},
|
|
822
|
-
{
|
|
823
|
-
name: 'Macao',
|
|
824
|
-
alpha2: 'MO',
|
|
825
|
-
alpha3: 'MAC',
|
|
826
|
-
numeric: '446',
|
|
827
|
-
altName: 'Macao, SAR China',
|
|
828
|
-
shortName: 'Macau',
|
|
829
|
-
},
|
|
830
|
-
{
|
|
831
|
-
name: 'Macedonia (the former Yugoslav Republic of)',
|
|
832
|
-
alpha2: 'MK',
|
|
833
|
-
alpha3: 'MKD',
|
|
834
|
-
numeric: '807',
|
|
835
|
-
altName: 'Macedonia, Republic of',
|
|
836
|
-
shortName: 'Macedonia',
|
|
837
|
-
},
|
|
838
|
-
{
|
|
839
|
-
name: 'Madagascar',
|
|
840
|
-
alpha2: 'MG',
|
|
841
|
-
alpha3: 'MDG',
|
|
842
|
-
numeric: '450',
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
name: 'Malawi',
|
|
846
|
-
alpha2: 'MW',
|
|
847
|
-
alpha3: 'MWI',
|
|
848
|
-
numeric: '454',
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
name: 'Malaysia',
|
|
852
|
-
alpha2: 'MY',
|
|
853
|
-
alpha3: 'MYS',
|
|
854
|
-
numeric: '458',
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
name: 'Maldives',
|
|
858
|
-
alpha2: 'MV',
|
|
859
|
-
alpha3: 'MDV',
|
|
860
|
-
numeric: '462',
|
|
861
|
-
},
|
|
862
|
-
{
|
|
863
|
-
name: 'Mali',
|
|
864
|
-
alpha2: 'ML',
|
|
865
|
-
alpha3: 'MLI',
|
|
866
|
-
numeric: '466',
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
name: 'Malta',
|
|
870
|
-
alpha2: 'MT',
|
|
871
|
-
alpha3: 'MLT',
|
|
872
|
-
numeric: '470',
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
name: 'Marshall Islands (the)',
|
|
876
|
-
alpha2: 'MH',
|
|
877
|
-
alpha3: 'MHL',
|
|
878
|
-
numeric: '584',
|
|
879
|
-
altName: 'Marshall Islands',
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
name: 'Martinique',
|
|
883
|
-
alpha2: 'MQ',
|
|
884
|
-
alpha3: 'MTQ',
|
|
885
|
-
numeric: '474',
|
|
886
|
-
},
|
|
887
|
-
{
|
|
888
|
-
name: 'Mauritania',
|
|
889
|
-
alpha2: 'MR',
|
|
890
|
-
alpha3: 'MRT',
|
|
891
|
-
numeric: '478',
|
|
892
|
-
},
|
|
893
|
-
{
|
|
894
|
-
name: 'Mauritius',
|
|
895
|
-
alpha2: 'MU',
|
|
896
|
-
alpha3: 'MUS',
|
|
897
|
-
numeric: '480',
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
name: 'Mayotte',
|
|
901
|
-
alpha2: 'YT',
|
|
902
|
-
alpha3: 'MYT',
|
|
903
|
-
numeric: '175',
|
|
904
|
-
},
|
|
905
|
-
{
|
|
906
|
-
name: 'Mexico',
|
|
907
|
-
alpha2: 'MX',
|
|
908
|
-
alpha3: 'MEX',
|
|
909
|
-
numeric: '484',
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
name: 'Micronesia (Federated States of)',
|
|
913
|
-
alpha2: 'FM',
|
|
914
|
-
alpha3: 'FSM',
|
|
915
|
-
numeric: '583',
|
|
916
|
-
altName: 'Micronesia, Federated States of',
|
|
917
|
-
shortName: 'Micronesia',
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
name: 'Moldova (the Republic of)',
|
|
921
|
-
alpha2: 'MD',
|
|
922
|
-
alpha3: 'MDA',
|
|
923
|
-
numeric: '498',
|
|
924
|
-
altName: 'Moldova',
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
name: 'Monaco',
|
|
928
|
-
alpha2: 'MC',
|
|
929
|
-
alpha3: 'MCO',
|
|
930
|
-
numeric: '492',
|
|
931
|
-
},
|
|
932
|
-
{
|
|
933
|
-
name: 'Mongolia',
|
|
934
|
-
alpha2: 'MN',
|
|
935
|
-
alpha3: 'MNG',
|
|
936
|
-
numeric: '496',
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
name: 'Montenegro',
|
|
940
|
-
alpha2: 'ME',
|
|
941
|
-
alpha3: 'MNE',
|
|
942
|
-
numeric: '499',
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
name: 'Montserrat',
|
|
946
|
-
alpha2: 'MS',
|
|
947
|
-
alpha3: 'MSR',
|
|
948
|
-
numeric: '500',
|
|
949
|
-
},
|
|
950
|
-
{
|
|
951
|
-
name: 'Morocco',
|
|
952
|
-
alpha2: 'MA',
|
|
953
|
-
alpha3: 'MAR',
|
|
954
|
-
numeric: '504',
|
|
955
|
-
},
|
|
956
|
-
{
|
|
957
|
-
name: 'Mozambique',
|
|
958
|
-
alpha2: 'MZ',
|
|
959
|
-
alpha3: 'MOZ',
|
|
960
|
-
numeric: '508',
|
|
961
|
-
},
|
|
962
|
-
{
|
|
963
|
-
name: 'Myanmar',
|
|
964
|
-
alpha2: 'MM',
|
|
965
|
-
alpha3: 'MMR',
|
|
966
|
-
numeric: '104',
|
|
967
|
-
},
|
|
968
|
-
{
|
|
969
|
-
name: 'Namibia',
|
|
970
|
-
alpha2: 'NA',
|
|
971
|
-
alpha3: 'NAM',
|
|
972
|
-
numeric: '516',
|
|
973
|
-
},
|
|
974
|
-
{
|
|
975
|
-
name: 'Nauru',
|
|
976
|
-
alpha2: 'NR',
|
|
977
|
-
alpha3: 'NRU',
|
|
978
|
-
numeric: '520',
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
name: 'Nepal',
|
|
982
|
-
alpha2: 'NP',
|
|
983
|
-
alpha3: 'NPL',
|
|
984
|
-
numeric: '524',
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
name: 'Netherlands (the)',
|
|
988
|
-
alpha2: 'NL',
|
|
989
|
-
alpha3: 'NLD',
|
|
990
|
-
numeric: '528',
|
|
991
|
-
altName: 'Netherlands',
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
name: 'New Caledonia',
|
|
995
|
-
alpha2: 'NC',
|
|
996
|
-
alpha3: 'NCL',
|
|
997
|
-
numeric: '540',
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
name: 'New Zealand',
|
|
1001
|
-
alpha2: 'NZ',
|
|
1002
|
-
alpha3: 'NZL',
|
|
1003
|
-
numeric: '554',
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
name: 'Nicaragua',
|
|
1007
|
-
alpha2: 'NI',
|
|
1008
|
-
alpha3: 'NIC',
|
|
1009
|
-
numeric: '558',
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
name: 'Niger (the)',
|
|
1013
|
-
alpha2: 'NE',
|
|
1014
|
-
alpha3: 'NER',
|
|
1015
|
-
numeric: '562',
|
|
1016
|
-
altName: 'Niger',
|
|
1017
|
-
},
|
|
1018
|
-
{
|
|
1019
|
-
name: 'Nigeria',
|
|
1020
|
-
alpha2: 'NG',
|
|
1021
|
-
alpha3: 'NGA',
|
|
1022
|
-
numeric: '566',
|
|
1023
|
-
},
|
|
1024
|
-
{
|
|
1025
|
-
name: 'Niue',
|
|
1026
|
-
alpha2: 'NU',
|
|
1027
|
-
alpha3: 'NIU',
|
|
1028
|
-
numeric: '570',
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
name: 'Norfolk Island',
|
|
1032
|
-
alpha2: 'NF',
|
|
1033
|
-
alpha3: 'NFK',
|
|
1034
|
-
numeric: '574',
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
name: 'Northern Mariana Islands (the)',
|
|
1038
|
-
alpha2: 'MP',
|
|
1039
|
-
alpha3: 'MNP',
|
|
1040
|
-
numeric: '580',
|
|
1041
|
-
altName: 'Northern Mariana Islands',
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
name: 'Norway',
|
|
1045
|
-
alpha2: 'NO',
|
|
1046
|
-
alpha3: 'NOR',
|
|
1047
|
-
numeric: '578',
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
name: 'Oman',
|
|
1051
|
-
alpha2: 'OM',
|
|
1052
|
-
alpha3: 'OMN',
|
|
1053
|
-
numeric: '512',
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
name: 'Pakistan',
|
|
1057
|
-
alpha2: 'PK',
|
|
1058
|
-
alpha3: 'PAK',
|
|
1059
|
-
numeric: '586',
|
|
1060
|
-
},
|
|
1061
|
-
{
|
|
1062
|
-
name: 'Palau',
|
|
1063
|
-
alpha2: 'PW',
|
|
1064
|
-
alpha3: 'PLW',
|
|
1065
|
-
numeric: '585',
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
name: 'Palestine, State of',
|
|
1069
|
-
alpha2: 'PS',
|
|
1070
|
-
alpha3: 'PSE',
|
|
1071
|
-
numeric: '275',
|
|
1072
|
-
altName: 'Palestinian Territory',
|
|
1073
|
-
shortName: 'Palestine',
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
name: 'Panama',
|
|
1077
|
-
alpha2: 'PA',
|
|
1078
|
-
alpha3: 'PAN',
|
|
1079
|
-
numeric: '591',
|
|
1080
|
-
},
|
|
1081
|
-
{
|
|
1082
|
-
name: 'Papua New Guinea',
|
|
1083
|
-
alpha2: 'PG',
|
|
1084
|
-
alpha3: 'PNG',
|
|
1085
|
-
numeric: '598',
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
name: 'Paraguay',
|
|
1089
|
-
alpha2: 'PY',
|
|
1090
|
-
alpha3: 'PRY',
|
|
1091
|
-
numeric: '600',
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
name: 'Peru',
|
|
1095
|
-
alpha2: 'PE',
|
|
1096
|
-
alpha3: 'PER',
|
|
1097
|
-
numeric: '604',
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
name: 'Philippines (the)',
|
|
1101
|
-
alpha2: 'PH',
|
|
1102
|
-
alpha3: 'PHL',
|
|
1103
|
-
numeric: '608',
|
|
1104
|
-
altName: 'Philippines',
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
name: 'Pitcairn',
|
|
1108
|
-
alpha2: 'PN',
|
|
1109
|
-
alpha3: 'PCN',
|
|
1110
|
-
numeric: '612',
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
name: 'Poland',
|
|
1114
|
-
alpha2: 'PL',
|
|
1115
|
-
alpha3: 'POL',
|
|
1116
|
-
numeric: '616',
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
name: 'Portugal',
|
|
1120
|
-
alpha2: 'PT',
|
|
1121
|
-
alpha3: 'PRT',
|
|
1122
|
-
numeric: '620',
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
name: 'Puerto Rico',
|
|
1126
|
-
alpha2: 'PR',
|
|
1127
|
-
alpha3: 'PRI',
|
|
1128
|
-
numeric: '630',
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
name: 'Qatar',
|
|
1132
|
-
alpha2: 'QA',
|
|
1133
|
-
alpha3: 'QAT',
|
|
1134
|
-
numeric: '634',
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
name: 'Réunion',
|
|
1138
|
-
alpha2: 'RE',
|
|
1139
|
-
alpha3: 'REU',
|
|
1140
|
-
numeric: '638',
|
|
1141
|
-
shortName: 'Reunion',
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
name: 'Romania',
|
|
1145
|
-
alpha2: 'RO',
|
|
1146
|
-
alpha3: 'ROU',
|
|
1147
|
-
numeric: '642',
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
name: 'Russian Federation (the)',
|
|
1151
|
-
alpha2: 'RU',
|
|
1152
|
-
alpha3: 'RUS',
|
|
1153
|
-
numeric: '643',
|
|
1154
|
-
altName: 'Russian Federation',
|
|
1155
|
-
shortName: 'Russia',
|
|
1156
|
-
},
|
|
1157
|
-
{
|
|
1158
|
-
name: 'Rwanda',
|
|
1159
|
-
alpha2: 'RW',
|
|
1160
|
-
alpha3: 'RWA',
|
|
1161
|
-
numeric: '646',
|
|
1162
|
-
},
|
|
1163
|
-
{
|
|
1164
|
-
name: 'Saint Barthélemy',
|
|
1165
|
-
alpha2: 'BL',
|
|
1166
|
-
alpha3: 'BLM',
|
|
1167
|
-
numeric: '652',
|
|
1168
|
-
altName: 'Saint-Barthélemy',
|
|
1169
|
-
shortName: 'Saint Barthelemy',
|
|
1170
|
-
},
|
|
1171
|
-
{
|
|
1172
|
-
name: 'Saint Helena, Ascension and Tristan da Cunha',
|
|
1173
|
-
alpha2: 'SH',
|
|
1174
|
-
alpha3: 'SHN',
|
|
1175
|
-
numeric: '654',
|
|
1176
|
-
altName: 'Saint Helena',
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
name: 'Saint Kitts and Nevis',
|
|
1180
|
-
alpha2: 'KN',
|
|
1181
|
-
alpha3: 'KNA',
|
|
1182
|
-
numeric: '659',
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
name: 'Saint Lucia',
|
|
1186
|
-
alpha2: 'LC',
|
|
1187
|
-
alpha3: 'LCA',
|
|
1188
|
-
numeric: '662',
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
name: 'Saint Martin (French part)',
|
|
1192
|
-
alpha2: 'MF',
|
|
1193
|
-
alpha3: 'MAF',
|
|
1194
|
-
numeric: '663',
|
|
1195
|
-
altName: 'Saint-Martin (French part)',
|
|
1196
|
-
shortName: 'Saint Martin',
|
|
1197
|
-
},
|
|
1198
|
-
{
|
|
1199
|
-
name: 'Saint Pierre and Miquelon',
|
|
1200
|
-
alpha2: 'PM',
|
|
1201
|
-
alpha3: 'SPM',
|
|
1202
|
-
numeric: '666',
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
name: 'Saint Vincent and the Grenadines',
|
|
1206
|
-
alpha2: 'VC',
|
|
1207
|
-
alpha3: 'VCT',
|
|
1208
|
-
numeric: '670',
|
|
1209
|
-
altName: 'Saint Vincent and Grenadines',
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
name: 'Samoa',
|
|
1213
|
-
alpha2: 'WS',
|
|
1214
|
-
alpha3: 'WSM',
|
|
1215
|
-
numeric: '882',
|
|
1216
|
-
},
|
|
1217
|
-
{
|
|
1218
|
-
name: 'San Marino',
|
|
1219
|
-
alpha2: 'SM',
|
|
1220
|
-
alpha3: 'SMR',
|
|
1221
|
-
numeric: '674',
|
|
1222
|
-
},
|
|
1223
|
-
{
|
|
1224
|
-
name: 'Sao Tome and Principe',
|
|
1225
|
-
alpha2: 'ST',
|
|
1226
|
-
alpha3: 'STP',
|
|
1227
|
-
numeric: '678',
|
|
1228
|
-
},
|
|
1229
|
-
{
|
|
1230
|
-
name: 'Saudi Arabia',
|
|
1231
|
-
alpha2: 'SA',
|
|
1232
|
-
alpha3: 'SAU',
|
|
1233
|
-
numeric: '682',
|
|
1234
|
-
},
|
|
1235
|
-
{
|
|
1236
|
-
name: 'Senegal',
|
|
1237
|
-
alpha2: 'SN',
|
|
1238
|
-
alpha3: 'SEN',
|
|
1239
|
-
numeric: '686',
|
|
1240
|
-
},
|
|
1241
|
-
{
|
|
1242
|
-
name: 'Serbia',
|
|
1243
|
-
alpha2: 'RS',
|
|
1244
|
-
alpha3: 'SRB',
|
|
1245
|
-
numeric: '688',
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
name: 'Seychelles',
|
|
1249
|
-
alpha2: 'SC',
|
|
1250
|
-
alpha3: 'SYC',
|
|
1251
|
-
numeric: '690',
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
name: 'Sierra Leone',
|
|
1255
|
-
alpha2: 'SL',
|
|
1256
|
-
alpha3: 'SLE',
|
|
1257
|
-
numeric: '694',
|
|
1258
|
-
},
|
|
1259
|
-
{
|
|
1260
|
-
name: 'Singapore',
|
|
1261
|
-
alpha2: 'SG',
|
|
1262
|
-
alpha3: 'SGP',
|
|
1263
|
-
numeric: '702',
|
|
1264
|
-
},
|
|
1265
|
-
{
|
|
1266
|
-
name: 'Sint Maarten (Dutch part)',
|
|
1267
|
-
alpha2: 'SX',
|
|
1268
|
-
alpha3: 'SXM',
|
|
1269
|
-
numeric: '534',
|
|
1270
|
-
shortName: 'Sint Maarten',
|
|
1271
|
-
},
|
|
1272
|
-
{
|
|
1273
|
-
name: 'Slovakia',
|
|
1274
|
-
alpha2: 'SK',
|
|
1275
|
-
alpha3: 'SVK',
|
|
1276
|
-
numeric: '703',
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
name: 'Slovenia',
|
|
1280
|
-
alpha2: 'SI',
|
|
1281
|
-
alpha3: 'SVN',
|
|
1282
|
-
numeric: '705',
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
name: 'Solomon Islands',
|
|
1286
|
-
alpha2: 'SB',
|
|
1287
|
-
alpha3: 'SLB',
|
|
1288
|
-
numeric: '090',
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
name: 'Somalia',
|
|
1292
|
-
alpha2: 'SO',
|
|
1293
|
-
alpha3: 'SOM',
|
|
1294
|
-
numeric: '706',
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
name: 'South Africa',
|
|
1298
|
-
alpha2: 'ZA',
|
|
1299
|
-
alpha3: 'ZAF',
|
|
1300
|
-
numeric: '710',
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
name: 'South Georgia and the South Sandwich Islands',
|
|
1304
|
-
alpha2: 'GS',
|
|
1305
|
-
alpha3: 'SGS',
|
|
1306
|
-
numeric: '239',
|
|
1307
|
-
},
|
|
1308
|
-
{
|
|
1309
|
-
name: 'South Sudan',
|
|
1310
|
-
alpha2: 'SS',
|
|
1311
|
-
alpha3: 'SSD',
|
|
1312
|
-
numeric: '728',
|
|
1313
|
-
},
|
|
1314
|
-
{
|
|
1315
|
-
name: 'Spain',
|
|
1316
|
-
alpha2: 'ES',
|
|
1317
|
-
alpha3: 'ESP',
|
|
1318
|
-
numeric: '724',
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
name: 'Sri Lanka',
|
|
1322
|
-
alpha2: 'LK',
|
|
1323
|
-
alpha3: 'LKA',
|
|
1324
|
-
numeric: '144',
|
|
1325
|
-
},
|
|
1326
|
-
{
|
|
1327
|
-
name: 'Sudan (the)',
|
|
1328
|
-
alpha2: 'SD',
|
|
1329
|
-
alpha3: 'SDN',
|
|
1330
|
-
numeric: '729',
|
|
1331
|
-
altName: 'Sudan',
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
name: 'Suriname',
|
|
1335
|
-
alpha2: 'SR',
|
|
1336
|
-
alpha3: 'SUR',
|
|
1337
|
-
numeric: '740',
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
name: 'Svalbard and Jan Mayen',
|
|
1341
|
-
alpha2: 'SJ',
|
|
1342
|
-
alpha3: 'SJM',
|
|
1343
|
-
numeric: '744',
|
|
1344
|
-
altName: 'Svalbard and Jan Mayen Islands',
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
name: 'Swaziland',
|
|
1348
|
-
alpha2: 'SZ',
|
|
1349
|
-
alpha3: 'SWZ',
|
|
1350
|
-
numeric: '748',
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
name: 'Sweden',
|
|
1354
|
-
alpha2: 'SE',
|
|
1355
|
-
alpha3: 'SWE',
|
|
1356
|
-
numeric: '752',
|
|
1357
|
-
},
|
|
1358
|
-
{
|
|
1359
|
-
name: 'Switzerland',
|
|
1360
|
-
alpha2: 'CH',
|
|
1361
|
-
alpha3: 'CHE',
|
|
1362
|
-
numeric: '756',
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
name: 'Syrian Arab Republic',
|
|
1366
|
-
alpha2: 'SY',
|
|
1367
|
-
alpha3: 'SYR',
|
|
1368
|
-
numeric: '760',
|
|
1369
|
-
altName: 'Syrian Arab Republic (Syria)',
|
|
1370
|
-
shortName: 'Syria',
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
name: 'Taiwan (Province of China)',
|
|
1374
|
-
alpha2: 'TW',
|
|
1375
|
-
alpha3: 'TWN',
|
|
1376
|
-
numeric: '158',
|
|
1377
|
-
altName: 'Taiwan, Republic of China',
|
|
1378
|
-
shortName: 'Taiwan',
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
name: 'Tajikistan',
|
|
1382
|
-
alpha2: 'TJ',
|
|
1383
|
-
alpha3: 'TJK',
|
|
1384
|
-
numeric: '762',
|
|
1385
|
-
},
|
|
1386
|
-
{
|
|
1387
|
-
name: 'Tanzania, United Republic of',
|
|
1388
|
-
alpha2: 'TZ',
|
|
1389
|
-
alpha3: 'TZA',
|
|
1390
|
-
numeric: '834',
|
|
1391
|
-
shortName: 'Tanzania',
|
|
1392
|
-
},
|
|
1393
|
-
{
|
|
1394
|
-
name: 'Thailand',
|
|
1395
|
-
alpha2: 'TH',
|
|
1396
|
-
alpha3: 'THA',
|
|
1397
|
-
numeric: '764',
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
name: 'Timor-Leste',
|
|
1401
|
-
alpha2: 'TL',
|
|
1402
|
-
alpha3: 'TLS',
|
|
1403
|
-
numeric: '626',
|
|
1404
|
-
shortName: 'East Timor',
|
|
1405
|
-
},
|
|
1406
|
-
{
|
|
1407
|
-
name: 'Togo',
|
|
1408
|
-
alpha2: 'TG',
|
|
1409
|
-
alpha3: 'TGO',
|
|
1410
|
-
numeric: '768',
|
|
1411
|
-
},
|
|
1412
|
-
{
|
|
1413
|
-
name: 'Tokelau',
|
|
1414
|
-
alpha2: 'TK',
|
|
1415
|
-
alpha3: 'TKL',
|
|
1416
|
-
numeric: '772',
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
name: 'Tonga',
|
|
1420
|
-
alpha2: 'TO',
|
|
1421
|
-
alpha3: 'TON',
|
|
1422
|
-
numeric: '776',
|
|
1423
|
-
},
|
|
1424
|
-
{
|
|
1425
|
-
name: 'Trinidad and Tobago',
|
|
1426
|
-
alpha2: 'TT',
|
|
1427
|
-
alpha3: 'TTO',
|
|
1428
|
-
numeric: '780',
|
|
1429
|
-
},
|
|
1430
|
-
{
|
|
1431
|
-
name: 'Tunisia',
|
|
1432
|
-
alpha2: 'TN',
|
|
1433
|
-
alpha3: 'TUN',
|
|
1434
|
-
numeric: '788',
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
name: 'Turkey',
|
|
1438
|
-
alpha2: 'TR',
|
|
1439
|
-
alpha3: 'TUR',
|
|
1440
|
-
numeric: '792',
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
name: 'Turkmenistan',
|
|
1444
|
-
alpha2: 'TM',
|
|
1445
|
-
alpha3: 'TKM',
|
|
1446
|
-
numeric: '795',
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
name: 'Turks and Caicos Islands (the)',
|
|
1450
|
-
alpha2: 'TC',
|
|
1451
|
-
alpha3: 'TCA',
|
|
1452
|
-
numeric: '796',
|
|
1453
|
-
altName: 'Turks and Caicos Islands',
|
|
1454
|
-
},
|
|
1455
|
-
{
|
|
1456
|
-
name: 'Tuvalu',
|
|
1457
|
-
alpha2: 'TV',
|
|
1458
|
-
alpha3: 'TUV',
|
|
1459
|
-
numeric: '798',
|
|
1460
|
-
},
|
|
1461
|
-
{
|
|
1462
|
-
name: 'Uganda',
|
|
1463
|
-
alpha2: 'UG',
|
|
1464
|
-
alpha3: 'UGA',
|
|
1465
|
-
numeric: '800',
|
|
1466
|
-
},
|
|
1467
|
-
{
|
|
1468
|
-
name: 'Ukraine',
|
|
1469
|
-
alpha2: 'UA',
|
|
1470
|
-
alpha3: 'UKR',
|
|
1471
|
-
numeric: '804',
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
name: 'United Arab Emirates (the)',
|
|
1475
|
-
alpha2: 'AE',
|
|
1476
|
-
alpha3: 'ARE',
|
|
1477
|
-
numeric: '784',
|
|
1478
|
-
altName: 'United Arab Emirates',
|
|
1479
|
-
},
|
|
1480
|
-
{
|
|
1481
|
-
name: 'United Kingdom of Great Britain and Northern Ireland (the)',
|
|
1482
|
-
alpha2: 'GB',
|
|
1483
|
-
alpha3: 'GBR',
|
|
1484
|
-
numeric: '826',
|
|
1485
|
-
altName: 'United Kingdom',
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
name: 'United States Minor Outlying Islands (the)',
|
|
1489
|
-
alpha2: 'UM',
|
|
1490
|
-
alpha3: 'UMI',
|
|
1491
|
-
numeric: '581',
|
|
1492
|
-
altName: 'US Minor Outlying Islands',
|
|
1493
|
-
},
|
|
1494
|
-
{
|
|
1495
|
-
name: 'United States of America (the)',
|
|
1496
|
-
alpha2: 'US',
|
|
1497
|
-
alpha3: 'USA',
|
|
1498
|
-
numeric: '840',
|
|
1499
|
-
altName: 'United States of America',
|
|
1500
|
-
shortName: 'United States',
|
|
1501
|
-
},
|
|
1502
|
-
{
|
|
1503
|
-
name: 'Uruguay',
|
|
1504
|
-
alpha2: 'UY',
|
|
1505
|
-
alpha3: 'URY',
|
|
1506
|
-
numeric: '858',
|
|
1507
|
-
},
|
|
1508
|
-
{
|
|
1509
|
-
name: 'Uzbekistan',
|
|
1510
|
-
alpha2: 'UZ',
|
|
1511
|
-
alpha3: 'UZB',
|
|
1512
|
-
numeric: '860',
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
name: 'Vanuatu',
|
|
1516
|
-
alpha2: 'VU',
|
|
1517
|
-
alpha3: 'VUT',
|
|
1518
|
-
numeric: '548',
|
|
1519
|
-
},
|
|
1520
|
-
{
|
|
1521
|
-
name: 'Venezuela (Bolivarian Republic of)',
|
|
1522
|
-
alpha2: 'VE',
|
|
1523
|
-
alpha3: 'VEN',
|
|
1524
|
-
numeric: '862',
|
|
1525
|
-
altName: 'Venezuela (Bolivarian Republic)',
|
|
1526
|
-
shortName: 'Venezuela',
|
|
1527
|
-
},
|
|
1528
|
-
{
|
|
1529
|
-
name: 'Viet Nam',
|
|
1530
|
-
alpha2: 'VN',
|
|
1531
|
-
alpha3: 'VNM',
|
|
1532
|
-
numeric: '704',
|
|
1533
|
-
shortName: 'Vietnam',
|
|
1534
|
-
},
|
|
1535
|
-
{
|
|
1536
|
-
name: 'Virgin Islands (British)',
|
|
1537
|
-
alpha2: 'VG',
|
|
1538
|
-
alpha3: 'VGB',
|
|
1539
|
-
numeric: '092',
|
|
1540
|
-
altName: 'British Virgin Islands',
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
name: 'Virgin Islands (U.S.)',
|
|
1544
|
-
alpha2: 'VI',
|
|
1545
|
-
alpha3: 'VIR',
|
|
1546
|
-
numeric: '850',
|
|
1547
|
-
altName: 'Virgin Islands, US',
|
|
1548
|
-
shortName: 'U.S. Virgin Islands',
|
|
1549
|
-
},
|
|
1550
|
-
{
|
|
1551
|
-
name: 'Wallis and Futuna',
|
|
1552
|
-
alpha2: 'WF',
|
|
1553
|
-
alpha3: 'WLF',
|
|
1554
|
-
numeric: '876',
|
|
1555
|
-
altName: 'Wallis and Futuna Islands',
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
name: 'Western Sahara*',
|
|
1559
|
-
alpha2: 'EH',
|
|
1560
|
-
alpha3: 'ESH',
|
|
1561
|
-
numeric: '732',
|
|
1562
|
-
altName: 'Western Sahara',
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
name: 'Yemen',
|
|
1566
|
-
alpha2: 'YE',
|
|
1567
|
-
alpha3: 'YEM',
|
|
1568
|
-
numeric: '887',
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
name: 'Zambia',
|
|
1572
|
-
alpha2: 'ZM',
|
|
1573
|
-
alpha3: 'ZMB',
|
|
1574
|
-
numeric: '894',
|
|
1575
|
-
},
|
|
1576
|
-
{
|
|
1577
|
-
name: 'Zimbabwe',
|
|
1578
|
-
alpha2: 'ZW',
|
|
1579
|
-
alpha3: 'ZWE',
|
|
1580
|
-
numeric: '716',
|
|
1581
|
-
},
|
|
1582
|
-
];
|
|
1583
|
-
//# sourceMappingURL=CountriesCodes.js.map
|