@temboplus/afloat 0.1.77-beta.9 → 0.1.78
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 +7 -0
- package/README.md +42 -246
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts +5 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.js +4 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts +11 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.js +19 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts +2 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.js +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts +7 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.js +197 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts +39 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.js +2475 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts +1901 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.js +1073 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts +3809 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.js +2325 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts +53 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.js +190 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts +40 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.js +58 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts +3 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.js +2 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts +11 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.js +26 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts +257 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.js +450 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts +5 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.js +4 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts +7 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.js +45 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts +8 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.js +9 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts +822 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.js +737 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts +4 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.js +3 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts +63 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.js +105 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts +21 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.js +25 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts +465 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.js +471 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts +4 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.js +3 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts +21 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.js +28 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts +8 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.js +9 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts +6 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.js +5 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts +13 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.js +13 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts +162 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.js +459 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts +267 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.js +498 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts +6 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.js +5 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts +77 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.js +90 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts +30 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.js +47 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts +141 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.js +290 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts +2 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.js +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts +144 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.js +318 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts +12 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.js +19 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts +4 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.js +3 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts +32 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.js +68 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts +21 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts.map +1 -0
- package/esm/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.js +34 -0
- package/esm/mod.d.ts +8 -0
- package/esm/mod.d.ts.map +1 -0
- package/esm/mod.js +7 -0
- package/esm/package.json +3 -0
- package/{dist/lib/error/error.api.d.ts → esm/src/errors/api_error.d.ts} +1 -0
- package/esm/src/errors/api_error.d.ts.map +1 -0
- package/esm/src/errors/api_error.js +90 -0
- package/esm/src/errors/index.d.ts +3 -0
- package/esm/src/errors/index.d.ts.map +1 -0
- package/esm/src/errors/index.js +2 -0
- package/{dist/lib/error/error.permission.d.ts → esm/src/errors/permission_error.d.ts} +2 -1
- package/esm/src/errors/permission_error.d.ts.map +1 -0
- package/esm/src/errors/permission_error.js +70 -0
- package/{dist/modules/team-member/team-member.contract.d.ts → esm/src/features/admin/contract.d.ts} +136 -211
- package/esm/src/features/admin/contract.d.ts.map +1 -0
- package/esm/src/features/admin/contract.js +210 -0
- package/esm/src/features/admin/index.d.ts +4 -0
- package/esm/src/features/admin/index.d.ts.map +1 -0
- package/esm/src/features/admin/index.js +3 -0
- package/esm/src/features/admin/repository.d.ts +114 -0
- package/esm/src/features/admin/repository.d.ts.map +1 -0
- package/esm/src/features/admin/repository.js +248 -0
- package/esm/src/features/admin/schemas.d.ts +146 -0
- package/esm/src/features/admin/schemas.d.ts.map +1 -0
- package/esm/src/features/admin/schemas.js +206 -0
- package/esm/src/features/auth/access/contract.d.ts +14 -0
- package/esm/src/features/auth/access/contract.d.ts.map +1 -0
- package/esm/src/features/auth/access/contract.js +14 -0
- package/esm/src/features/auth/access/repository.d.ts +11 -0
- package/esm/src/features/auth/access/repository.d.ts.map +1 -0
- package/esm/src/features/auth/access/repository.js +25 -0
- package/{dist/modules/auth/auth.contract.d.ts → esm/src/features/auth/contract.d.ts} +19 -16
- package/esm/src/features/auth/contract.d.ts.map +1 -0
- package/esm/src/features/auth/contract.js +43 -0
- package/esm/src/features/auth/identity/contract.d.ts +23 -0
- package/esm/src/features/auth/identity/contract.d.ts.map +1 -0
- package/esm/src/features/auth/identity/contract.js +17 -0
- package/esm/src/features/auth/identity/repository.d.ts +22 -0
- package/esm/src/features/auth/identity/repository.d.ts.map +1 -0
- package/esm/src/features/auth/identity/repository.js +30 -0
- package/esm/src/features/auth/index.d.ts +6 -0
- package/esm/src/features/auth/index.d.ts.map +1 -0
- package/esm/src/features/auth/index.js +5 -0
- package/esm/src/features/auth/manager.d.ts +105 -0
- package/esm/src/features/auth/manager.d.ts.map +1 -0
- package/esm/src/features/auth/manager.js +181 -0
- package/{dist/modules/profile/profile.api-contract.d.ts → esm/src/features/auth/profile/contract.d.ts} +6 -8
- package/esm/src/features/auth/profile/contract.d.ts.map +1 -0
- package/esm/src/features/auth/profile/contract.js +14 -0
- package/esm/src/features/auth/profile/repository.d.ts +11 -0
- package/esm/src/features/auth/profile/repository.d.ts.map +1 -0
- package/esm/src/features/auth/profile/repository.js +25 -0
- package/esm/src/features/auth/repository.d.ts +30 -0
- package/esm/src/features/auth/repository.d.ts.map +1 -0
- package/esm/src/features/auth/repository.js +69 -0
- package/{dist/modules/auth/storage/client-store.d.ts → esm/src/features/auth/storage/client_store.d.ts} +2 -1
- package/esm/src/features/auth/storage/client_store.d.ts.map +1 -0
- package/esm/src/features/auth/storage/client_store.js +46 -0
- package/{dist/modules/auth/storage/client-token-handler.d.ts → esm/src/features/auth/storage/client_token_handler.d.ts} +1 -0
- package/esm/src/features/auth/storage/client_token_handler.d.ts.map +1 -0
- package/esm/src/features/auth/storage/client_token_handler.js +36 -0
- package/esm/src/features/auth/storage/server_store.d.ts +24 -0
- package/esm/src/features/auth/storage/server_store.d.ts.map +1 -0
- package/esm/src/features/auth/storage/server_store.js +34 -0
- package/esm/src/features/auth/storage/server_token_handler.d.ts +36 -0
- package/esm/src/features/auth/storage/server_token_handler.d.ts.map +1 -0
- package/esm/src/features/auth/storage/server_token_handler.js +115 -0
- package/{dist/modules → esm/src/features}/auth/storage/types.d.ts +2 -1
- package/esm/src/features/auth/storage/types.d.ts.map +1 -0
- package/esm/src/features/auth/storage/types.js +1 -0
- package/{dist/modules/contact/contact.api-contract.d.ts → esm/src/features/contact/contract.d.ts} +56 -89
- package/esm/src/features/contact/contract.d.ts.map +1 -0
- package/esm/src/features/contact/contract.js +49 -0
- package/esm/src/features/contact/index.d.ts +2 -0
- package/esm/src/features/contact/index.d.ts.map +1 -0
- package/esm/src/features/contact/index.js +1 -0
- package/esm/src/features/contact/repository.d.ts +58 -0
- package/esm/src/features/contact/repository.d.ts.map +1 -0
- package/esm/src/features/contact/repository.js +108 -0
- package/{dist/modules/payout/payout.api-contract.d.ts → esm/src/features/payout/contract.d.ts} +198 -341
- package/esm/src/features/payout/contract.d.ts.map +1 -0
- package/esm/src/features/payout/contract.js +75 -0
- package/esm/src/features/payout/index.d.ts +2 -0
- package/esm/src/features/payout/index.d.ts.map +1 -0
- package/esm/src/features/payout/index.js +1 -0
- package/esm/src/features/payout/repository.d.ts +67 -0
- package/esm/src/features/payout/repository.d.ts.map +1 -0
- package/esm/src/features/payout/repository.js +163 -0
- package/{dist/modules/wallet/wallet.contract.d.ts → esm/src/features/wallet/contract.d.ts} +15 -17
- package/esm/src/features/wallet/contract.d.ts.map +1 -0
- package/esm/src/features/wallet/contract.js +38 -0
- package/esm/src/features/wallet/index.d.ts +2 -0
- package/esm/src/features/wallet/index.d.ts.map +1 -0
- package/esm/src/features/wallet/index.js +1 -0
- package/esm/src/features/wallet/repository.d.ts +57 -0
- package/esm/src/features/wallet/repository.d.ts.map +1 -0
- package/esm/src/features/wallet/repository.js +93 -0
- package/esm/src/models/contact/derivatives/contact.d.ts +172 -0
- package/esm/src/models/contact/derivatives/contact.d.ts.map +1 -0
- package/esm/src/models/contact/derivatives/contact.js +266 -0
- package/esm/src/models/contact/derivatives/contact_info.d.ts +188 -0
- package/esm/src/models/contact/derivatives/contact_info.d.ts.map +1 -0
- package/esm/src/models/contact/derivatives/contact_info.js +255 -0
- package/esm/src/models/contact/index.d.ts +5 -0
- package/esm/src/models/contact/index.d.ts.map +1 -0
- package/esm/src/models/contact/index.js +4 -0
- package/esm/src/models/contact/schemas.d.ts +66 -0
- package/esm/src/models/contact/schemas.d.ts.map +1 -0
- package/esm/src/models/contact/schemas.js +64 -0
- package/esm/src/models/contact/validation.d.ts +37 -0
- package/esm/src/models/contact/validation.d.ts.map +1 -0
- package/esm/src/models/contact/validation.js +146 -0
- package/esm/src/models/index.d.ts +7 -0
- package/esm/src/models/index.d.ts.map +1 -0
- package/esm/src/models/index.js +6 -0
- package/esm/src/models/payout/api.d.ts +29 -0
- package/esm/src/models/payout/api.d.ts.map +1 -0
- package/esm/src/models/payout/api.js +1 -0
- package/esm/src/models/payout/channel.d.ts +58 -0
- package/esm/src/models/payout/channel.d.ts.map +1 -0
- package/esm/src/models/payout/channel.js +53 -0
- package/esm/src/models/payout/derivatives/payout.d.ts +158 -0
- package/esm/src/models/payout/derivatives/payout.d.ts.map +1 -0
- package/esm/src/models/payout/derivatives/payout.js +271 -0
- package/esm/src/models/payout/index.d.ts +7 -0
- package/esm/src/models/payout/index.d.ts.map +1 -0
- package/esm/src/models/payout/index.js +6 -0
- package/esm/src/models/payout/narration.d.ts +164 -0
- package/esm/src/models/payout/narration.d.ts.map +1 -0
- package/esm/src/models/payout/narration.js +308 -0
- package/esm/src/models/payout/schemas.d.ts +156 -0
- package/esm/src/models/payout/schemas.d.ts.map +1 -0
- package/esm/src/models/payout/schemas.js +105 -0
- package/esm/src/models/payout/status.d.ts +33 -0
- package/esm/src/models/payout/status.d.ts.map +1 -0
- package/esm/src/models/payout/status.js +34 -0
- package/{dist/modules/login/permission.type.d.ts → esm/src/models/permission.d.ts} +9 -8
- package/esm/src/models/permission.d.ts.map +1 -0
- package/esm/src/models/permission.js +50 -0
- package/esm/src/models/role.d.ts +21 -0
- package/esm/src/models/role.d.ts.map +1 -0
- package/esm/src/models/role.js +73 -0
- package/esm/src/models/user/authenticated-user.d.ts +77 -0
- package/esm/src/models/user/authenticated-user.d.ts.map +1 -0
- package/esm/src/models/user/authenticated-user.js +226 -0
- package/esm/src/models/user/index.d.ts +4 -0
- package/esm/src/models/user/index.d.ts.map +1 -0
- package/esm/src/models/user/index.js +3 -0
- package/esm/src/models/user/managed-user.d.ts +108 -0
- package/esm/src/models/user/managed-user.d.ts.map +1 -0
- package/esm/src/models/user/managed-user.js +255 -0
- package/{dist/modules/profile/profile.model.d.ts → esm/src/models/user/profile.d.ts} +52 -81
- package/esm/src/models/user/profile.d.ts.map +1 -0
- package/esm/src/models/user/profile.js +334 -0
- package/esm/src/models/wallet/index.d.ts +4 -0
- package/esm/src/models/wallet/index.d.ts.map +1 -0
- package/esm/src/models/wallet/index.js +3 -0
- package/esm/src/models/wallet/schemas.d.ts +95 -0
- package/esm/src/models/wallet/schemas.d.ts.map +1 -0
- package/esm/src/models/wallet/schemas.js +35 -0
- package/esm/src/models/wallet/statement_entry.d.ts +160 -0
- package/esm/src/models/wallet/statement_entry.d.ts.map +1 -0
- package/esm/src/models/wallet/statement_entry.js +255 -0
- package/{dist/modules/wallet/wallet.model.d.ts → esm/src/models/wallet/wallet.d.ts} +39 -33
- package/esm/src/models/wallet/wallet.d.ts.map +1 -0
- package/esm/src/models/wallet/wallet.js +279 -0
- package/esm/src/shared/base_repository.d.ts +80 -0
- package/esm/src/shared/base_repository.d.ts.map +1 -0
- package/esm/src/shared/base_repository.js +153 -0
- package/esm/src/shared/common_responses.d.ts +13 -0
- package/esm/src/shared/common_responses.d.ts.map +1 -0
- package/esm/src/shared/common_responses.js +10 -0
- package/esm/src/shared/index.d.ts +3 -0
- package/esm/src/shared/index.d.ts.map +1 -0
- package/esm/src/shared/index.js +2 -0
- package/esm/src/shared/token_required_repository.d.ts +78 -0
- package/esm/src/shared/token_required_repository.d.ts.map +1 -0
- package/esm/src/shared/token_required_repository.js +128 -0
- package/package.json +23 -48
- package/script/mod.d.ts +8 -0
- package/script/mod.d.ts.map +1 -0
- package/script/mod.js +23 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts +5 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/mod.js +20 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts +11 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/config_service.js +23 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts +2 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/config/index.js +17 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts +7 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/banks_tz.js +199 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts +39 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/countries.js +2477 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts +1901 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/currencies.js +1075 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts +3809 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/data/phone_patterns.js +2327 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts +53 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/amount.js +194 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts +40 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/antd_validator.js +62 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts +3 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/amount/index.js +18 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts +11 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/antd_validator.js +30 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts +257 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/bank.js +458 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts +5 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/index.js +20 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts +7 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/types.js +48 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts +8 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/bank/utils.js +12 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts +822 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/country.js +745 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts +4 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/index.js +19 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts +63 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/types.js +108 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts +21 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/country/utils.js +30 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts +465 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/currency.js +479 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts +4 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/index.js +19 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts +21 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/types.js +31 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts +8 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/currency/utils.js +12 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts +6 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/index.js +21 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts +13 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/format.js +16 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts +162 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/phone_number.js +463 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts +267 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/global/service.js +506 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts +6 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/index.js +21 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts +77 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/antd_validator.js +94 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts +30 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/network_operator.js +50 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts +141 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/models/phone_number/tz/phone_number.js +294 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts +2 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/index.js +17 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts +144 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/reports/report_manager.js +328 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts +12 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/id.js +23 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts +4 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/index.js +19 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts +32 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/text.js +75 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts +21 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.d.ts.map +1 -0
- package/script/npm/src/deps/jsr.io/@temboplus/frontend-core/0.2.21/src/utils/time.js +39 -0
- package/script/npm/src/mod.d.ts +8 -0
- package/script/npm/src/mod.d.ts.map +1 -0
- package/script/npm/src/mod.js +23 -0
- package/script/npm/src/src/errors/api_error.d.ts +63 -0
- package/script/npm/src/src/errors/api_error.d.ts.map +1 -0
- package/script/npm/src/src/errors/api_error.js +94 -0
- package/script/npm/src/src/errors/index.d.ts +3 -0
- package/script/npm/src/src/errors/index.d.ts.map +1 -0
- package/script/npm/src/src/errors/index.js +18 -0
- package/script/npm/src/src/errors/permission_error.d.ts +48 -0
- package/script/npm/src/src/errors/permission_error.d.ts.map +1 -0
- package/script/npm/src/src/errors/permission_error.js +74 -0
- package/script/npm/src/src/features/admin/contract.d.ts +842 -0
- package/script/npm/src/src/features/admin/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/admin/contract.js +213 -0
- package/script/npm/src/src/features/admin/index.d.ts +4 -0
- package/script/npm/src/src/features/admin/index.d.ts.map +1 -0
- package/script/npm/src/src/features/admin/index.js +19 -0
- package/script/npm/src/src/features/admin/repository.d.ts +114 -0
- package/script/npm/src/src/features/admin/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/admin/repository.js +252 -0
- package/script/npm/src/src/features/admin/schemas.d.ts +146 -0
- package/script/npm/src/src/features/admin/schemas.d.ts.map +1 -0
- package/script/npm/src/src/features/admin/schemas.js +209 -0
- package/script/npm/src/src/features/auth/access/contract.d.ts +14 -0
- package/script/npm/src/src/features/auth/access/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/access/contract.js +17 -0
- package/script/npm/src/src/features/auth/access/repository.d.ts +11 -0
- package/script/npm/src/src/features/auth/access/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/access/repository.js +29 -0
- package/script/npm/src/src/features/auth/contract.d.ts +112 -0
- package/script/npm/src/src/features/auth/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/contract.js +46 -0
- package/script/npm/src/src/features/auth/identity/contract.d.ts +23 -0
- package/script/npm/src/src/features/auth/identity/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/identity/contract.js +20 -0
- package/script/npm/src/src/features/auth/identity/repository.d.ts +22 -0
- package/script/npm/src/src/features/auth/identity/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/identity/repository.js +34 -0
- package/script/npm/src/src/features/auth/index.d.ts +6 -0
- package/script/npm/src/src/features/auth/index.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/index.js +21 -0
- package/script/npm/src/src/features/auth/manager.d.ts +105 -0
- package/script/npm/src/src/features/auth/manager.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/manager.js +185 -0
- package/script/npm/src/src/features/auth/profile/contract.d.ts +37 -0
- package/script/npm/src/src/features/auth/profile/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/profile/contract.js +17 -0
- package/script/npm/src/src/features/auth/profile/repository.d.ts +11 -0
- package/script/npm/src/src/features/auth/profile/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/profile/repository.js +29 -0
- package/script/npm/src/src/features/auth/repository.d.ts +30 -0
- package/script/npm/src/src/features/auth/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/repository.js +73 -0
- package/script/npm/src/src/features/auth/storage/client_store.d.ts +30 -0
- package/script/npm/src/src/features/auth/storage/client_store.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/storage/client_store.js +51 -0
- package/script/npm/src/src/features/auth/storage/client_token_handler.d.ts +32 -0
- package/script/npm/src/src/features/auth/storage/client_token_handler.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/storage/client_token_handler.js +40 -0
- package/script/npm/src/src/features/auth/storage/server_store.d.ts +24 -0
- package/script/npm/src/src/features/auth/storage/server_store.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/storage/server_store.js +38 -0
- package/script/npm/src/src/features/auth/storage/server_token_handler.d.ts +36 -0
- package/script/npm/src/src/features/auth/storage/server_token_handler.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/storage/server_token_handler.js +119 -0
- package/script/npm/src/src/features/auth/storage/types.d.ts +42 -0
- package/script/npm/src/src/features/auth/storage/types.d.ts.map +1 -0
- package/script/npm/src/src/features/auth/storage/types.js +2 -0
- package/script/npm/src/src/features/contact/contract.d.ts +170 -0
- package/script/npm/src/src/features/contact/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/contact/contract.js +52 -0
- package/script/npm/src/src/features/contact/index.d.ts +2 -0
- package/script/npm/src/src/features/contact/index.d.ts.map +1 -0
- package/script/npm/src/src/features/contact/index.js +17 -0
- package/script/npm/src/src/features/contact/repository.d.ts +58 -0
- package/script/npm/src/src/features/contact/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/contact/repository.js +112 -0
- package/script/npm/src/src/features/payout/contract.d.ts +623 -0
- package/script/npm/src/src/features/payout/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/payout/contract.js +78 -0
- package/script/npm/src/src/features/payout/index.d.ts +2 -0
- package/script/npm/src/src/features/payout/index.d.ts.map +1 -0
- package/script/npm/src/src/features/payout/index.js +17 -0
- package/script/npm/src/src/features/payout/repository.d.ts +67 -0
- package/script/npm/src/src/features/payout/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/payout/repository.js +167 -0
- package/script/npm/src/src/features/wallet/contract.d.ts +137 -0
- package/script/npm/src/src/features/wallet/contract.d.ts.map +1 -0
- package/script/npm/src/src/features/wallet/contract.js +41 -0
- package/script/npm/src/src/features/wallet/index.d.ts +2 -0
- package/script/npm/src/src/features/wallet/index.d.ts.map +1 -0
- package/script/npm/src/src/features/wallet/index.js +17 -0
- package/script/npm/src/src/features/wallet/repository.d.ts +57 -0
- package/script/npm/src/src/features/wallet/repository.d.ts.map +1 -0
- package/script/npm/src/src/features/wallet/repository.js +97 -0
- package/script/npm/src/src/models/contact/derivatives/contact.d.ts +172 -0
- package/script/npm/src/src/models/contact/derivatives/contact.d.ts.map +1 -0
- package/script/npm/src/src/models/contact/derivatives/contact.js +270 -0
- package/script/npm/src/src/models/contact/derivatives/contact_info.d.ts +188 -0
- package/script/npm/src/src/models/contact/derivatives/contact_info.d.ts.map +1 -0
- package/script/npm/src/src/models/contact/derivatives/contact_info.js +260 -0
- package/script/npm/src/src/models/contact/index.d.ts +5 -0
- package/script/npm/src/src/models/contact/index.d.ts.map +1 -0
- package/script/npm/src/src/models/contact/index.js +20 -0
- package/script/npm/src/src/models/contact/schemas.d.ts +66 -0
- package/script/npm/src/src/models/contact/schemas.d.ts.map +1 -0
- package/script/npm/src/src/models/contact/schemas.js +67 -0
- package/script/npm/src/src/models/contact/validation.d.ts +37 -0
- package/script/npm/src/src/models/contact/validation.d.ts.map +1 -0
- package/script/npm/src/src/models/contact/validation.js +153 -0
- package/script/npm/src/src/models/index.d.ts +7 -0
- package/script/npm/src/src/models/index.d.ts.map +1 -0
- package/script/npm/src/src/models/index.js +22 -0
- package/script/npm/src/src/models/payout/api.d.ts +29 -0
- package/script/npm/src/src/models/payout/api.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/api.js +2 -0
- package/script/npm/src/src/models/payout/channel.d.ts +58 -0
- package/script/npm/src/src/models/payout/channel.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/channel.js +56 -0
- package/script/npm/src/src/models/payout/derivatives/payout.d.ts +158 -0
- package/script/npm/src/src/models/payout/derivatives/payout.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/derivatives/payout.js +275 -0
- package/script/npm/src/src/models/payout/index.d.ts +7 -0
- package/script/npm/src/src/models/payout/index.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/index.js +22 -0
- package/script/npm/src/src/models/payout/narration.d.ts +164 -0
- package/script/npm/src/src/models/payout/narration.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/narration.js +312 -0
- package/script/npm/src/src/models/payout/schemas.d.ts +156 -0
- package/script/npm/src/src/models/payout/schemas.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/schemas.js +108 -0
- package/script/npm/src/src/models/payout/status.d.ts +33 -0
- package/script/npm/src/src/models/payout/status.d.ts.map +1 -0
- package/script/npm/src/src/models/payout/status.js +37 -0
- package/script/npm/src/src/models/permission.d.ts +55 -0
- package/script/npm/src/src/models/permission.d.ts.map +1 -0
- package/script/npm/src/src/models/permission.js +53 -0
- package/script/npm/src/src/models/role.d.ts +21 -0
- package/script/npm/src/src/models/role.d.ts.map +1 -0
- package/script/npm/src/src/models/role.js +77 -0
- package/script/npm/src/src/models/user/authenticated-user.d.ts +77 -0
- package/script/npm/src/src/models/user/authenticated-user.d.ts.map +1 -0
- package/script/npm/src/src/models/user/authenticated-user.js +230 -0
- package/script/npm/src/src/models/user/index.d.ts +4 -0
- package/script/npm/src/src/models/user/index.d.ts.map +1 -0
- package/script/npm/src/src/models/user/index.js +19 -0
- package/script/npm/src/src/models/user/managed-user.d.ts +108 -0
- package/script/npm/src/src/models/user/managed-user.d.ts.map +1 -0
- package/script/npm/src/src/models/user/managed-user.js +260 -0
- package/script/npm/src/src/models/user/profile.d.ts +161 -0
- package/script/npm/src/src/models/user/profile.d.ts.map +1 -0
- package/script/npm/src/src/models/user/profile.js +338 -0
- package/script/npm/src/src/models/wallet/index.d.ts +4 -0
- package/script/npm/src/src/models/wallet/index.d.ts.map +1 -0
- package/script/npm/src/src/models/wallet/index.js +19 -0
- package/script/npm/src/src/models/wallet/schemas.d.ts +95 -0
- package/script/npm/src/src/models/wallet/schemas.d.ts.map +1 -0
- package/script/npm/src/src/models/wallet/schemas.js +38 -0
- package/script/npm/src/src/models/wallet/statement_entry.d.ts +160 -0
- package/script/npm/src/src/models/wallet/statement_entry.d.ts.map +1 -0
- package/script/npm/src/src/models/wallet/statement_entry.js +259 -0
- package/script/npm/src/src/models/wallet/wallet.d.ts +147 -0
- package/script/npm/src/src/models/wallet/wallet.d.ts.map +1 -0
- package/script/npm/src/src/models/wallet/wallet.js +283 -0
- package/script/npm/src/src/shared/base_repository.d.ts +80 -0
- package/script/npm/src/src/shared/base_repository.d.ts.map +1 -0
- package/script/npm/src/src/shared/base_repository.js +157 -0
- package/script/npm/src/src/shared/common_responses.d.ts +13 -0
- package/script/npm/src/src/shared/common_responses.d.ts.map +1 -0
- package/script/npm/src/src/shared/common_responses.js +13 -0
- package/script/npm/src/src/shared/index.d.ts +3 -0
- package/script/npm/src/src/shared/index.d.ts.map +1 -0
- package/script/npm/src/src/shared/index.js +18 -0
- package/script/npm/src/src/shared/token_required_repository.d.ts +78 -0
- package/script/npm/src/src/shared/token_required_repository.d.ts.map +1 -0
- package/script/npm/src/src/shared/token_required_repository.js +132 -0
- package/script/package.json +3 -0
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.d.ts +0 -10
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +0 -1
- package/dist/lib/api/base-repository.d.ts +0 -175
- package/dist/lib/api/index.d.ts +0 -1
- package/dist/lib/error/error.utils.d.ts +0 -22
- package/dist/lib/error/index.d.ts +0 -3
- package/dist/lib/query/index.d.ts +0 -4
- package/dist/lib/query/pagination/pagination.d.ts +0 -73
- package/dist/lib/query/pagination/pagination.schemas.d.ts +0 -83
- package/dist/lib/query/query.builder.d.ts +0 -71
- package/dist/lib/query/query.types.d.ts +0 -36
- package/dist/modules/auth/auth.manager.d.ts +0 -249
- package/dist/modules/auth/auth.repository.d.ts +0 -83
- package/dist/modules/auth/auth.store.d.ts +0 -139
- package/dist/modules/auth/company-membership.model.d.ts +0 -171
- package/dist/modules/auth/index.d.ts +0 -4
- package/dist/modules/auth/user.model.d.ts +0 -363
- package/dist/modules/contact/contact-info.model.d.ts +0 -485
- package/dist/modules/contact/contact-input-handler.d.ts +0 -16
- package/dist/modules/contact/contact.dtos.d.ts +0 -84
- package/dist/modules/contact/contact.model.d.ts +0 -441
- package/dist/modules/contact/contact.repository.d.ts +0 -116
- package/dist/modules/contact/index.d.ts +0 -4
- package/dist/modules/login/index.d.ts +0 -4
- package/dist/modules/login/login.api-contract.d.ts +0 -51
- package/dist/modules/login/login.dtos.d.ts +0 -85
- package/dist/modules/login/login.model.d.ts +0 -168
- package/dist/modules/login/login.repository.d.ts +0 -58
- package/dist/modules/payout/index.d.ts +0 -5
- package/dist/modules/payout/payout-channel-handler.d.ts +0 -82
- package/dist/modules/payout/payout.dtos.d.ts +0 -605
- package/dist/modules/payout/payout.model.d.ts +0 -379
- package/dist/modules/payout/payout.query.d.ts +0 -133
- package/dist/modules/payout/payout.repository.d.ts +0 -181
- package/dist/modules/profile/index.d.ts +0 -3
- package/dist/modules/profile/profile.dtos.d.ts +0 -80
- package/dist/modules/profile/profile.repository.d.ts +0 -56
- package/dist/modules/team-member/index.d.ts +0 -4
- package/dist/modules/team-member/role.model.d.ts +0 -61
- package/dist/modules/team-member/team-member.dtos.d.ts +0 -261
- package/dist/modules/team-member/team-member.model.d.ts +0 -237
- package/dist/modules/team-member/team-member.repository.d.ts +0 -179
- package/dist/modules/wallet/index.d.ts +0 -7
- package/dist/modules/wallet/narration.model.d.ts +0 -225
- package/dist/modules/wallet/statement-entry.model.d.ts +0 -299
- package/dist/modules/wallet/wallet-manager.session.d.ts +0 -143
- package/dist/modules/wallet/wallet.dtos.d.ts +0 -204
- package/dist/modules/wallet/wallet.query.d.ts +0 -95
- package/dist/modules/wallet/wallet.repository.d.ts +0 -205
- package/dist/modules/wallet/wallet.utils.d.ts +0 -17
|
@@ -0,0 +1,2475 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"dataset_name": "World Countries List",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "A list of world countries and territories, including common names, official names, ISO codes (alpha-2, alpha-3, currency), geographical information (continent, UN M49 region), and flag emojis. Based on ISO 3166-1, ISO 4217, and UN M49 regional codes.",
|
|
5
|
+
"source(s)": [
|
|
6
|
+
{
|
|
7
|
+
"name": "ISO 3166-1",
|
|
8
|
+
"url": "https://www.iso.org/iso-3166-country-codes.html"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"name": "ISO 4217",
|
|
12
|
+
"url": "https://www.iso.org/iso-4217-currency-codes.html"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "UN M49",
|
|
16
|
+
"url": "https://unstats.un.org/unsd/methodology/m49/"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "Unicode CLDR",
|
|
20
|
+
"url": "https://cldr.unicode.org/"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "Various official government/UN sources for official names",
|
|
24
|
+
"url": null
|
|
25
|
+
}
|
|
26
|
+
],
|
|
27
|
+
"last_updated": "2025-03-26T12:54:40Z",
|
|
28
|
+
"creation_date": "2025-03-26",
|
|
29
|
+
"license": "CC-BY-4.0",
|
|
30
|
+
"coverage": "Includes countries, territories, and special areas based on ISO 3166-1 standard, excluding previously listed obsolete codes AN and CS. Includes added entries for Montenegro, Serbia, and South Sudan.",
|
|
31
|
+
"contact_info": "Okello Gerald",
|
|
32
|
+
"notes": "Dataset includes entries based on ISO 3166-1 standard. The listing of entities, common names ('name'), and official names ('name_official') does not imply political endorsement. Designations and names for entities like Taiwan, Palestine, Western Sahara, Afghanistan, and others may be politically sensitive, disputed, or reflect specific viewpoints or time periods. Official names generally reflect usage by the entity itself or international bodies (e.g., UN, ISO) where applicable. Currency codes represent the primary official ISO 4217 code; 'null' is used where no single official code applies or is designated.",
|
|
33
|
+
"countries": [
|
|
34
|
+
{
|
|
35
|
+
"name": "Afghanistan",
|
|
36
|
+
"name_official": "Islamic Republic of Afghanistan",
|
|
37
|
+
"iso_2": "AF",
|
|
38
|
+
"iso_3": "AFG",
|
|
39
|
+
"flag_emoji": "🇦🇫",
|
|
40
|
+
"continent": "Asia",
|
|
41
|
+
"region": "Southern Asia",
|
|
42
|
+
"currency_iso_code": "AFN"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "Åland Islands",
|
|
46
|
+
"name_official": "Åland Islands",
|
|
47
|
+
"iso_2": "AX",
|
|
48
|
+
"iso_3": "ALA",
|
|
49
|
+
"flag_emoji": "🇦🇽",
|
|
50
|
+
"continent": "Europe",
|
|
51
|
+
"region": "Northern Europe",
|
|
52
|
+
"currency_iso_code": "EUR"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "Albania",
|
|
56
|
+
"name_official": "Republic of Albania",
|
|
57
|
+
"iso_2": "AL",
|
|
58
|
+
"iso_3": "ALB",
|
|
59
|
+
"flag_emoji": "🇦🇱",
|
|
60
|
+
"continent": "Europe",
|
|
61
|
+
"region": "Southern Europe",
|
|
62
|
+
"currency_iso_code": "ALL"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "Algeria",
|
|
66
|
+
"name_official": "People's Democratic Republic of Algeria",
|
|
67
|
+
"iso_2": "DZ",
|
|
68
|
+
"iso_3": "DZA",
|
|
69
|
+
"flag_emoji": "🇩🇿",
|
|
70
|
+
"continent": "Africa",
|
|
71
|
+
"region": "Northern Africa",
|
|
72
|
+
"currency_iso_code": "DZD"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"name": "American Samoa",
|
|
76
|
+
"name_official": "Territory of American Samoa",
|
|
77
|
+
"iso_2": "AS",
|
|
78
|
+
"iso_3": "ASM",
|
|
79
|
+
"flag_emoji": "🇦🇸",
|
|
80
|
+
"continent": "Oceania",
|
|
81
|
+
"region": "Polynesia",
|
|
82
|
+
"currency_iso_code": "USD"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "Andorra",
|
|
86
|
+
"name_official": "Principality of Andorra",
|
|
87
|
+
"iso_2": "AD",
|
|
88
|
+
"iso_3": "AND",
|
|
89
|
+
"flag_emoji": "🇦🇩",
|
|
90
|
+
"continent": "Europe",
|
|
91
|
+
"region": "Southern Europe",
|
|
92
|
+
"currency_iso_code": "EUR"
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"name": "Angola",
|
|
96
|
+
"name_official": "Republic of Angola",
|
|
97
|
+
"iso_2": "AO",
|
|
98
|
+
"iso_3": "AGO",
|
|
99
|
+
"flag_emoji": "🇦🇴",
|
|
100
|
+
"continent": "Africa",
|
|
101
|
+
"region": "Middle Africa",
|
|
102
|
+
"currency_iso_code": "AOA"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"name": "Anguilla",
|
|
106
|
+
"name_official": "Anguilla",
|
|
107
|
+
"iso_2": "AI",
|
|
108
|
+
"iso_3": "AIA",
|
|
109
|
+
"flag_emoji": "🇦🇮",
|
|
110
|
+
"continent": "North America",
|
|
111
|
+
"region": "Caribbean",
|
|
112
|
+
"currency_iso_code": "XCD"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"name": "Antarctica",
|
|
116
|
+
"name_official": "Antarctica",
|
|
117
|
+
"iso_2": "AQ",
|
|
118
|
+
"iso_3": "ATA",
|
|
119
|
+
"flag_emoji": "🇦🇶",
|
|
120
|
+
"continent": "Antarctica",
|
|
121
|
+
"region": "Antarctica",
|
|
122
|
+
"currency_iso_code": null
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"name": "Antigua and Barbuda",
|
|
126
|
+
"name_official": "Antigua and Barbuda",
|
|
127
|
+
"iso_2": "AG",
|
|
128
|
+
"iso_3": "ATG",
|
|
129
|
+
"flag_emoji": "🇦🇬",
|
|
130
|
+
"continent": "North America",
|
|
131
|
+
"region": "Caribbean",
|
|
132
|
+
"currency_iso_code": "XCD"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "Argentina",
|
|
136
|
+
"name_official": "Argentine Republic",
|
|
137
|
+
"iso_2": "AR",
|
|
138
|
+
"iso_3": "ARG",
|
|
139
|
+
"flag_emoji": "🇦🇷",
|
|
140
|
+
"continent": "South America",
|
|
141
|
+
"region": "South America",
|
|
142
|
+
"currency_iso_code": "ARS"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"name": "Armenia",
|
|
146
|
+
"name_official": "Republic of Armenia",
|
|
147
|
+
"iso_2": "AM",
|
|
148
|
+
"iso_3": "ARM",
|
|
149
|
+
"flag_emoji": "🇦🇲",
|
|
150
|
+
"continent": "Asia",
|
|
151
|
+
"region": "Western Asia",
|
|
152
|
+
"currency_iso_code": "AMD"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "Aruba",
|
|
156
|
+
"name_official": "Aruba",
|
|
157
|
+
"iso_2": "AW",
|
|
158
|
+
"iso_3": "ABW",
|
|
159
|
+
"flag_emoji": "🇦🇼",
|
|
160
|
+
"continent": "North America",
|
|
161
|
+
"region": "Caribbean",
|
|
162
|
+
"currency_iso_code": "AWG"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"name": "Australia",
|
|
166
|
+
"name_official": "Commonwealth of Australia",
|
|
167
|
+
"iso_2": "AU",
|
|
168
|
+
"iso_3": "AUS",
|
|
169
|
+
"flag_emoji": "🇦🇺",
|
|
170
|
+
"continent": "Oceania",
|
|
171
|
+
"region": "Australia and New Zealand",
|
|
172
|
+
"currency_iso_code": "AUD"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"name": "Austria",
|
|
176
|
+
"name_official": "Republic of Austria",
|
|
177
|
+
"iso_2": "AT",
|
|
178
|
+
"iso_3": "AUT",
|
|
179
|
+
"flag_emoji": "🇦🇹",
|
|
180
|
+
"continent": "Europe",
|
|
181
|
+
"region": "Western Europe",
|
|
182
|
+
"currency_iso_code": "EUR"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "Azerbaijan",
|
|
186
|
+
"name_official": "Republic of Azerbaijan",
|
|
187
|
+
"iso_2": "AZ",
|
|
188
|
+
"iso_3": "AZE",
|
|
189
|
+
"flag_emoji": "🇦🇿",
|
|
190
|
+
"continent": "Asia",
|
|
191
|
+
"region": "Western Asia",
|
|
192
|
+
"currency_iso_code": "AZN"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"name": "Bahamas",
|
|
196
|
+
"name_official": "Commonwealth of The Bahamas",
|
|
197
|
+
"iso_2": "BS",
|
|
198
|
+
"iso_3": "BHS",
|
|
199
|
+
"flag_emoji": "🇧🇸",
|
|
200
|
+
"continent": "North America",
|
|
201
|
+
"region": "Caribbean",
|
|
202
|
+
"currency_iso_code": "BSD"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Bahrain",
|
|
206
|
+
"name_official": "Kingdom of Bahrain",
|
|
207
|
+
"iso_2": "BH",
|
|
208
|
+
"iso_3": "BHR",
|
|
209
|
+
"flag_emoji": "🇧🇭",
|
|
210
|
+
"continent": "Asia",
|
|
211
|
+
"region": "Western Asia",
|
|
212
|
+
"currency_iso_code": "BHD"
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "Bangladesh",
|
|
216
|
+
"name_official": "People's Republic of Bangladesh",
|
|
217
|
+
"iso_2": "BD",
|
|
218
|
+
"iso_3": "BGD",
|
|
219
|
+
"flag_emoji": "🇧🇩",
|
|
220
|
+
"continent": "Asia",
|
|
221
|
+
"region": "Southern Asia",
|
|
222
|
+
"currency_iso_code": "BDT"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"name": "Barbados",
|
|
226
|
+
"name_official": "Barbados",
|
|
227
|
+
"iso_2": "BB",
|
|
228
|
+
"iso_3": "BRB",
|
|
229
|
+
"flag_emoji": "🇧🇧",
|
|
230
|
+
"continent": "North America",
|
|
231
|
+
"region": "Caribbean",
|
|
232
|
+
"currency_iso_code": "BBD"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"name": "Belarus",
|
|
236
|
+
"name_official": "Republic of Belarus",
|
|
237
|
+
"iso_2": "BY",
|
|
238
|
+
"iso_3": "BLR",
|
|
239
|
+
"flag_emoji": "🇧🇾",
|
|
240
|
+
"continent": "Europe",
|
|
241
|
+
"region": "Eastern Europe",
|
|
242
|
+
"currency_iso_code": "BYN"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "Belgium",
|
|
246
|
+
"name_official": "Kingdom of Belgium",
|
|
247
|
+
"iso_2": "BE",
|
|
248
|
+
"iso_3": "BEL",
|
|
249
|
+
"flag_emoji": "🇧🇪",
|
|
250
|
+
"continent": "Europe",
|
|
251
|
+
"region": "Western Europe",
|
|
252
|
+
"currency_iso_code": "EUR"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"name": "Belize",
|
|
256
|
+
"name_official": "Belize",
|
|
257
|
+
"iso_2": "BZ",
|
|
258
|
+
"iso_3": "BLZ",
|
|
259
|
+
"flag_emoji": "🇧🇿",
|
|
260
|
+
"continent": "North America",
|
|
261
|
+
"region": "Central America",
|
|
262
|
+
"currency_iso_code": "BZD"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"name": "Benin",
|
|
266
|
+
"name_official": "Republic of Benin",
|
|
267
|
+
"iso_2": "BJ",
|
|
268
|
+
"iso_3": "BEN",
|
|
269
|
+
"flag_emoji": "🇧🇯",
|
|
270
|
+
"continent": "Africa",
|
|
271
|
+
"region": "Western Africa",
|
|
272
|
+
"currency_iso_code": "XOF"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"name": "Bermuda",
|
|
276
|
+
"name_official": "Bermuda",
|
|
277
|
+
"iso_2": "BM",
|
|
278
|
+
"iso_3": "BMU",
|
|
279
|
+
"flag_emoji": "🇧🇲",
|
|
280
|
+
"continent": "North America",
|
|
281
|
+
"region": "Northern America",
|
|
282
|
+
"currency_iso_code": "BMD"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"name": "Bhutan",
|
|
286
|
+
"name_official": "Kingdom of Bhutan",
|
|
287
|
+
"iso_2": "BT",
|
|
288
|
+
"iso_3": "BTN",
|
|
289
|
+
"flag_emoji": "🇧🇹",
|
|
290
|
+
"continent": "Asia",
|
|
291
|
+
"region": "Southern Asia",
|
|
292
|
+
"currency_iso_code": "BTN"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"name": "Bolivia",
|
|
296
|
+
"name_official": "Plurinational State of Bolivia",
|
|
297
|
+
"iso_2": "BO",
|
|
298
|
+
"iso_3": "BOL",
|
|
299
|
+
"flag_emoji": "🇧🇴",
|
|
300
|
+
"continent": "South America",
|
|
301
|
+
"region": "South America",
|
|
302
|
+
"currency_iso_code": "BOB"
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "Bosnia and Herzegovina",
|
|
306
|
+
"name_official": "Bosnia and Herzegovina",
|
|
307
|
+
"iso_2": "BA",
|
|
308
|
+
"iso_3": "BIH",
|
|
309
|
+
"flag_emoji": "🇧🇦",
|
|
310
|
+
"continent": "Europe",
|
|
311
|
+
"region": "Southern Europe",
|
|
312
|
+
"currency_iso_code": "BAM"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"name": "Botswana",
|
|
316
|
+
"name_official": "Republic of Botswana",
|
|
317
|
+
"iso_2": "BW",
|
|
318
|
+
"iso_3": "BWA",
|
|
319
|
+
"flag_emoji": "🇧🇼",
|
|
320
|
+
"continent": "Africa",
|
|
321
|
+
"region": "Southern Africa",
|
|
322
|
+
"currency_iso_code": "BWP"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "Bouvet Island",
|
|
326
|
+
"name_official": "Bouvet Island",
|
|
327
|
+
"iso_2": "BV",
|
|
328
|
+
"iso_3": "BVT",
|
|
329
|
+
"flag_emoji": "🇧🇻",
|
|
330
|
+
"continent": "Antarctica",
|
|
331
|
+
"region": "Antarctica",
|
|
332
|
+
"currency_iso_code": null
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "Brazil",
|
|
336
|
+
"name_official": "Federative Republic of Brazil",
|
|
337
|
+
"iso_2": "BR",
|
|
338
|
+
"iso_3": "BRA",
|
|
339
|
+
"flag_emoji": "🇧🇷",
|
|
340
|
+
"continent": "South America",
|
|
341
|
+
"region": "South America",
|
|
342
|
+
"currency_iso_code": "BRL"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"name": "British Indian Ocean Territory",
|
|
346
|
+
"name_official": "British Indian Ocean Territory",
|
|
347
|
+
"iso_2": "IO",
|
|
348
|
+
"iso_3": "IOT",
|
|
349
|
+
"flag_emoji": "🇮🇴",
|
|
350
|
+
"continent": "Africa",
|
|
351
|
+
"region": "Eastern Africa",
|
|
352
|
+
"currency_iso_code": "USD"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"name": "British Virgin Islands",
|
|
356
|
+
"name_official": "Virgin Islands",
|
|
357
|
+
"iso_2": "VG",
|
|
358
|
+
"iso_3": "VGB",
|
|
359
|
+
"flag_emoji": "🇻🇬",
|
|
360
|
+
"continent": "North America",
|
|
361
|
+
"region": "Caribbean",
|
|
362
|
+
"currency_iso_code": "USD"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "Brunei",
|
|
366
|
+
"name_official": "Brunei Darussalam",
|
|
367
|
+
"iso_2": "BN",
|
|
368
|
+
"iso_3": "BRN",
|
|
369
|
+
"flag_emoji": "🇧🇳",
|
|
370
|
+
"continent": "Asia",
|
|
371
|
+
"region": "South-eastern Asia",
|
|
372
|
+
"currency_iso_code": "BND"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "Bulgaria",
|
|
376
|
+
"name_official": "Republic of Bulgaria",
|
|
377
|
+
"iso_2": "BG",
|
|
378
|
+
"iso_3": "BGR",
|
|
379
|
+
"flag_emoji": "🇧🇬",
|
|
380
|
+
"continent": "Europe",
|
|
381
|
+
"region": "Eastern Europe",
|
|
382
|
+
"currency_iso_code": "BGN"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"name": "Burkina Faso",
|
|
386
|
+
"name_official": "Burkina Faso",
|
|
387
|
+
"iso_2": "BF",
|
|
388
|
+
"iso_3": "BFA",
|
|
389
|
+
"flag_emoji": "🇧🇫",
|
|
390
|
+
"continent": "Africa",
|
|
391
|
+
"region": "Western Africa",
|
|
392
|
+
"currency_iso_code": "XOF"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "Burundi",
|
|
396
|
+
"name_official": "Republic of Burundi",
|
|
397
|
+
"iso_2": "BI",
|
|
398
|
+
"iso_3": "BDI",
|
|
399
|
+
"flag_emoji": "🇧🇮",
|
|
400
|
+
"continent": "Africa",
|
|
401
|
+
"region": "Eastern Africa",
|
|
402
|
+
"currency_iso_code": "BIF"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"name": "Cabo Verde",
|
|
406
|
+
"name_official": "Republic of Cabo Verde",
|
|
407
|
+
"iso_2": "CV",
|
|
408
|
+
"iso_3": "CPV",
|
|
409
|
+
"flag_emoji": "🇨🇻",
|
|
410
|
+
"continent": "Africa",
|
|
411
|
+
"region": "Western Africa",
|
|
412
|
+
"currency_iso_code": "CVE"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"name": "Cambodia",
|
|
416
|
+
"name_official": "Kingdom of Cambodia",
|
|
417
|
+
"iso_2": "KH",
|
|
418
|
+
"iso_3": "KHM",
|
|
419
|
+
"flag_emoji": "🇰🇭",
|
|
420
|
+
"continent": "Asia",
|
|
421
|
+
"region": "South-eastern Asia",
|
|
422
|
+
"currency_iso_code": "KHR"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
"name": "Cameroon",
|
|
426
|
+
"name_official": "Republic of Cameroon",
|
|
427
|
+
"iso_2": "CM",
|
|
428
|
+
"iso_3": "CMR",
|
|
429
|
+
"flag_emoji": "🇨🇲",
|
|
430
|
+
"continent": "Africa",
|
|
431
|
+
"region": "Middle Africa",
|
|
432
|
+
"currency_iso_code": "XAF"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"name": "Canada",
|
|
436
|
+
"name_official": "Canada",
|
|
437
|
+
"iso_2": "CA",
|
|
438
|
+
"iso_3": "CAN",
|
|
439
|
+
"flag_emoji": "🇨🇦",
|
|
440
|
+
"continent": "North America",
|
|
441
|
+
"region": "Northern America",
|
|
442
|
+
"currency_iso_code": "CAD"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "Cayman Islands",
|
|
446
|
+
"name_official": "Cayman Islands",
|
|
447
|
+
"iso_2": "KY",
|
|
448
|
+
"iso_3": "CYM",
|
|
449
|
+
"flag_emoji": "🇰🇾",
|
|
450
|
+
"continent": "North America",
|
|
451
|
+
"region": "Caribbean",
|
|
452
|
+
"currency_iso_code": "KYD"
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"name": "Central African Republic",
|
|
456
|
+
"name_official": "Central African Republic",
|
|
457
|
+
"iso_2": "CF",
|
|
458
|
+
"iso_3": "CAF",
|
|
459
|
+
"flag_emoji": "🇨🇫",
|
|
460
|
+
"continent": "Africa",
|
|
461
|
+
"region": "Middle Africa",
|
|
462
|
+
"currency_iso_code": "XAF"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"name": "Chad",
|
|
466
|
+
"name_official": "Republic of Chad",
|
|
467
|
+
"iso_2": "TD",
|
|
468
|
+
"iso_3": "TCD",
|
|
469
|
+
"flag_emoji": "🇹🇩",
|
|
470
|
+
"continent": "Africa",
|
|
471
|
+
"region": "Middle Africa",
|
|
472
|
+
"currency_iso_code": "XAF"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"name": "Chile",
|
|
476
|
+
"name_official": "Republic of Chile",
|
|
477
|
+
"iso_2": "CL",
|
|
478
|
+
"iso_3": "CHL",
|
|
479
|
+
"flag_emoji": "🇨🇱",
|
|
480
|
+
"continent": "South America",
|
|
481
|
+
"region": "South America",
|
|
482
|
+
"currency_iso_code": "CLP"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"name": "China",
|
|
486
|
+
"name_official": "People's Republic of China",
|
|
487
|
+
"iso_2": "CN",
|
|
488
|
+
"iso_3": "CHN",
|
|
489
|
+
"flag_emoji": "🇨🇳",
|
|
490
|
+
"continent": "Asia",
|
|
491
|
+
"region": "Eastern Asia",
|
|
492
|
+
"currency_iso_code": "CNY"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
"name": "Christmas Island",
|
|
496
|
+
"name_official": "Territory of Christmas Island",
|
|
497
|
+
"iso_2": "CX",
|
|
498
|
+
"iso_3": "CXR",
|
|
499
|
+
"flag_emoji": "🇨🇽",
|
|
500
|
+
"continent": "Oceania",
|
|
501
|
+
"region": "Australia and New Zealand",
|
|
502
|
+
"currency_iso_code": "AUD"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"name": "Cocos (Keeling) Islands",
|
|
506
|
+
"name_official": "Territory of Cocos (Keeling) Islands",
|
|
507
|
+
"iso_2": "CC",
|
|
508
|
+
"iso_3": "CCK",
|
|
509
|
+
"flag_emoji": "🇨🇨",
|
|
510
|
+
"continent": "Oceania",
|
|
511
|
+
"region": "Australia and New Zealand",
|
|
512
|
+
"currency_iso_code": "AUD"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"name": "Colombia",
|
|
516
|
+
"name_official": "Republic of Colombia",
|
|
517
|
+
"iso_2": "CO",
|
|
518
|
+
"iso_3": "COL",
|
|
519
|
+
"flag_emoji": "🇨🇴",
|
|
520
|
+
"continent": "South America",
|
|
521
|
+
"region": "South America",
|
|
522
|
+
"currency_iso_code": "COP"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"name": "Comoros",
|
|
526
|
+
"name_official": "Union of the Comoros",
|
|
527
|
+
"iso_2": "KM",
|
|
528
|
+
"iso_3": "COM",
|
|
529
|
+
"flag_emoji": "🇰🇲",
|
|
530
|
+
"continent": "Africa",
|
|
531
|
+
"region": "Eastern Africa",
|
|
532
|
+
"currency_iso_code": "KMF"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
"name": "Congo",
|
|
536
|
+
"name_official": "Republic of the Congo",
|
|
537
|
+
"iso_2": "CG",
|
|
538
|
+
"iso_3": "COG",
|
|
539
|
+
"flag_emoji": "🇨🇬",
|
|
540
|
+
"continent": "Africa",
|
|
541
|
+
"region": "Middle Africa",
|
|
542
|
+
"currency_iso_code": "XAF"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"name": "Cook Islands",
|
|
546
|
+
"name_official": "Cook Islands",
|
|
547
|
+
"iso_2": "CK",
|
|
548
|
+
"iso_3": "COK",
|
|
549
|
+
"flag_emoji": "🇨🇰",
|
|
550
|
+
"continent": "Oceania",
|
|
551
|
+
"region": "Polynesia",
|
|
552
|
+
"currency_iso_code": "NZD"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"name": "Costa Rica",
|
|
556
|
+
"name_official": "Republic of Costa Rica",
|
|
557
|
+
"iso_2": "CR",
|
|
558
|
+
"iso_3": "CRI",
|
|
559
|
+
"flag_emoji": "🇨🇷",
|
|
560
|
+
"continent": "North America",
|
|
561
|
+
"region": "Central America",
|
|
562
|
+
"currency_iso_code": "CRC"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
"name": "Cote d'Ivoire",
|
|
566
|
+
"name_official": "Republic of Côte d'Ivoire",
|
|
567
|
+
"iso_2": "CI",
|
|
568
|
+
"iso_3": "CIV",
|
|
569
|
+
"flag_emoji": "🇨🇮",
|
|
570
|
+
"continent": "Africa",
|
|
571
|
+
"region": "Western Africa",
|
|
572
|
+
"currency_iso_code": "XOF"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "Croatia",
|
|
576
|
+
"name_official": "Republic of Croatia",
|
|
577
|
+
"iso_2": "HR",
|
|
578
|
+
"iso_3": "HRV",
|
|
579
|
+
"flag_emoji": "🇭🇷",
|
|
580
|
+
"continent": "Europe",
|
|
581
|
+
"region": "Southern Europe",
|
|
582
|
+
"currency_iso_code": "EUR"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
"name": "Cuba",
|
|
586
|
+
"name_official": "Republic of Cuba",
|
|
587
|
+
"iso_2": "CU",
|
|
588
|
+
"iso_3": "CUB",
|
|
589
|
+
"flag_emoji": "🇨🇺",
|
|
590
|
+
"continent": "North America",
|
|
591
|
+
"region": "Caribbean",
|
|
592
|
+
"currency_iso_code": "CUP"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "Cyprus",
|
|
596
|
+
"name_official": "Republic of Cyprus",
|
|
597
|
+
"iso_2": "CY",
|
|
598
|
+
"iso_3": "CYP",
|
|
599
|
+
"flag_emoji": "🇨🇾",
|
|
600
|
+
"continent": "Asia",
|
|
601
|
+
"region": "Western Asia",
|
|
602
|
+
"currency_iso_code": "EUR"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"name": "Czechia",
|
|
606
|
+
"name_official": "Czech Republic",
|
|
607
|
+
"iso_2": "CZ",
|
|
608
|
+
"iso_3": "CZE",
|
|
609
|
+
"flag_emoji": "🇨🇿",
|
|
610
|
+
"continent": "Europe",
|
|
611
|
+
"region": "Eastern Europe",
|
|
612
|
+
"currency_iso_code": "CZK"
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
"name": "Democratic Republic of the Congo",
|
|
616
|
+
"name_official": "Democratic Republic of the Congo",
|
|
617
|
+
"iso_2": "CD",
|
|
618
|
+
"iso_3": "COD",
|
|
619
|
+
"flag_emoji": "🇨🇩",
|
|
620
|
+
"continent": "Africa",
|
|
621
|
+
"region": "Middle Africa",
|
|
622
|
+
"currency_iso_code": "CDF"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"name": "Denmark",
|
|
626
|
+
"name_official": "Kingdom of Denmark",
|
|
627
|
+
"iso_2": "DK",
|
|
628
|
+
"iso_3": "DNK",
|
|
629
|
+
"flag_emoji": "🇩🇰",
|
|
630
|
+
"continent": "Europe",
|
|
631
|
+
"region": "Northern Europe",
|
|
632
|
+
"currency_iso_code": "DKK"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "Djibouti",
|
|
636
|
+
"name_official": "Republic of Djibouti",
|
|
637
|
+
"iso_2": "DJ",
|
|
638
|
+
"iso_3": "DJI",
|
|
639
|
+
"flag_emoji": "🇩🇯",
|
|
640
|
+
"continent": "Africa",
|
|
641
|
+
"region": "Eastern Africa",
|
|
642
|
+
"currency_iso_code": "DJF"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "Dominica",
|
|
646
|
+
"name_official": "Commonwealth of Dominica",
|
|
647
|
+
"iso_2": "DM",
|
|
648
|
+
"iso_3": "DMA",
|
|
649
|
+
"flag_emoji": "🇩🇲",
|
|
650
|
+
"continent": "North America",
|
|
651
|
+
"region": "Caribbean",
|
|
652
|
+
"currency_iso_code": "XCD"
|
|
653
|
+
},
|
|
654
|
+
{
|
|
655
|
+
"name": "Dominican Republic",
|
|
656
|
+
"name_official": "Dominican Republic",
|
|
657
|
+
"iso_2": "DO",
|
|
658
|
+
"iso_3": "DOM",
|
|
659
|
+
"flag_emoji": "🇩🇴",
|
|
660
|
+
"continent": "North America",
|
|
661
|
+
"region": "Caribbean",
|
|
662
|
+
"currency_iso_code": "DOP"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"name": "Ecuador",
|
|
666
|
+
"name_official": "Republic of Ecuador",
|
|
667
|
+
"iso_2": "EC",
|
|
668
|
+
"iso_3": "ECU",
|
|
669
|
+
"flag_emoji": "🇪🇨",
|
|
670
|
+
"continent": "South America",
|
|
671
|
+
"region": "South America",
|
|
672
|
+
"currency_iso_code": "USD"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"name": "Egypt",
|
|
676
|
+
"name_official": "Arab Republic of Egypt",
|
|
677
|
+
"iso_2": "EG",
|
|
678
|
+
"iso_3": "EGY",
|
|
679
|
+
"flag_emoji": "🇪🇬",
|
|
680
|
+
"continent": "Africa",
|
|
681
|
+
"region": "Northern Africa",
|
|
682
|
+
"currency_iso_code": "EGP"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
"name": "El Salvador",
|
|
686
|
+
"name_official": "Republic of El Salvador",
|
|
687
|
+
"iso_2": "SV",
|
|
688
|
+
"iso_3": "SLV",
|
|
689
|
+
"flag_emoji": "🇸🇻",
|
|
690
|
+
"continent": "North America",
|
|
691
|
+
"region": "Central America",
|
|
692
|
+
"currency_iso_code": "USD"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"name": "Equatorial Guinea",
|
|
696
|
+
"name_official": "Republic of Equatorial Guinea",
|
|
697
|
+
"iso_2": "GQ",
|
|
698
|
+
"iso_3": "GNQ",
|
|
699
|
+
"flag_emoji": "🇬🇶",
|
|
700
|
+
"continent": "Africa",
|
|
701
|
+
"region": "Middle Africa",
|
|
702
|
+
"currency_iso_code": "XAF"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"name": "Eritrea",
|
|
706
|
+
"name_official": "State of Eritrea",
|
|
707
|
+
"iso_2": "ER",
|
|
708
|
+
"iso_3": "ERI",
|
|
709
|
+
"flag_emoji": "🇪🇷",
|
|
710
|
+
"continent": "Africa",
|
|
711
|
+
"region": "Eastern Africa",
|
|
712
|
+
"currency_iso_code": "ERN"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"name": "Estonia",
|
|
716
|
+
"name_official": "Republic of Estonia",
|
|
717
|
+
"iso_2": "EE",
|
|
718
|
+
"iso_3": "EST",
|
|
719
|
+
"flag_emoji": "🇪🇪",
|
|
720
|
+
"continent": "Europe",
|
|
721
|
+
"region": "Northern Europe",
|
|
722
|
+
"currency_iso_code": "EUR"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "Eswatini",
|
|
726
|
+
"name_official": "Kingdom of Eswatini",
|
|
727
|
+
"iso_2": "SZ",
|
|
728
|
+
"iso_3": "SWZ",
|
|
729
|
+
"flag_emoji": "🇸🇿",
|
|
730
|
+
"continent": "Africa",
|
|
731
|
+
"region": "Southern Africa",
|
|
732
|
+
"currency_iso_code": "SZL"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"name": "Ethiopia",
|
|
736
|
+
"name_official": "Federal Democratic Republic of Ethiopia",
|
|
737
|
+
"iso_2": "ET",
|
|
738
|
+
"iso_3": "ETH",
|
|
739
|
+
"flag_emoji": "🇪🇹",
|
|
740
|
+
"continent": "Africa",
|
|
741
|
+
"region": "Eastern Africa",
|
|
742
|
+
"currency_iso_code": "ETB"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"name": "Falkland Islands (Malvinas)",
|
|
746
|
+
"name_official": "Falkland Islands",
|
|
747
|
+
"iso_2": "FK",
|
|
748
|
+
"iso_3": "FLK",
|
|
749
|
+
"flag_emoji": "🇫🇰",
|
|
750
|
+
"continent": "South America",
|
|
751
|
+
"region": "South America",
|
|
752
|
+
"currency_iso_code": "FKP"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"name": "Faroe Islands",
|
|
756
|
+
"name_official": "Faroe Islands",
|
|
757
|
+
"iso_2": "FO",
|
|
758
|
+
"iso_3": "FRO",
|
|
759
|
+
"flag_emoji": "🇫🇴",
|
|
760
|
+
"continent": "Europe",
|
|
761
|
+
"region": "Northern Europe",
|
|
762
|
+
"currency_iso_code": "DKK"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"name": "Fiji",
|
|
766
|
+
"name_official": "Republic of Fiji",
|
|
767
|
+
"iso_2": "FJ",
|
|
768
|
+
"iso_3": "FJI",
|
|
769
|
+
"flag_emoji": "🇫🇯",
|
|
770
|
+
"continent": "Oceania",
|
|
771
|
+
"region": "Melanesia",
|
|
772
|
+
"currency_iso_code": "FJD"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"name": "Finland",
|
|
776
|
+
"name_official": "Republic of Finland",
|
|
777
|
+
"iso_2": "FI",
|
|
778
|
+
"iso_3": "FIN",
|
|
779
|
+
"flag_emoji": "🇫🇮",
|
|
780
|
+
"continent": "Europe",
|
|
781
|
+
"region": "Northern Europe",
|
|
782
|
+
"currency_iso_code": "EUR"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"name": "France",
|
|
786
|
+
"name_official": "French Republic",
|
|
787
|
+
"iso_2": "FR",
|
|
788
|
+
"iso_3": "FRA",
|
|
789
|
+
"flag_emoji": "🇫🇷",
|
|
790
|
+
"continent": "Europe",
|
|
791
|
+
"region": "Western Europe",
|
|
792
|
+
"currency_iso_code": "EUR"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"name": "French Guiana",
|
|
796
|
+
"name_official": "Guiana",
|
|
797
|
+
"iso_2": "GF",
|
|
798
|
+
"iso_3": "GUF",
|
|
799
|
+
"flag_emoji": "🇬🇫",
|
|
800
|
+
"continent": "South America",
|
|
801
|
+
"region": "South America",
|
|
802
|
+
"currency_iso_code": "EUR"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
"name": "French Polynesia",
|
|
806
|
+
"name_official": "French Polynesia",
|
|
807
|
+
"iso_2": "PF",
|
|
808
|
+
"iso_3": "PYF",
|
|
809
|
+
"flag_emoji": "🇵🇫",
|
|
810
|
+
"continent": "Oceania",
|
|
811
|
+
"region": "Polynesia",
|
|
812
|
+
"currency_iso_code": "XPF"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
"name": "French Southern Territories",
|
|
816
|
+
"name_official": "French Southern and Antarctic Lands",
|
|
817
|
+
"iso_2": "TF",
|
|
818
|
+
"iso_3": "ATF",
|
|
819
|
+
"flag_emoji": "🇹🇫",
|
|
820
|
+
"continent": "Antarctica",
|
|
821
|
+
"region": "Antarctica",
|
|
822
|
+
"currency_iso_code": "EUR"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"name": "Gabon",
|
|
826
|
+
"name_official": "Gabonese Republic",
|
|
827
|
+
"iso_2": "GA",
|
|
828
|
+
"iso_3": "GAB",
|
|
829
|
+
"flag_emoji": "🇬🇦",
|
|
830
|
+
"continent": "Africa",
|
|
831
|
+
"region": "Middle Africa",
|
|
832
|
+
"currency_iso_code": "XAF"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"name": "Gambia",
|
|
836
|
+
"name_official": "Republic of The Gambia",
|
|
837
|
+
"iso_2": "GM",
|
|
838
|
+
"iso_3": "GMB",
|
|
839
|
+
"flag_emoji": "🇬🇲",
|
|
840
|
+
"continent": "Africa",
|
|
841
|
+
"region": "Western Africa",
|
|
842
|
+
"currency_iso_code": "GMD"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
"name": "Georgia",
|
|
846
|
+
"name_official": "Georgia",
|
|
847
|
+
"iso_2": "GE",
|
|
848
|
+
"iso_3": "GEO",
|
|
849
|
+
"flag_emoji": "🇬🇪",
|
|
850
|
+
"continent": "Asia",
|
|
851
|
+
"region": "Western Asia",
|
|
852
|
+
"currency_iso_code": "GEL"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"name": "Germany",
|
|
856
|
+
"name_official": "Federal Republic of Germany",
|
|
857
|
+
"iso_2": "DE",
|
|
858
|
+
"iso_3": "DEU",
|
|
859
|
+
"flag_emoji": "🇩🇪",
|
|
860
|
+
"continent": "Europe",
|
|
861
|
+
"region": "Western Europe",
|
|
862
|
+
"currency_iso_code": "EUR"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
"name": "Ghana",
|
|
866
|
+
"name_official": "Republic of Ghana",
|
|
867
|
+
"iso_2": "GH",
|
|
868
|
+
"iso_3": "GHA",
|
|
869
|
+
"flag_emoji": "🇬🇭",
|
|
870
|
+
"continent": "Africa",
|
|
871
|
+
"region": "Western Africa",
|
|
872
|
+
"currency_iso_code": "GHS"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"name": "Gibraltar",
|
|
876
|
+
"name_official": "Gibraltar",
|
|
877
|
+
"iso_2": "GI",
|
|
878
|
+
"iso_3": "GIB",
|
|
879
|
+
"flag_emoji": "🇬🇮",
|
|
880
|
+
"continent": "Europe",
|
|
881
|
+
"region": "Southern Europe",
|
|
882
|
+
"currency_iso_code": "GIP"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "Greece",
|
|
886
|
+
"name_official": "Hellenic Republic",
|
|
887
|
+
"iso_2": "GR",
|
|
888
|
+
"iso_3": "GRC",
|
|
889
|
+
"flag_emoji": "🇬🇷",
|
|
890
|
+
"continent": "Europe",
|
|
891
|
+
"region": "Southern Europe",
|
|
892
|
+
"currency_iso_code": "EUR"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"name": "Greenland",
|
|
896
|
+
"name_official": "Greenland",
|
|
897
|
+
"iso_2": "GL",
|
|
898
|
+
"iso_3": "GRL",
|
|
899
|
+
"flag_emoji": "🇬🇱",
|
|
900
|
+
"continent": "North America",
|
|
901
|
+
"region": "Northern America",
|
|
902
|
+
"currency_iso_code": "DKK"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"name": "Grenada",
|
|
906
|
+
"name_official": "Grenada",
|
|
907
|
+
"iso_2": "GD",
|
|
908
|
+
"iso_3": "GRD",
|
|
909
|
+
"flag_emoji": "🇬🇩",
|
|
910
|
+
"continent": "North America",
|
|
911
|
+
"region": "Caribbean",
|
|
912
|
+
"currency_iso_code": "XCD"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"name": "Guadeloupe",
|
|
916
|
+
"name_official": "Guadeloupe",
|
|
917
|
+
"iso_2": "GP",
|
|
918
|
+
"iso_3": "GLP",
|
|
919
|
+
"flag_emoji": "🇬🇵",
|
|
920
|
+
"continent": "North America",
|
|
921
|
+
"region": "Caribbean",
|
|
922
|
+
"currency_iso_code": "EUR"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"name": "Guam",
|
|
926
|
+
"name_official": "Territory of Guam",
|
|
927
|
+
"iso_2": "GU",
|
|
928
|
+
"iso_3": "GUM",
|
|
929
|
+
"flag_emoji": "🇬🇺",
|
|
930
|
+
"continent": "Oceania",
|
|
931
|
+
"region": "Micronesia",
|
|
932
|
+
"currency_iso_code": "USD"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
"name": "Guatemala",
|
|
936
|
+
"name_official": "Republic of Guatemala",
|
|
937
|
+
"iso_2": "GT",
|
|
938
|
+
"iso_3": "GTM",
|
|
939
|
+
"flag_emoji": "🇬🇹",
|
|
940
|
+
"continent": "North America",
|
|
941
|
+
"region": "Central America",
|
|
942
|
+
"currency_iso_code": "GTQ"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"name": "Guernsey",
|
|
946
|
+
"name_official": "Bailiwick of Guernsey",
|
|
947
|
+
"iso_2": "GG",
|
|
948
|
+
"iso_3": "GGY",
|
|
949
|
+
"flag_emoji": "🇬🇬",
|
|
950
|
+
"continent": "Europe",
|
|
951
|
+
"region": "Northern Europe",
|
|
952
|
+
"currency_iso_code": "GBP"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"name": "Guinea",
|
|
956
|
+
"name_official": "Republic of Guinea",
|
|
957
|
+
"iso_2": "GN",
|
|
958
|
+
"iso_3": "GIN",
|
|
959
|
+
"flag_emoji": "🇬🇳",
|
|
960
|
+
"continent": "Africa",
|
|
961
|
+
"region": "Western Africa",
|
|
962
|
+
"currency_iso_code": "GNF"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"name": "Guinea-Bissau",
|
|
966
|
+
"name_official": "Republic of Guinea-Bissau",
|
|
967
|
+
"iso_2": "GW",
|
|
968
|
+
"iso_3": "GNB",
|
|
969
|
+
"flag_emoji": "🇬🇼",
|
|
970
|
+
"continent": "Africa",
|
|
971
|
+
"region": "Western Africa",
|
|
972
|
+
"currency_iso_code": "XOF"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "Guyana",
|
|
976
|
+
"name_official": "Co-operative Republic of Guyana",
|
|
977
|
+
"iso_2": "GY",
|
|
978
|
+
"iso_3": "GUY",
|
|
979
|
+
"flag_emoji": "🇬🇾",
|
|
980
|
+
"continent": "South America",
|
|
981
|
+
"region": "South America",
|
|
982
|
+
"currency_iso_code": "GYD"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "Haiti",
|
|
986
|
+
"name_official": "Republic of Haiti",
|
|
987
|
+
"iso_2": "HT",
|
|
988
|
+
"iso_3": "HTI",
|
|
989
|
+
"flag_emoji": "🇭🇹",
|
|
990
|
+
"continent": "North America",
|
|
991
|
+
"region": "Caribbean",
|
|
992
|
+
"currency_iso_code": "HTG"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "Heard Island and McDonald Islands",
|
|
996
|
+
"name_official": "Territory of Heard Island and McDonald Islands",
|
|
997
|
+
"iso_2": "HM",
|
|
998
|
+
"iso_3": "HMD",
|
|
999
|
+
"flag_emoji": "🇭🇲",
|
|
1000
|
+
"continent": "Antarctica",
|
|
1001
|
+
"region": "Antarctica",
|
|
1002
|
+
"currency_iso_code": "AUD"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"name": "Holy See",
|
|
1006
|
+
"name_official": "The Holy See",
|
|
1007
|
+
"iso_2": "VA",
|
|
1008
|
+
"iso_3": "VAT",
|
|
1009
|
+
"flag_emoji": "🇻🇦",
|
|
1010
|
+
"continent": "Europe",
|
|
1011
|
+
"region": "Southern Europe",
|
|
1012
|
+
"currency_iso_code": "EUR"
|
|
1013
|
+
},
|
|
1014
|
+
{
|
|
1015
|
+
"name": "Honduras",
|
|
1016
|
+
"name_official": "Republic of Honduras",
|
|
1017
|
+
"iso_2": "HN",
|
|
1018
|
+
"iso_3": "HND",
|
|
1019
|
+
"flag_emoji": "🇭🇳",
|
|
1020
|
+
"continent": "North America",
|
|
1021
|
+
"region": "Central America",
|
|
1022
|
+
"currency_iso_code": "HNL"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "Hong Kong",
|
|
1026
|
+
"name_official": "Hong Kong Special Administrative Region of the People's Republic of China",
|
|
1027
|
+
"iso_2": "HK",
|
|
1028
|
+
"iso_3": "HKG",
|
|
1029
|
+
"flag_emoji": "🇭🇰",
|
|
1030
|
+
"continent": "Asia",
|
|
1031
|
+
"region": "Eastern Asia",
|
|
1032
|
+
"currency_iso_code": "HKD"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"name": "Hungary",
|
|
1036
|
+
"name_official": "Hungary",
|
|
1037
|
+
"iso_2": "HU",
|
|
1038
|
+
"iso_3": "HUN",
|
|
1039
|
+
"flag_emoji": "🇭🇺",
|
|
1040
|
+
"continent": "Europe",
|
|
1041
|
+
"region": "Eastern Europe",
|
|
1042
|
+
"currency_iso_code": "HUF"
|
|
1043
|
+
},
|
|
1044
|
+
{
|
|
1045
|
+
"name": "Iceland",
|
|
1046
|
+
"name_official": "Iceland",
|
|
1047
|
+
"iso_2": "IS",
|
|
1048
|
+
"iso_3": "ISL",
|
|
1049
|
+
"flag_emoji": "🇮🇸",
|
|
1050
|
+
"continent": "Europe",
|
|
1051
|
+
"region": "Northern Europe",
|
|
1052
|
+
"currency_iso_code": "ISK"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"name": "India",
|
|
1056
|
+
"name_official": "Republic of India",
|
|
1057
|
+
"iso_2": "IN",
|
|
1058
|
+
"iso_3": "IND",
|
|
1059
|
+
"flag_emoji": "🇮🇳",
|
|
1060
|
+
"continent": "Asia",
|
|
1061
|
+
"region": "Southern Asia",
|
|
1062
|
+
"currency_iso_code": "INR"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "Indonesia",
|
|
1066
|
+
"name_official": "Republic of Indonesia",
|
|
1067
|
+
"iso_2": "ID",
|
|
1068
|
+
"iso_3": "IDN",
|
|
1069
|
+
"flag_emoji": "🇮🇩",
|
|
1070
|
+
"continent": "Asia",
|
|
1071
|
+
"region": "South-eastern Asia",
|
|
1072
|
+
"currency_iso_code": "IDR"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"name": "Iran",
|
|
1076
|
+
"name_official": "Islamic Republic of Iran",
|
|
1077
|
+
"iso_2": "IR",
|
|
1078
|
+
"iso_3": "IRN",
|
|
1079
|
+
"flag_emoji": "🇮🇷",
|
|
1080
|
+
"continent": "Asia",
|
|
1081
|
+
"region": "Southern Asia",
|
|
1082
|
+
"currency_iso_code": "IRR"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"name": "Iraq",
|
|
1086
|
+
"name_official": "Republic of Iraq",
|
|
1087
|
+
"iso_2": "IQ",
|
|
1088
|
+
"iso_3": "IRQ",
|
|
1089
|
+
"flag_emoji": "🇮🇶",
|
|
1090
|
+
"continent": "Asia",
|
|
1091
|
+
"region": "Western Asia",
|
|
1092
|
+
"currency_iso_code": "IQD"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"name": "Ireland",
|
|
1096
|
+
"name_official": "Ireland",
|
|
1097
|
+
"iso_2": "IE",
|
|
1098
|
+
"iso_3": "IRL",
|
|
1099
|
+
"flag_emoji": "🇮🇪",
|
|
1100
|
+
"continent": "Europe",
|
|
1101
|
+
"region": "Northern Europe",
|
|
1102
|
+
"currency_iso_code": "EUR"
|
|
1103
|
+
},
|
|
1104
|
+
{
|
|
1105
|
+
"name": "Isle of Man",
|
|
1106
|
+
"name_official": "Isle of Man",
|
|
1107
|
+
"iso_2": "IM",
|
|
1108
|
+
"iso_3": "IMN",
|
|
1109
|
+
"flag_emoji": "🇮🇲",
|
|
1110
|
+
"continent": "Europe",
|
|
1111
|
+
"region": "Northern Europe",
|
|
1112
|
+
"currency_iso_code": "GBP"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"name": "Israel",
|
|
1116
|
+
"name_official": "State of Israel",
|
|
1117
|
+
"iso_2": "IL",
|
|
1118
|
+
"iso_3": "ISR",
|
|
1119
|
+
"flag_emoji": "🇮🇱",
|
|
1120
|
+
"continent": "Asia",
|
|
1121
|
+
"region": "Western Asia",
|
|
1122
|
+
"currency_iso_code": "ILS"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"name": "Italy",
|
|
1126
|
+
"name_official": "Italian Republic",
|
|
1127
|
+
"iso_2": "IT",
|
|
1128
|
+
"iso_3": "ITA",
|
|
1129
|
+
"flag_emoji": "🇮🇹",
|
|
1130
|
+
"continent": "Europe",
|
|
1131
|
+
"region": "Southern Europe",
|
|
1132
|
+
"currency_iso_code": "EUR"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"name": "Jamaica",
|
|
1136
|
+
"name_official": "Jamaica",
|
|
1137
|
+
"iso_2": "JM",
|
|
1138
|
+
"iso_3": "JAM",
|
|
1139
|
+
"flag_emoji": "🇯🇲",
|
|
1140
|
+
"continent": "North America",
|
|
1141
|
+
"region": "Caribbean",
|
|
1142
|
+
"currency_iso_code": "JMD"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "Japan",
|
|
1146
|
+
"name_official": "Japan",
|
|
1147
|
+
"iso_2": "JP",
|
|
1148
|
+
"iso_3": "JPN",
|
|
1149
|
+
"flag_emoji": "🇯🇵",
|
|
1150
|
+
"continent": "Asia",
|
|
1151
|
+
"region": "Eastern Asia",
|
|
1152
|
+
"currency_iso_code": "JPY"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"name": "Jersey",
|
|
1156
|
+
"name_official": "Bailiwick of Jersey",
|
|
1157
|
+
"iso_2": "JE",
|
|
1158
|
+
"iso_3": "JEY",
|
|
1159
|
+
"flag_emoji": "🇯🇪",
|
|
1160
|
+
"continent": "Europe",
|
|
1161
|
+
"region": "Northern Europe",
|
|
1162
|
+
"currency_iso_code": "GBP"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
"name": "Jordan",
|
|
1166
|
+
"name_official": "Hashemite Kingdom of Jordan",
|
|
1167
|
+
"iso_2": "JO",
|
|
1168
|
+
"iso_3": "JOR",
|
|
1169
|
+
"flag_emoji": "🇯🇴",
|
|
1170
|
+
"continent": "Asia",
|
|
1171
|
+
"region": "Western Asia",
|
|
1172
|
+
"currency_iso_code": "JOD"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"name": "Kazakhstan",
|
|
1176
|
+
"name_official": "Republic of Kazakhstan",
|
|
1177
|
+
"iso_2": "KZ",
|
|
1178
|
+
"iso_3": "KAZ",
|
|
1179
|
+
"flag_emoji": "🇰🇿",
|
|
1180
|
+
"continent": "Asia",
|
|
1181
|
+
"region": "Central Asia",
|
|
1182
|
+
"currency_iso_code": "KZT"
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"name": "Kenya",
|
|
1186
|
+
"name_official": "Republic of Kenya",
|
|
1187
|
+
"iso_2": "KE",
|
|
1188
|
+
"iso_3": "KEN",
|
|
1189
|
+
"flag_emoji": "🇰🇪",
|
|
1190
|
+
"continent": "Africa",
|
|
1191
|
+
"region": "Eastern Africa",
|
|
1192
|
+
"currency_iso_code": "KES"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "Kiribati",
|
|
1196
|
+
"name_official": "Republic of Kiribati",
|
|
1197
|
+
"iso_2": "KI",
|
|
1198
|
+
"iso_3": "KIR",
|
|
1199
|
+
"flag_emoji": "🇰🇮",
|
|
1200
|
+
"continent": "Oceania",
|
|
1201
|
+
"region": "Micronesia",
|
|
1202
|
+
"currency_iso_code": "AUD"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"name": "Kuwait",
|
|
1206
|
+
"name_official": "State of Kuwait",
|
|
1207
|
+
"iso_2": "KW",
|
|
1208
|
+
"iso_3": "KWT",
|
|
1209
|
+
"flag_emoji": "🇰🇼",
|
|
1210
|
+
"continent": "Asia",
|
|
1211
|
+
"region": "Western Asia",
|
|
1212
|
+
"currency_iso_code": "KWD"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"name": "Kyrgyzstan",
|
|
1216
|
+
"name_official": "Kyrgyz Republic",
|
|
1217
|
+
"iso_2": "KG",
|
|
1218
|
+
"iso_3": "KGZ",
|
|
1219
|
+
"flag_emoji": "🇰🇬",
|
|
1220
|
+
"continent": "Asia",
|
|
1221
|
+
"region": "Central Asia",
|
|
1222
|
+
"currency_iso_code": "KGS"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"name": "Laos",
|
|
1226
|
+
"name_official": "Lao People's Democratic Republic",
|
|
1227
|
+
"iso_2": "LA",
|
|
1228
|
+
"iso_3": "LAO",
|
|
1229
|
+
"flag_emoji": "🇱🇦",
|
|
1230
|
+
"continent": "Asia",
|
|
1231
|
+
"region": "South-eastern Asia",
|
|
1232
|
+
"currency_iso_code": "LAK"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"name": "Latvia",
|
|
1236
|
+
"name_official": "Republic of Latvia",
|
|
1237
|
+
"iso_2": "LV",
|
|
1238
|
+
"iso_3": "LVA",
|
|
1239
|
+
"flag_emoji": "🇱🇻",
|
|
1240
|
+
"continent": "Europe",
|
|
1241
|
+
"region": "Northern Europe",
|
|
1242
|
+
"currency_iso_code": "EUR"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"name": "Lebanon",
|
|
1246
|
+
"name_official": "Lebanese Republic",
|
|
1247
|
+
"iso_2": "LB",
|
|
1248
|
+
"iso_3": "LBN",
|
|
1249
|
+
"flag_emoji": "🇱🇧",
|
|
1250
|
+
"continent": "Asia",
|
|
1251
|
+
"region": "Western Asia",
|
|
1252
|
+
"currency_iso_code": "LBP"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"name": "Lesotho",
|
|
1256
|
+
"name_official": "Kingdom of Lesotho",
|
|
1257
|
+
"iso_2": "LS",
|
|
1258
|
+
"iso_3": "LSO",
|
|
1259
|
+
"flag_emoji": "🇱🇸",
|
|
1260
|
+
"continent": "Africa",
|
|
1261
|
+
"region": "Southern Africa",
|
|
1262
|
+
"currency_iso_code": "LSL"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
"name": "Liberia",
|
|
1266
|
+
"name_official": "Republic of Liberia",
|
|
1267
|
+
"iso_2": "LR",
|
|
1268
|
+
"iso_3": "LBR",
|
|
1269
|
+
"flag_emoji": "🇱🇷",
|
|
1270
|
+
"continent": "Africa",
|
|
1271
|
+
"region": "Western Africa",
|
|
1272
|
+
"currency_iso_code": "LRD"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"name": "Libya",
|
|
1276
|
+
"name_official": "State of Libya",
|
|
1277
|
+
"iso_2": "LY",
|
|
1278
|
+
"iso_3": "LBY",
|
|
1279
|
+
"flag_emoji": "🇱🇾",
|
|
1280
|
+
"continent": "Africa",
|
|
1281
|
+
"region": "Northern Africa",
|
|
1282
|
+
"currency_iso_code": "LYD"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
"name": "Liechtenstein",
|
|
1286
|
+
"name_official": "Principality of Liechtenstein",
|
|
1287
|
+
"iso_2": "LI",
|
|
1288
|
+
"iso_3": "LIE",
|
|
1289
|
+
"flag_emoji": "🇱🇮",
|
|
1290
|
+
"continent": "Europe",
|
|
1291
|
+
"region": "Western Europe",
|
|
1292
|
+
"currency_iso_code": "CHF"
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "Lithuania",
|
|
1296
|
+
"name_official": "Republic of Lithuania",
|
|
1297
|
+
"iso_2": "LT",
|
|
1298
|
+
"iso_3": "LTU",
|
|
1299
|
+
"flag_emoji": "🇱🇹",
|
|
1300
|
+
"continent": "Europe",
|
|
1301
|
+
"region": "Northern Europe",
|
|
1302
|
+
"currency_iso_code": "EUR"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
"name": "Luxembourg",
|
|
1306
|
+
"name_official": "Grand Duchy of Luxembourg",
|
|
1307
|
+
"iso_2": "LU",
|
|
1308
|
+
"iso_3": "LUX",
|
|
1309
|
+
"flag_emoji": "🇱🇺",
|
|
1310
|
+
"continent": "Europe",
|
|
1311
|
+
"region": "Western Europe",
|
|
1312
|
+
"currency_iso_code": "EUR"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "Macao",
|
|
1316
|
+
"name_official": "Macao Special Administrative Region of the People's Republic of China",
|
|
1317
|
+
"iso_2": "MO",
|
|
1318
|
+
"iso_3": "MAC",
|
|
1319
|
+
"flag_emoji": "🇲🇴",
|
|
1320
|
+
"continent": "Asia",
|
|
1321
|
+
"region": "Eastern Asia",
|
|
1322
|
+
"currency_iso_code": "MOP"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "Madagascar",
|
|
1326
|
+
"name_official": "Republic of Madagascar",
|
|
1327
|
+
"iso_2": "MG",
|
|
1328
|
+
"iso_3": "MDG",
|
|
1329
|
+
"flag_emoji": "🇲🇬",
|
|
1330
|
+
"continent": "Africa",
|
|
1331
|
+
"region": "Eastern Africa",
|
|
1332
|
+
"currency_iso_code": "MGA"
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
"name": "Malawi",
|
|
1336
|
+
"name_official": "Republic of Malawi",
|
|
1337
|
+
"iso_2": "MW",
|
|
1338
|
+
"iso_3": "MWI",
|
|
1339
|
+
"flag_emoji": "🇲🇼",
|
|
1340
|
+
"continent": "Africa",
|
|
1341
|
+
"region": "Eastern Africa",
|
|
1342
|
+
"currency_iso_code": "MWK"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"name": "Malaysia",
|
|
1346
|
+
"name_official": "Malaysia",
|
|
1347
|
+
"iso_2": "MY",
|
|
1348
|
+
"iso_3": "MYS",
|
|
1349
|
+
"flag_emoji": "🇲🇾",
|
|
1350
|
+
"continent": "Asia",
|
|
1351
|
+
"region": "South-eastern Asia",
|
|
1352
|
+
"currency_iso_code": "MYR"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"name": "Maldives",
|
|
1356
|
+
"name_official": "Republic of Maldives",
|
|
1357
|
+
"iso_2": "MV",
|
|
1358
|
+
"iso_3": "MDV",
|
|
1359
|
+
"flag_emoji": "🇲🇻",
|
|
1360
|
+
"continent": "Asia",
|
|
1361
|
+
"region": "Southern Asia",
|
|
1362
|
+
"currency_iso_code": "MVR"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
"name": "Mali",
|
|
1366
|
+
"name_official": "Republic of Mali",
|
|
1367
|
+
"iso_2": "ML",
|
|
1368
|
+
"iso_3": "MLI",
|
|
1369
|
+
"flag_emoji": "🇲🇱",
|
|
1370
|
+
"continent": "Africa",
|
|
1371
|
+
"region": "Western Africa",
|
|
1372
|
+
"currency_iso_code": "XOF"
|
|
1373
|
+
},
|
|
1374
|
+
{
|
|
1375
|
+
"name": "Malta",
|
|
1376
|
+
"name_official": "Republic of Malta",
|
|
1377
|
+
"iso_2": "MT",
|
|
1378
|
+
"iso_3": "MLT",
|
|
1379
|
+
"flag_emoji": "🇲🇹",
|
|
1380
|
+
"continent": "Europe",
|
|
1381
|
+
"region": "Southern Europe",
|
|
1382
|
+
"currency_iso_code": "EUR"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"name": "Marshall Islands",
|
|
1386
|
+
"name_official": "Republic of the Marshall Islands",
|
|
1387
|
+
"iso_2": "MH",
|
|
1388
|
+
"iso_3": "MHL",
|
|
1389
|
+
"flag_emoji": "🇲🇭",
|
|
1390
|
+
"continent": "Oceania",
|
|
1391
|
+
"region": "Micronesia",
|
|
1392
|
+
"currency_iso_code": "USD"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"name": "Martinique",
|
|
1396
|
+
"name_official": "Martinique",
|
|
1397
|
+
"iso_2": "MQ",
|
|
1398
|
+
"iso_3": "MTQ",
|
|
1399
|
+
"flag_emoji": "🇲🇶",
|
|
1400
|
+
"continent": "North America",
|
|
1401
|
+
"region": "Caribbean",
|
|
1402
|
+
"currency_iso_code": "EUR"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"name": "Mauritania",
|
|
1406
|
+
"name_official": "Islamic Republic of Mauritania",
|
|
1407
|
+
"iso_2": "MR",
|
|
1408
|
+
"iso_3": "MRT",
|
|
1409
|
+
"flag_emoji": "🇲🇷",
|
|
1410
|
+
"continent": "Africa",
|
|
1411
|
+
"region": "Western Africa",
|
|
1412
|
+
"currency_iso_code": "MRU"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
"name": "Mauritius",
|
|
1416
|
+
"name_official": "Republic of Mauritius",
|
|
1417
|
+
"iso_2": "MU",
|
|
1418
|
+
"iso_3": "MUS",
|
|
1419
|
+
"flag_emoji": "🇲🇺",
|
|
1420
|
+
"continent": "Africa",
|
|
1421
|
+
"region": "Eastern Africa",
|
|
1422
|
+
"currency_iso_code": "MUR"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
"name": "Mayotte",
|
|
1426
|
+
"name_official": "Department of Mayotte",
|
|
1427
|
+
"iso_2": "YT",
|
|
1428
|
+
"iso_3": "MYT",
|
|
1429
|
+
"flag_emoji": "🇾🇹",
|
|
1430
|
+
"continent": "Africa",
|
|
1431
|
+
"region": "Eastern Africa",
|
|
1432
|
+
"currency_iso_code": "EUR"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"name": "Mexico",
|
|
1436
|
+
"name_official": "United Mexican States",
|
|
1437
|
+
"iso_2": "MX",
|
|
1438
|
+
"iso_3": "MEX",
|
|
1439
|
+
"flag_emoji": "🇲🇽",
|
|
1440
|
+
"continent": "North America",
|
|
1441
|
+
"region": "Central America",
|
|
1442
|
+
"currency_iso_code": "MXN"
|
|
1443
|
+
},
|
|
1444
|
+
{
|
|
1445
|
+
"name": "Micronesia",
|
|
1446
|
+
"name_official": "Federated States of Micronesia",
|
|
1447
|
+
"iso_2": "FM",
|
|
1448
|
+
"iso_3": "FSM",
|
|
1449
|
+
"flag_emoji": "🇫🇲",
|
|
1450
|
+
"continent": "Oceania",
|
|
1451
|
+
"region": "Micronesia",
|
|
1452
|
+
"currency_iso_code": "USD"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"name": "Moldova",
|
|
1456
|
+
"name_official": "Republic of Moldova",
|
|
1457
|
+
"iso_2": "MD",
|
|
1458
|
+
"iso_3": "MDA",
|
|
1459
|
+
"flag_emoji": "🇲🇩",
|
|
1460
|
+
"continent": "Europe",
|
|
1461
|
+
"region": "Eastern Europe",
|
|
1462
|
+
"currency_iso_code": "MDL"
|
|
1463
|
+
},
|
|
1464
|
+
{
|
|
1465
|
+
"name": "Monaco",
|
|
1466
|
+
"name_official": "Principality of Monaco",
|
|
1467
|
+
"iso_2": "MC",
|
|
1468
|
+
"iso_3": "MCO",
|
|
1469
|
+
"flag_emoji": "🇲🇨",
|
|
1470
|
+
"continent": "Europe",
|
|
1471
|
+
"region": "Western Europe",
|
|
1472
|
+
"currency_iso_code": "EUR"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"name": "Mongolia",
|
|
1476
|
+
"name_official": "Mongolia",
|
|
1477
|
+
"iso_2": "MN",
|
|
1478
|
+
"iso_3": "MNG",
|
|
1479
|
+
"flag_emoji": "🇲🇳",
|
|
1480
|
+
"continent": "Asia",
|
|
1481
|
+
"region": "Eastern Asia",
|
|
1482
|
+
"currency_iso_code": "MNT"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "Montenegro",
|
|
1486
|
+
"name_official": "Montenegro",
|
|
1487
|
+
"iso_2": "ME",
|
|
1488
|
+
"iso_3": "MNE",
|
|
1489
|
+
"flag_emoji": "🇲🇪",
|
|
1490
|
+
"continent": "Europe",
|
|
1491
|
+
"region": "Southern Europe",
|
|
1492
|
+
"currency_iso_code": "EUR"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"name": "Montserrat",
|
|
1496
|
+
"name_official": "Montserrat",
|
|
1497
|
+
"iso_2": "MS",
|
|
1498
|
+
"iso_3": "MSR",
|
|
1499
|
+
"flag_emoji": "🇲🇸",
|
|
1500
|
+
"continent": "North America",
|
|
1501
|
+
"region": "Caribbean",
|
|
1502
|
+
"currency_iso_code": "XCD"
|
|
1503
|
+
},
|
|
1504
|
+
{
|
|
1505
|
+
"name": "Morocco",
|
|
1506
|
+
"name_official": "Kingdom of Morocco",
|
|
1507
|
+
"iso_2": "MA",
|
|
1508
|
+
"iso_3": "MAR",
|
|
1509
|
+
"flag_emoji": "🇲🇦",
|
|
1510
|
+
"continent": "Africa",
|
|
1511
|
+
"region": "Northern Africa",
|
|
1512
|
+
"currency_iso_code": "MAD"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "Mozambique",
|
|
1516
|
+
"name_official": "Republic of Mozambique",
|
|
1517
|
+
"iso_2": "MZ",
|
|
1518
|
+
"iso_3": "MOZ",
|
|
1519
|
+
"flag_emoji": "🇲🇿",
|
|
1520
|
+
"continent": "Africa",
|
|
1521
|
+
"region": "Eastern Africa",
|
|
1522
|
+
"currency_iso_code": "MZN"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"name": "Myanmar",
|
|
1526
|
+
"name_official": "Republic of the Union of Myanmar",
|
|
1527
|
+
"iso_2": "MM",
|
|
1528
|
+
"iso_3": "MMR",
|
|
1529
|
+
"flag_emoji": "🇲🇲",
|
|
1530
|
+
"continent": "Asia",
|
|
1531
|
+
"region": "South-eastern Asia",
|
|
1532
|
+
"currency_iso_code": "MMK"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"name": "Namibia",
|
|
1536
|
+
"name_official": "Republic of Namibia",
|
|
1537
|
+
"iso_2": "NA",
|
|
1538
|
+
"iso_3": "NAM",
|
|
1539
|
+
"flag_emoji": "🇳🇦",
|
|
1540
|
+
"continent": "Africa",
|
|
1541
|
+
"region": "Southern Africa",
|
|
1542
|
+
"currency_iso_code": "NAD"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
"name": "Nauru",
|
|
1546
|
+
"name_official": "Republic of Nauru",
|
|
1547
|
+
"iso_2": "NR",
|
|
1548
|
+
"iso_3": "NRU",
|
|
1549
|
+
"flag_emoji": "🇳🇷",
|
|
1550
|
+
"continent": "Oceania",
|
|
1551
|
+
"region": "Micronesia",
|
|
1552
|
+
"currency_iso_code": "AUD"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"name": "Nepal",
|
|
1556
|
+
"name_official": "Federal Democratic Republic of Nepal",
|
|
1557
|
+
"iso_2": "NP",
|
|
1558
|
+
"iso_3": "NPL",
|
|
1559
|
+
"flag_emoji": "🇳🇵",
|
|
1560
|
+
"continent": "Asia",
|
|
1561
|
+
"region": "Southern Asia",
|
|
1562
|
+
"currency_iso_code": "NPR"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
"name": "Netherlands",
|
|
1566
|
+
"name_official": "Netherlands",
|
|
1567
|
+
"iso_2": "NL",
|
|
1568
|
+
"iso_3": "NLD",
|
|
1569
|
+
"flag_emoji": "🇳🇱",
|
|
1570
|
+
"continent": "Europe",
|
|
1571
|
+
"region": "Western Europe",
|
|
1572
|
+
"currency_iso_code": "EUR"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
"name": "New Caledonia",
|
|
1576
|
+
"name_official": "New Caledonia",
|
|
1577
|
+
"iso_2": "NC",
|
|
1578
|
+
"iso_3": "NCL",
|
|
1579
|
+
"flag_emoji": "🇳🇨",
|
|
1580
|
+
"continent": "Oceania",
|
|
1581
|
+
"region": "Melanesia",
|
|
1582
|
+
"currency_iso_code": "XPF"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
"name": "New Zealand",
|
|
1586
|
+
"name_official": "New Zealand",
|
|
1587
|
+
"iso_2": "NZ",
|
|
1588
|
+
"iso_3": "NZL",
|
|
1589
|
+
"flag_emoji": "🇳🇿",
|
|
1590
|
+
"continent": "Oceania",
|
|
1591
|
+
"region": "Australia and New Zealand",
|
|
1592
|
+
"currency_iso_code": "NZD"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"name": "Nicaragua",
|
|
1596
|
+
"name_official": "Republic of Nicaragua",
|
|
1597
|
+
"iso_2": "NI",
|
|
1598
|
+
"iso_3": "NIC",
|
|
1599
|
+
"flag_emoji": "🇳🇮",
|
|
1600
|
+
"continent": "North America",
|
|
1601
|
+
"region": "Central America",
|
|
1602
|
+
"currency_iso_code": "NIO"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
"name": "Niger",
|
|
1606
|
+
"name_official": "Republic of Niger",
|
|
1607
|
+
"iso_2": "NE",
|
|
1608
|
+
"iso_3": "NER",
|
|
1609
|
+
"flag_emoji": "🇳🇪",
|
|
1610
|
+
"continent": "Africa",
|
|
1611
|
+
"region": "Western Africa",
|
|
1612
|
+
"currency_iso_code": "XOF"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"name": "Nigeria",
|
|
1616
|
+
"name_official": "Federal Republic of Nigeria",
|
|
1617
|
+
"iso_2": "NG",
|
|
1618
|
+
"iso_3": "NGA",
|
|
1619
|
+
"flag_emoji": "🇳🇬",
|
|
1620
|
+
"continent": "Africa",
|
|
1621
|
+
"region": "Western Africa",
|
|
1622
|
+
"currency_iso_code": "NGN"
|
|
1623
|
+
},
|
|
1624
|
+
{
|
|
1625
|
+
"name": "Niue",
|
|
1626
|
+
"name_official": "Niue",
|
|
1627
|
+
"iso_2": "NU",
|
|
1628
|
+
"iso_3": "NIU",
|
|
1629
|
+
"flag_emoji": "🇳🇺",
|
|
1630
|
+
"continent": "Oceania",
|
|
1631
|
+
"region": "Polynesia",
|
|
1632
|
+
"currency_iso_code": "NZD"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"name": "Norfolk Island",
|
|
1636
|
+
"name_official": "Territory of Norfolk Island",
|
|
1637
|
+
"iso_2": "NF",
|
|
1638
|
+
"iso_3": "NFK",
|
|
1639
|
+
"flag_emoji": "🇳🇫",
|
|
1640
|
+
"continent": "Oceania",
|
|
1641
|
+
"region": "Australia and New Zealand",
|
|
1642
|
+
"currency_iso_code": "AUD"
|
|
1643
|
+
},
|
|
1644
|
+
{
|
|
1645
|
+
"name": "North Korea",
|
|
1646
|
+
"name_official": "Democratic People's Republic of Korea",
|
|
1647
|
+
"iso_2": "KP",
|
|
1648
|
+
"iso_3": "PRK",
|
|
1649
|
+
"flag_emoji": "🇰🇵",
|
|
1650
|
+
"continent": "Asia",
|
|
1651
|
+
"region": "Eastern Asia",
|
|
1652
|
+
"currency_iso_code": "KPW"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
"name": "North Macedonia",
|
|
1656
|
+
"name_official": "Republic of North Macedonia",
|
|
1657
|
+
"iso_2": "MK",
|
|
1658
|
+
"iso_3": "MKD",
|
|
1659
|
+
"flag_emoji": "🇲🇰",
|
|
1660
|
+
"continent": "Europe",
|
|
1661
|
+
"region": "Southern Europe",
|
|
1662
|
+
"currency_iso_code": "MKD"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
"name": "Northern Mariana Islands",
|
|
1666
|
+
"name_official": "Commonwealth of the Northern Mariana Islands",
|
|
1667
|
+
"iso_2": "MP",
|
|
1668
|
+
"iso_3": "MNP",
|
|
1669
|
+
"flag_emoji": "🇲🇵",
|
|
1670
|
+
"continent": "Oceania",
|
|
1671
|
+
"region": "Micronesia",
|
|
1672
|
+
"currency_iso_code": "USD"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"name": "Norway",
|
|
1676
|
+
"name_official": "Kingdom of Norway",
|
|
1677
|
+
"iso_2": "NO",
|
|
1678
|
+
"iso_3": "NOR",
|
|
1679
|
+
"flag_emoji": "🇳🇴",
|
|
1680
|
+
"continent": "Europe",
|
|
1681
|
+
"region": "Northern Europe",
|
|
1682
|
+
"currency_iso_code": "NOK"
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "Oman",
|
|
1686
|
+
"name_official": "Sultanate of Oman",
|
|
1687
|
+
"iso_2": "OM",
|
|
1688
|
+
"iso_3": "OMN",
|
|
1689
|
+
"flag_emoji": "🇴🇲",
|
|
1690
|
+
"continent": "Asia",
|
|
1691
|
+
"region": "Western Asia",
|
|
1692
|
+
"currency_iso_code": "OMR"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"name": "Pakistan",
|
|
1696
|
+
"name_official": "Islamic Republic of Pakistan",
|
|
1697
|
+
"iso_2": "PK",
|
|
1698
|
+
"iso_3": "PAK",
|
|
1699
|
+
"flag_emoji": "🇵🇰",
|
|
1700
|
+
"continent": "Asia",
|
|
1701
|
+
"region": "Southern Asia",
|
|
1702
|
+
"currency_iso_code": "PKR"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "Palau",
|
|
1706
|
+
"name_official": "Republic of Palau",
|
|
1707
|
+
"iso_2": "PW",
|
|
1708
|
+
"iso_3": "PLW",
|
|
1709
|
+
"flag_emoji": "🇵🇼",
|
|
1710
|
+
"continent": "Oceania",
|
|
1711
|
+
"region": "Micronesia",
|
|
1712
|
+
"currency_iso_code": "USD"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"name": "Palestine",
|
|
1716
|
+
"name_official": "State of Palestine",
|
|
1717
|
+
"iso_2": "PS",
|
|
1718
|
+
"iso_3": "PSE",
|
|
1719
|
+
"flag_emoji": "🇵🇸",
|
|
1720
|
+
"continent": "Asia",
|
|
1721
|
+
"region": "Western Asia",
|
|
1722
|
+
"currency_iso_code": null
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
"name": "Panama",
|
|
1726
|
+
"name_official": "Republic of Panama",
|
|
1727
|
+
"iso_2": "PA",
|
|
1728
|
+
"iso_3": "PAN",
|
|
1729
|
+
"flag_emoji": "🇵🇦",
|
|
1730
|
+
"continent": "North America",
|
|
1731
|
+
"region": "Central America",
|
|
1732
|
+
"currency_iso_code": "USD"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"name": "Papua New Guinea",
|
|
1736
|
+
"name_official": "Independent State of Papua New Guinea",
|
|
1737
|
+
"iso_2": "PG",
|
|
1738
|
+
"iso_3": "PNG",
|
|
1739
|
+
"flag_emoji": "🇵🇬",
|
|
1740
|
+
"continent": "Oceania",
|
|
1741
|
+
"region": "Melanesia",
|
|
1742
|
+
"currency_iso_code": "PGK"
|
|
1743
|
+
},
|
|
1744
|
+
{
|
|
1745
|
+
"name": "Paraguay",
|
|
1746
|
+
"name_official": "Republic of Paraguay",
|
|
1747
|
+
"iso_2": "PY",
|
|
1748
|
+
"iso_3": "PRY",
|
|
1749
|
+
"flag_emoji": "🇵🇾",
|
|
1750
|
+
"continent": "South America",
|
|
1751
|
+
"region": "South America",
|
|
1752
|
+
"currency_iso_code": "PYG"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"name": "Peru",
|
|
1756
|
+
"name_official": "Republic of Peru",
|
|
1757
|
+
"iso_2": "PE",
|
|
1758
|
+
"iso_3": "PER",
|
|
1759
|
+
"flag_emoji": "🇵🇪",
|
|
1760
|
+
"continent": "South America",
|
|
1761
|
+
"region": "South America",
|
|
1762
|
+
"currency_iso_code": "PEN"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"name": "Philippines",
|
|
1766
|
+
"name_official": "Republic of the Philippines",
|
|
1767
|
+
"iso_2": "PH",
|
|
1768
|
+
"iso_3": "PHL",
|
|
1769
|
+
"flag_emoji": "🇵🇭",
|
|
1770
|
+
"continent": "Asia",
|
|
1771
|
+
"region": "South-eastern Asia",
|
|
1772
|
+
"currency_iso_code": "PHP"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "Pitcairn",
|
|
1776
|
+
"name_official": "Pitcairn, Henderson, Ducie and Oeno Islands",
|
|
1777
|
+
"iso_2": "PN",
|
|
1778
|
+
"iso_3": "PCN",
|
|
1779
|
+
"flag_emoji": "🇵🇳",
|
|
1780
|
+
"continent": "Oceania",
|
|
1781
|
+
"region": "Polynesia",
|
|
1782
|
+
"currency_iso_code": "NZD"
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"name": "Poland",
|
|
1786
|
+
"name_official": "Republic of Poland",
|
|
1787
|
+
"iso_2": "PL",
|
|
1788
|
+
"iso_3": "POL",
|
|
1789
|
+
"flag_emoji": "🇵🇱",
|
|
1790
|
+
"continent": "Europe",
|
|
1791
|
+
"region": "Eastern Europe",
|
|
1792
|
+
"currency_iso_code": "PLN"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"name": "Portugal",
|
|
1796
|
+
"name_official": "Portuguese Republic",
|
|
1797
|
+
"iso_2": "PT",
|
|
1798
|
+
"iso_3": "PRT",
|
|
1799
|
+
"flag_emoji": "🇵🇹",
|
|
1800
|
+
"continent": "Europe",
|
|
1801
|
+
"region": "Southern Europe",
|
|
1802
|
+
"currency_iso_code": "EUR"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
"name": "Puerto Rico",
|
|
1806
|
+
"name_official": "Commonwealth of Puerto Rico",
|
|
1807
|
+
"iso_2": "PR",
|
|
1808
|
+
"iso_3": "PRI",
|
|
1809
|
+
"flag_emoji": "🇵🇷",
|
|
1810
|
+
"continent": "North America",
|
|
1811
|
+
"region": "Caribbean",
|
|
1812
|
+
"currency_iso_code": "USD"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "Qatar",
|
|
1816
|
+
"name_official": "State of Qatar",
|
|
1817
|
+
"iso_2": "QA",
|
|
1818
|
+
"iso_3": "QAT",
|
|
1819
|
+
"flag_emoji": "🇶🇦",
|
|
1820
|
+
"continent": "Asia",
|
|
1821
|
+
"region": "Western Asia",
|
|
1822
|
+
"currency_iso_code": "QAR"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "Reunion",
|
|
1826
|
+
"name_official": "Réunion",
|
|
1827
|
+
"iso_2": "RE",
|
|
1828
|
+
"iso_3": "REU",
|
|
1829
|
+
"flag_emoji": "🇷🇪",
|
|
1830
|
+
"continent": "Africa",
|
|
1831
|
+
"region": "Eastern Africa",
|
|
1832
|
+
"currency_iso_code": "EUR"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"name": "Romania",
|
|
1836
|
+
"name_official": "Romania",
|
|
1837
|
+
"iso_2": "RO",
|
|
1838
|
+
"iso_3": "ROU",
|
|
1839
|
+
"flag_emoji": "🇷🇴",
|
|
1840
|
+
"continent": "Europe",
|
|
1841
|
+
"region": "Eastern Europe",
|
|
1842
|
+
"currency_iso_code": "RON"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "Russia",
|
|
1846
|
+
"name_official": "Russian Federation",
|
|
1847
|
+
"iso_2": "RU",
|
|
1848
|
+
"iso_3": "RUS",
|
|
1849
|
+
"flag_emoji": "🇷🇺",
|
|
1850
|
+
"continent": "Europe",
|
|
1851
|
+
"region": "Eastern Europe",
|
|
1852
|
+
"currency_iso_code": "RUB"
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
"name": "Rwanda",
|
|
1856
|
+
"name_official": "Republic of Rwanda",
|
|
1857
|
+
"iso_2": "RW",
|
|
1858
|
+
"iso_3": "RWA",
|
|
1859
|
+
"flag_emoji": "🇷🇼",
|
|
1860
|
+
"continent": "Africa",
|
|
1861
|
+
"region": "Eastern Africa",
|
|
1862
|
+
"currency_iso_code": "RWF"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"name": "Saint Helena",
|
|
1866
|
+
"name_official": "Saint Helena, Ascension and Tristan da Cunha",
|
|
1867
|
+
"iso_2": "SH",
|
|
1868
|
+
"iso_3": "SHN",
|
|
1869
|
+
"flag_emoji": "🇸🇭",
|
|
1870
|
+
"continent": "Africa",
|
|
1871
|
+
"region": "Western Africa",
|
|
1872
|
+
"currency_iso_code": "SHP"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"name": "Saint Kitts and Nevis",
|
|
1876
|
+
"name_official": "Federation of Saint Christopher and Nevis",
|
|
1877
|
+
"iso_2": "KN",
|
|
1878
|
+
"iso_3": "KNA",
|
|
1879
|
+
"flag_emoji": "🇰🇳",
|
|
1880
|
+
"continent": "North America",
|
|
1881
|
+
"region": "Caribbean",
|
|
1882
|
+
"currency_iso_code": "XCD"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
"name": "Saint Lucia",
|
|
1886
|
+
"name_official": "Saint Lucia",
|
|
1887
|
+
"iso_2": "LC",
|
|
1888
|
+
"iso_3": "LCA",
|
|
1889
|
+
"flag_emoji": "🇱🇨",
|
|
1890
|
+
"continent": "North America",
|
|
1891
|
+
"region": "Caribbean",
|
|
1892
|
+
"currency_iso_code": "XCD"
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"name": "Saint Pierre and Miquelon",
|
|
1896
|
+
"name_official": "Territorial Collectivity of Saint-Pierre and Miquelon",
|
|
1897
|
+
"iso_2": "PM",
|
|
1898
|
+
"iso_3": "SPM",
|
|
1899
|
+
"flag_emoji": "🇵🇲",
|
|
1900
|
+
"continent": "North America",
|
|
1901
|
+
"region": "Northern America",
|
|
1902
|
+
"currency_iso_code": "EUR"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
"name": "Saint Vincent and the Grenadines",
|
|
1906
|
+
"name_official": "Saint Vincent and the Grenadines",
|
|
1907
|
+
"iso_2": "VC",
|
|
1908
|
+
"iso_3": "VCT",
|
|
1909
|
+
"flag_emoji": "🇻🇨",
|
|
1910
|
+
"continent": "North America",
|
|
1911
|
+
"region": "Caribbean",
|
|
1912
|
+
"currency_iso_code": "XCD"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"name": "Samoa",
|
|
1916
|
+
"name_official": "Independent State of Samoa",
|
|
1917
|
+
"iso_2": "WS",
|
|
1918
|
+
"iso_3": "WSM",
|
|
1919
|
+
"flag_emoji": "🇼🇸",
|
|
1920
|
+
"continent": "Oceania",
|
|
1921
|
+
"region": "Polynesia",
|
|
1922
|
+
"currency_iso_code": "WST"
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
"name": "San Marino",
|
|
1926
|
+
"name_official": "Republic of San Marino",
|
|
1927
|
+
"iso_2": "SM",
|
|
1928
|
+
"iso_3": "SMR",
|
|
1929
|
+
"flag_emoji": "🇸🇲",
|
|
1930
|
+
"continent": "Europe",
|
|
1931
|
+
"region": "Southern Europe",
|
|
1932
|
+
"currency_iso_code": "EUR"
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
"name": "Sao Tome and Principe",
|
|
1936
|
+
"name_official": "Democratic Republic of São Tomé and Príncipe",
|
|
1937
|
+
"iso_2": "ST",
|
|
1938
|
+
"iso_3": "STP",
|
|
1939
|
+
"flag_emoji": "🇸🇹",
|
|
1940
|
+
"continent": "Africa",
|
|
1941
|
+
"region": "Middle Africa",
|
|
1942
|
+
"currency_iso_code": "STN"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
"name": "Saudi Arabia",
|
|
1946
|
+
"name_official": "Kingdom of Saudi Arabia",
|
|
1947
|
+
"iso_2": "SA",
|
|
1948
|
+
"iso_3": "SAU",
|
|
1949
|
+
"flag_emoji": "🇸🇦",
|
|
1950
|
+
"continent": "Asia",
|
|
1951
|
+
"region": "Western Asia",
|
|
1952
|
+
"currency_iso_code": "SAR"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"name": "Senegal",
|
|
1956
|
+
"name_official": "Republic of Senegal",
|
|
1957
|
+
"iso_2": "SN",
|
|
1958
|
+
"iso_3": "SEN",
|
|
1959
|
+
"flag_emoji": "🇸🇳",
|
|
1960
|
+
"continent": "Africa",
|
|
1961
|
+
"region": "Western Africa",
|
|
1962
|
+
"currency_iso_code": "XOF"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"name": "Serbia",
|
|
1966
|
+
"name_official": "Republic of Serbia",
|
|
1967
|
+
"iso_2": "RS",
|
|
1968
|
+
"iso_3": "SRB",
|
|
1969
|
+
"flag_emoji": "🇷🇸",
|
|
1970
|
+
"continent": "Europe",
|
|
1971
|
+
"region": "Southern Europe",
|
|
1972
|
+
"currency_iso_code": "RSD"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
"name": "Seychelles",
|
|
1976
|
+
"name_official": "Republic of Seychelles",
|
|
1977
|
+
"iso_2": "SC",
|
|
1978
|
+
"iso_3": "SYC",
|
|
1979
|
+
"flag_emoji": "🇸🇨",
|
|
1980
|
+
"continent": "Africa",
|
|
1981
|
+
"region": "Eastern Africa",
|
|
1982
|
+
"currency_iso_code": "SCR"
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
"name": "Sierra Leone",
|
|
1986
|
+
"name_official": "Republic of Sierra Leone",
|
|
1987
|
+
"iso_2": "SL",
|
|
1988
|
+
"iso_3": "SLE",
|
|
1989
|
+
"flag_emoji": "🇸🇱",
|
|
1990
|
+
"continent": "Africa",
|
|
1991
|
+
"region": "Western Africa",
|
|
1992
|
+
"currency_iso_code": "SLL"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"name": "Singapore",
|
|
1996
|
+
"name_official": "Republic of Singapore",
|
|
1997
|
+
"iso_2": "SG",
|
|
1998
|
+
"iso_3": "SGP",
|
|
1999
|
+
"flag_emoji": "🇸🇬",
|
|
2000
|
+
"continent": "Asia",
|
|
2001
|
+
"region": "South-eastern Asia",
|
|
2002
|
+
"currency_iso_code": "SGD"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
"name": "Slovakia",
|
|
2006
|
+
"name_official": "Slovak Republic",
|
|
2007
|
+
"iso_2": "SK",
|
|
2008
|
+
"iso_3": "SVK",
|
|
2009
|
+
"flag_emoji": "🇸🇰",
|
|
2010
|
+
"continent": "Europe",
|
|
2011
|
+
"region": "Eastern Europe",
|
|
2012
|
+
"currency_iso_code": "EUR"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "Slovenia",
|
|
2016
|
+
"name_official": "Republic of Slovenia",
|
|
2017
|
+
"iso_2": "SI",
|
|
2018
|
+
"iso_3": "SVN",
|
|
2019
|
+
"flag_emoji": "🇸🇮",
|
|
2020
|
+
"continent": "Europe",
|
|
2021
|
+
"region": "Southern Europe",
|
|
2022
|
+
"currency_iso_code": "EUR"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"name": "Solomon Islands",
|
|
2026
|
+
"name_official": "Solomon Islands",
|
|
2027
|
+
"iso_2": "SB",
|
|
2028
|
+
"iso_3": "SLB",
|
|
2029
|
+
"flag_emoji": "🇸🇧",
|
|
2030
|
+
"continent": "Oceania",
|
|
2031
|
+
"region": "Melanesia",
|
|
2032
|
+
"currency_iso_code": "SBD"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"name": "Somalia",
|
|
2036
|
+
"name_official": "Federal Republic of Somalia",
|
|
2037
|
+
"iso_2": "SO",
|
|
2038
|
+
"iso_3": "SOM",
|
|
2039
|
+
"flag_emoji": "🇸🇴",
|
|
2040
|
+
"continent": "Africa",
|
|
2041
|
+
"region": "Eastern Africa",
|
|
2042
|
+
"currency_iso_code": "SOS"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
"name": "South Africa",
|
|
2046
|
+
"name_official": "Republic of South Africa",
|
|
2047
|
+
"iso_2": "ZA",
|
|
2048
|
+
"iso_3": "ZAF",
|
|
2049
|
+
"flag_emoji": "🇿🇦",
|
|
2050
|
+
"continent": "Africa",
|
|
2051
|
+
"region": "Southern Africa",
|
|
2052
|
+
"currency_iso_code": "ZAR"
|
|
2053
|
+
},
|
|
2054
|
+
{
|
|
2055
|
+
"name": "South Georgia and the South Sandwich Islands",
|
|
2056
|
+
"name_official": "South Georgia and the South Sandwich Islands",
|
|
2057
|
+
"iso_2": "GS",
|
|
2058
|
+
"iso_3": "SGS",
|
|
2059
|
+
"flag_emoji": "🇬🇸",
|
|
2060
|
+
"continent": "Antarctica",
|
|
2061
|
+
"region": "Antarctica",
|
|
2062
|
+
"currency_iso_code": "GBP"
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"name": "South Korea",
|
|
2066
|
+
"name_official": "Republic of Korea",
|
|
2067
|
+
"iso_2": "KR",
|
|
2068
|
+
"iso_3": "KOR",
|
|
2069
|
+
"flag_emoji": "🇰🇷",
|
|
2070
|
+
"continent": "Asia",
|
|
2071
|
+
"region": "Eastern Asia",
|
|
2072
|
+
"currency_iso_code": "KRW"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"name": "South Sudan",
|
|
2076
|
+
"name_official": "Republic of South Sudan",
|
|
2077
|
+
"iso_2": "SS",
|
|
2078
|
+
"iso_3": "SSD",
|
|
2079
|
+
"flag_emoji": "🇸🇸",
|
|
2080
|
+
"continent": "Africa",
|
|
2081
|
+
"region": "Eastern Africa",
|
|
2082
|
+
"currency_iso_code": "SSP"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
"name": "Spain",
|
|
2086
|
+
"name_official": "Kingdom of Spain",
|
|
2087
|
+
"iso_2": "ES",
|
|
2088
|
+
"iso_3": "ESP",
|
|
2089
|
+
"flag_emoji": "🇪🇸",
|
|
2090
|
+
"continent": "Europe",
|
|
2091
|
+
"region": "Southern Europe",
|
|
2092
|
+
"currency_iso_code": "EUR"
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
"name": "Sri Lanka",
|
|
2096
|
+
"name_official": "Democratic Socialist Republic of Sri Lanka",
|
|
2097
|
+
"iso_2": "LK",
|
|
2098
|
+
"iso_3": "LKA",
|
|
2099
|
+
"flag_emoji": "🇱🇰",
|
|
2100
|
+
"continent": "Asia",
|
|
2101
|
+
"region": "Southern Asia",
|
|
2102
|
+
"currency_iso_code": "LKR"
|
|
2103
|
+
},
|
|
2104
|
+
{
|
|
2105
|
+
"name": "Sudan",
|
|
2106
|
+
"name_official": "Republic of the Sudan",
|
|
2107
|
+
"iso_2": "SD",
|
|
2108
|
+
"iso_3": "SDN",
|
|
2109
|
+
"flag_emoji": "🇸🇩",
|
|
2110
|
+
"continent": "Africa",
|
|
2111
|
+
"region": "Northern Africa",
|
|
2112
|
+
"currency_iso_code": "SDG"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"name": "Suriname",
|
|
2116
|
+
"name_official": "Republic of Suriname",
|
|
2117
|
+
"iso_2": "SR",
|
|
2118
|
+
"iso_3": "SUR",
|
|
2119
|
+
"flag_emoji": "🇸🇷",
|
|
2120
|
+
"continent": "South America",
|
|
2121
|
+
"region": "South America",
|
|
2122
|
+
"currency_iso_code": "SRD"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"name": "Svalbard and Jan Mayen",
|
|
2126
|
+
"name_official": "Svalbard and Jan Mayen",
|
|
2127
|
+
"iso_2": "SJ",
|
|
2128
|
+
"iso_3": "SJM",
|
|
2129
|
+
"flag_emoji": "🇸🇯",
|
|
2130
|
+
"continent": "Europe",
|
|
2131
|
+
"region": "Northern Europe",
|
|
2132
|
+
"currency_iso_code": "NOK"
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "Sweden",
|
|
2136
|
+
"name_official": "Kingdom of Sweden",
|
|
2137
|
+
"iso_2": "SE",
|
|
2138
|
+
"iso_3": "SWE",
|
|
2139
|
+
"flag_emoji": "🇸🇪",
|
|
2140
|
+
"continent": "Europe",
|
|
2141
|
+
"region": "Northern Europe",
|
|
2142
|
+
"currency_iso_code": "SEK"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
"name": "Switzerland",
|
|
2146
|
+
"name_official": "Swiss Confederation",
|
|
2147
|
+
"iso_2": "CH",
|
|
2148
|
+
"iso_3": "CHE",
|
|
2149
|
+
"flag_emoji": "🇨🇭",
|
|
2150
|
+
"continent": "Europe",
|
|
2151
|
+
"region": "Western Europe",
|
|
2152
|
+
"currency_iso_code": "CHF"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "Syria",
|
|
2156
|
+
"name_official": "Syrian Arab Republic",
|
|
2157
|
+
"iso_2": "SY",
|
|
2158
|
+
"iso_3": "SYR",
|
|
2159
|
+
"flag_emoji": "🇸🇾",
|
|
2160
|
+
"continent": "Asia",
|
|
2161
|
+
"region": "Western Asia",
|
|
2162
|
+
"currency_iso_code": "SYP"
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"name": "Taiwan",
|
|
2166
|
+
"name_official": "Republic of China",
|
|
2167
|
+
"iso_2": "TW",
|
|
2168
|
+
"iso_3": "TWN",
|
|
2169
|
+
"flag_emoji": "🇹🇼",
|
|
2170
|
+
"continent": "Asia",
|
|
2171
|
+
"region": "Eastern Asia",
|
|
2172
|
+
"currency_iso_code": "TWD"
|
|
2173
|
+
},
|
|
2174
|
+
{
|
|
2175
|
+
"name": "Tajikistan",
|
|
2176
|
+
"name_official": "Republic of Tajikistan",
|
|
2177
|
+
"iso_2": "TJ",
|
|
2178
|
+
"iso_3": "TJK",
|
|
2179
|
+
"flag_emoji": "🇹🇯",
|
|
2180
|
+
"continent": "Asia",
|
|
2181
|
+
"region": "Central Asia",
|
|
2182
|
+
"currency_iso_code": "TJS"
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "Tanzania",
|
|
2186
|
+
"name_official": "United Republic of Tanzania",
|
|
2187
|
+
"iso_2": "TZ",
|
|
2188
|
+
"iso_3": "TZA",
|
|
2189
|
+
"flag_emoji": "🇹🇿",
|
|
2190
|
+
"continent": "Africa",
|
|
2191
|
+
"region": "Eastern Africa",
|
|
2192
|
+
"currency_iso_code": "TZS"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"name": "Thailand",
|
|
2196
|
+
"name_official": "Kingdom of Thailand",
|
|
2197
|
+
"iso_2": "TH",
|
|
2198
|
+
"iso_3": "THA",
|
|
2199
|
+
"flag_emoji": "🇹🇭",
|
|
2200
|
+
"continent": "Asia",
|
|
2201
|
+
"region": "South-eastern Asia",
|
|
2202
|
+
"currency_iso_code": "THB"
|
|
2203
|
+
},
|
|
2204
|
+
{
|
|
2205
|
+
"name": "Timor-Leste",
|
|
2206
|
+
"name_official": "Democratic Republic of Timor-Leste",
|
|
2207
|
+
"iso_2": "TL",
|
|
2208
|
+
"iso_3": "TLS",
|
|
2209
|
+
"flag_emoji": "🇹🇱",
|
|
2210
|
+
"continent": "Asia",
|
|
2211
|
+
"region": "South-eastern Asia",
|
|
2212
|
+
"currency_iso_code": "USD"
|
|
2213
|
+
},
|
|
2214
|
+
{
|
|
2215
|
+
"name": "Togo",
|
|
2216
|
+
"name_official": "Togolese Republic",
|
|
2217
|
+
"iso_2": "TG",
|
|
2218
|
+
"iso_3": "TGO",
|
|
2219
|
+
"flag_emoji": "🇹🇬",
|
|
2220
|
+
"continent": "Africa",
|
|
2221
|
+
"region": "Western Africa",
|
|
2222
|
+
"currency_iso_code": "XOF"
|
|
2223
|
+
},
|
|
2224
|
+
{
|
|
2225
|
+
"name": "Tokelau",
|
|
2226
|
+
"name_official": "Tokelau",
|
|
2227
|
+
"iso_2": "TK",
|
|
2228
|
+
"iso_3": "TKL",
|
|
2229
|
+
"flag_emoji": "🇹🇰",
|
|
2230
|
+
"continent": "Oceania",
|
|
2231
|
+
"region": "Polynesia",
|
|
2232
|
+
"currency_iso_code": "NZD"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"name": "Tonga",
|
|
2236
|
+
"name_official": "Kingdom of Tonga",
|
|
2237
|
+
"iso_2": "TO",
|
|
2238
|
+
"iso_3": "TON",
|
|
2239
|
+
"flag_emoji": "🇹🇴",
|
|
2240
|
+
"continent": "Oceania",
|
|
2241
|
+
"region": "Polynesia",
|
|
2242
|
+
"currency_iso_code": "TOP"
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
"name": "Trinidad and Tobago",
|
|
2246
|
+
"name_official": "Republic of Trinidad and Tobago",
|
|
2247
|
+
"iso_2": "TT",
|
|
2248
|
+
"iso_3": "TTO",
|
|
2249
|
+
"flag_emoji": "🇹🇹",
|
|
2250
|
+
"continent": "North America",
|
|
2251
|
+
"region": "Caribbean",
|
|
2252
|
+
"currency_iso_code": "TTD"
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"name": "Tunisia",
|
|
2256
|
+
"name_official": "Republic of Tunisia",
|
|
2257
|
+
"iso_2": "TN",
|
|
2258
|
+
"iso_3": "TUN",
|
|
2259
|
+
"flag_emoji": "🇹🇳",
|
|
2260
|
+
"continent": "Africa",
|
|
2261
|
+
"region": "Northern Africa",
|
|
2262
|
+
"currency_iso_code": "TND"
|
|
2263
|
+
},
|
|
2264
|
+
{
|
|
2265
|
+
"name": "Turkey",
|
|
2266
|
+
"name_official": "Republic of Turkey",
|
|
2267
|
+
"iso_2": "TR",
|
|
2268
|
+
"iso_3": "TUR",
|
|
2269
|
+
"flag_emoji": "🇹🇷",
|
|
2270
|
+
"continent": "Asia",
|
|
2271
|
+
"region": "Western Asia",
|
|
2272
|
+
"currency_iso_code": "TRY"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"name": "Turkmenistan",
|
|
2276
|
+
"name_official": "Turkmenistan",
|
|
2277
|
+
"iso_2": "TM",
|
|
2278
|
+
"iso_3": "TKM",
|
|
2279
|
+
"flag_emoji": "🇹🇲",
|
|
2280
|
+
"continent": "Asia",
|
|
2281
|
+
"region": "Central Asia",
|
|
2282
|
+
"currency_iso_code": "TMT"
|
|
2283
|
+
},
|
|
2284
|
+
{
|
|
2285
|
+
"name": "Turks and Caicos Islands",
|
|
2286
|
+
"name_official": "Turks and Caicos Islands",
|
|
2287
|
+
"iso_2": "TC",
|
|
2288
|
+
"iso_3": "TCA",
|
|
2289
|
+
"flag_emoji": "🇹🇨",
|
|
2290
|
+
"continent": "North America",
|
|
2291
|
+
"region": "Caribbean",
|
|
2292
|
+
"currency_iso_code": "USD"
|
|
2293
|
+
},
|
|
2294
|
+
{
|
|
2295
|
+
"name": "Tuvalu",
|
|
2296
|
+
"name_official": "Tuvalu",
|
|
2297
|
+
"iso_2": "TV",
|
|
2298
|
+
"iso_3": "TUV",
|
|
2299
|
+
"flag_emoji": "🇹🇻",
|
|
2300
|
+
"continent": "Oceania",
|
|
2301
|
+
"region": "Polynesia",
|
|
2302
|
+
"currency_iso_code": "AUD"
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
"name": "U.S. Virgin Islands",
|
|
2306
|
+
"name_official": "Virgin Islands of the United States",
|
|
2307
|
+
"iso_2": "VI",
|
|
2308
|
+
"iso_3": "VIR",
|
|
2309
|
+
"flag_emoji": "🇻🇮",
|
|
2310
|
+
"continent": "North America",
|
|
2311
|
+
"region": "Caribbean",
|
|
2312
|
+
"currency_iso_code": "USD"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"name": "Uganda",
|
|
2316
|
+
"name_official": "Republic of Uganda",
|
|
2317
|
+
"iso_2": "UG",
|
|
2318
|
+
"iso_3": "UGA",
|
|
2319
|
+
"flag_emoji": "🇺🇬",
|
|
2320
|
+
"continent": "Africa",
|
|
2321
|
+
"region": "Eastern Africa",
|
|
2322
|
+
"currency_iso_code": "UGX"
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "Ukraine",
|
|
2326
|
+
"name_official": "Ukraine",
|
|
2327
|
+
"iso_2": "UA",
|
|
2328
|
+
"iso_3": "UKR",
|
|
2329
|
+
"flag_emoji": "🇺🇦",
|
|
2330
|
+
"continent": "Europe",
|
|
2331
|
+
"region": "Eastern Europe",
|
|
2332
|
+
"currency_iso_code": "UAH"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "United Arab Emirates",
|
|
2336
|
+
"name_official": "United Arab Emirates",
|
|
2337
|
+
"iso_2": "AE",
|
|
2338
|
+
"iso_3": "ARE",
|
|
2339
|
+
"flag_emoji": "🇦🇪",
|
|
2340
|
+
"continent": "Asia",
|
|
2341
|
+
"region": "Western Asia",
|
|
2342
|
+
"currency_iso_code": "AED"
|
|
2343
|
+
},
|
|
2344
|
+
{
|
|
2345
|
+
"name": "United Kingdom",
|
|
2346
|
+
"name_official": "United Kingdom of Great Britain and Northern Ireland",
|
|
2347
|
+
"iso_2": "GB",
|
|
2348
|
+
"iso_3": "GBR",
|
|
2349
|
+
"flag_emoji": "🇬🇧",
|
|
2350
|
+
"continent": "Europe",
|
|
2351
|
+
"region": "Northern Europe",
|
|
2352
|
+
"currency_iso_code": "GBP"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "United States",
|
|
2356
|
+
"name_official": "United States of America",
|
|
2357
|
+
"iso_2": "US",
|
|
2358
|
+
"iso_3": "USA",
|
|
2359
|
+
"flag_emoji": "🇺🇸",
|
|
2360
|
+
"continent": "North America",
|
|
2361
|
+
"region": "Northern America",
|
|
2362
|
+
"currency_iso_code": "USD"
|
|
2363
|
+
},
|
|
2364
|
+
{
|
|
2365
|
+
"name": "United States Minor Outlying Islands",
|
|
2366
|
+
"name_official": "United States Minor Outlying Islands",
|
|
2367
|
+
"iso_2": "UM",
|
|
2368
|
+
"iso_3": "UMI",
|
|
2369
|
+
"flag_emoji": "🇺🇲",
|
|
2370
|
+
"continent": "Oceania",
|
|
2371
|
+
"region": "Micronesia",
|
|
2372
|
+
"currency_iso_code": "USD"
|
|
2373
|
+
},
|
|
2374
|
+
{
|
|
2375
|
+
"name": "Uruguay",
|
|
2376
|
+
"name_official": "Oriental Republic of Uruguay",
|
|
2377
|
+
"iso_2": "UY",
|
|
2378
|
+
"iso_3": "URY",
|
|
2379
|
+
"flag_emoji": "🇺🇾",
|
|
2380
|
+
"continent": "South America",
|
|
2381
|
+
"region": "South America",
|
|
2382
|
+
"currency_iso_code": "UYU"
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"name": "Uzbekistan",
|
|
2386
|
+
"name_official": "Republic of Uzbekistan",
|
|
2387
|
+
"iso_2": "UZ",
|
|
2388
|
+
"iso_3": "UZB",
|
|
2389
|
+
"flag_emoji": "🇺🇿",
|
|
2390
|
+
"continent": "Asia",
|
|
2391
|
+
"region": "Central Asia",
|
|
2392
|
+
"currency_iso_code": "UZS"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"name": "Vanuatu",
|
|
2396
|
+
"name_official": "Republic of Vanuatu",
|
|
2397
|
+
"iso_2": "VU",
|
|
2398
|
+
"iso_3": "VUT",
|
|
2399
|
+
"flag_emoji": "🇻🇺",
|
|
2400
|
+
"continent": "Oceania",
|
|
2401
|
+
"region": "Melanesia",
|
|
2402
|
+
"currency_iso_code": "VUV"
|
|
2403
|
+
},
|
|
2404
|
+
{
|
|
2405
|
+
"name": "Venezuela",
|
|
2406
|
+
"name_official": "Bolivarian Republic of Venezuela",
|
|
2407
|
+
"iso_2": "VE",
|
|
2408
|
+
"iso_3": "VEN",
|
|
2409
|
+
"flag_emoji": "🇻🇪",
|
|
2410
|
+
"continent": "South America",
|
|
2411
|
+
"region": "South America",
|
|
2412
|
+
"currency_iso_code": "VES"
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"name": "Vietnam",
|
|
2416
|
+
"name_official": "Socialist Republic of Vietnam",
|
|
2417
|
+
"iso_2": "VN",
|
|
2418
|
+
"iso_3": "VNM",
|
|
2419
|
+
"flag_emoji": "🇻🇳",
|
|
2420
|
+
"continent": "Asia",
|
|
2421
|
+
"region": "South-eastern Asia",
|
|
2422
|
+
"currency_iso_code": "VND"
|
|
2423
|
+
},
|
|
2424
|
+
{
|
|
2425
|
+
"name": "Wallis and Futuna",
|
|
2426
|
+
"name_official": "Territory of the Wallis and Futuna Islands",
|
|
2427
|
+
"iso_2": "WF",
|
|
2428
|
+
"iso_3": "WLF",
|
|
2429
|
+
"flag_emoji": "🇼🇫",
|
|
2430
|
+
"continent": "Oceania",
|
|
2431
|
+
"region": "Polynesia",
|
|
2432
|
+
"currency_iso_code": "XPF"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"name": "Western Sahara",
|
|
2436
|
+
"name_official": "Western Sahara",
|
|
2437
|
+
"iso_2": "EH",
|
|
2438
|
+
"iso_3": "ESH",
|
|
2439
|
+
"flag_emoji": "🇪🇭",
|
|
2440
|
+
"continent": "Africa",
|
|
2441
|
+
"region": "Northern Africa",
|
|
2442
|
+
"currency_iso_code": null
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "Yemen",
|
|
2446
|
+
"name_official": "Republic of Yemen",
|
|
2447
|
+
"iso_2": "YE",
|
|
2448
|
+
"iso_3": "YEM",
|
|
2449
|
+
"flag_emoji": "🇾🇪",
|
|
2450
|
+
"continent": "Asia",
|
|
2451
|
+
"region": "Western Asia",
|
|
2452
|
+
"currency_iso_code": "YER"
|
|
2453
|
+
},
|
|
2454
|
+
{
|
|
2455
|
+
"name": "Zambia",
|
|
2456
|
+
"name_official": "Republic of Zambia",
|
|
2457
|
+
"iso_2": "ZM",
|
|
2458
|
+
"iso_3": "ZMB",
|
|
2459
|
+
"flag_emoji": "🇿🇲",
|
|
2460
|
+
"continent": "Africa",
|
|
2461
|
+
"region": "Eastern Africa",
|
|
2462
|
+
"currency_iso_code": "ZMW"
|
|
2463
|
+
},
|
|
2464
|
+
{
|
|
2465
|
+
"name": "Zimbabwe",
|
|
2466
|
+
"name_official": "Republic of Zimbabwe",
|
|
2467
|
+
"iso_2": "ZW",
|
|
2468
|
+
"iso_3": "ZWE",
|
|
2469
|
+
"flag_emoji": "🇿🇼",
|
|
2470
|
+
"continent": "Africa",
|
|
2471
|
+
"region": "Eastern Africa",
|
|
2472
|
+
"currency_iso_code": "USD"
|
|
2473
|
+
}
|
|
2474
|
+
]
|
|
2475
|
+
};
|