@daitanjs/knowledge
Version:
A library providing structured knowledge about languages, countries, weekdays, and other world information.
4 lines • 1.13 MB
Source Map (JSON)
{
"version": 3,
"sources": ["../src/index.js", "../src/countries/index.js", "../src/education/index.js", "../src/initials/index.js", "../src/languages/index.js", "../src/translations/index.js", "../src/wiki/index.js"],
"sourcesContent": ["// knowledge/src/index.js\n/**\n * @file Main entry point for the @daitanjs/knowledge package.\n * @module @daitanjs/knowledge\n *\n * @description\n * The `@daitanjs/knowledge` package serves as a repository for various structured\n * datasets and information commonly used in applications. This includes data related to\n * countries, languages, education levels, UI translations, and potentially other\n * domain-specific knowledge.\n *\n * The package aims to provide readily accessible, well-structured data that can be\n * imported and utilized directly by other DaitanJS packages or consuming applications,\n * reducing the need to redefine or fetch this common information repeatedly.\n *\n * Currently Exported Datasets:\n * - **`countryData`**: Detailed information about countries (from `./countries/index.js`).\n * - **`educationLevels`**: A list of common education levels (from `./education/index.js`).\n * - **`initialUser`**: A template/default object structure for new users (from `./initials/index.js`).\n * - **`languageData`**: Information about various world languages (from `./languages/index.js`).\n * - **`translationsData`**: Key-value translations for UI strings (from `./translations/index.js`, originally `words`).\n * - **`wikiData`**: Placeholder data for future Wikipedia-related information (from `./wiki/index.js`).\n *\n * Each data module contains JSDoc descriptions of its specific data structure.\n * Logging for this index file is handled by `@daitanjs/development`.\n */\nimport { getLogger } from '@daitanjs/development';\n\nconst knowledgeIndexLogger = getLogger('daitan-knowledge-index');\n\nknowledgeIndexLogger.debug('Exporting DaitanJS Knowledge module datasets...');\n\n// --- Country Data ---\n// JSDoc for countryData structure is in `src/countries/index.js`.\nexport { countryData } from './countries/index.js';\n\n// --- Education Levels ---\n// JSDoc for educationLevels structure is in `src/education/index.js`.\nexport { educationLevels } from './education/index.js';\n\n// --- Initial Object Templates (e.g., for new users) ---\n// JSDoc for initialUser structure is in `src/initials/index.js`.\nexport { initialUser } from './initials/index.js';\n\n// --- Language Data ---\n// JSDoc for languageData structure is in `src/languages/index.js`.\nexport { languageData } from './languages/index.js';\n\n// --- UI Translations Data ---\n// JSDoc for translationsData (originally `words`) structure is in `src/translations/index.js`.\n// Aliasing `words` to `translationsData` for better clarity at the package export level.\nexport { words as translationsData } from './translations/index.js';\n\n// --- Wikipedia Placeholder Data ---\n// JSDoc for wikiData structure is in `src/wiki/index.js`.\nexport { wikiData } from './wiki/index.js';\n\n// --- Future Utility Functions ---\n// If this package were to include utility functions for working with its data\n// (e.g., `getCountryByCode(code)`, `getLanguageName(code, targetLang)`),\n// they would be exported here from their respective utility modules.\n// Example:\n// export { findCountryByISOName } from './countries/utils.js'; // (If such a util existed)\n// export { getLanguageLocalName } from './languages/utils.js'; // (If such a util existed)\n\nknowledgeIndexLogger.info(\n 'DaitanJS Knowledge module datasets and utilities exported.'\n);\n", "export const countryData = {\n \"AD\": {\n \"flag\": \"\",\n \"name\": \"Andorra\",\n \"officialName\": \"Principality of Andorra\",\n \"countryCode\": \"+376\",\n \"isoAlpha2\": \"AD\",\n \"isoAlpha3\": \"AND\",\n \"numericCode\": \"020\",\n \"firstLanguage\": \"ca\",\n \"otherLanguages\": [\n \"es\",\n \"fr\",\n \"pt\"\n ],\n \"currency\": {\n \"code\": \"EUR\",\n \"symbol\": \"\",\n \"name\": \"Euro\"\n },\n \"government\": {\n \"type\": \"Parliamentary co-principality\",\n \"politicalLean\": \"Neutral\",\n \"headsOfState\": [\n {\n \"title\": \"Co-Prince\",\n \"name\": \"President of France\"\n },\n {\n \"title\": \"Co-Prince\",\n \"name\": \"Bishop of Urgell\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Central European Time (CET)\",\n \"offset\": \"+01:00\",\n \"dst\": \"Yes\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Europe\",\n \"subregion\": \"Southern Europe\",\n \"population\": 79034,\n \"area\": {\n \"value\": 468,\n \"unit\": \"km\"\n },\n \"capital\": \"Andorra la Vella\",\n \"gdp\": {\n \"nominal\": \"3.66 billion USD\",\n \"perCapita\": \"46,686 USD\"\n },\n \"dialingCode\": \"+376\",\n \"internetTLD\": \".ad\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"118\",\n \"police\": \"110\",\n \"ambulance\": \"116\"\n },\n \"holidays\": [\n \"Constitution Day (March 14)\",\n \"Our Lady of Meritxell Day (September 8)\"\n ],\n \"nationalAnimal\": \"Chamois\",\n \"nationalDish\": \"Escudella\",\n \"tourismHighlights\": [\n \"Vallnord Ski Resort\",\n \"Caldea Spa\",\n \"Casa de la Vall\",\n \"Madriu-Perafita-Claror Valley (UNESCO World Heritage Site)\"\n ],\n \"majorExports\": [\n \"Tobacco products\",\n \"Furniture\",\n \"Electronics\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Consumer goods\",\n \"Energy\"\n ],\n \"lifeExpectancy\": 83.5,\n \"literacyRate\": 100,\n \"climate\": \"Temperate with snowy winters and mild summers\",\n \"religions\": {\n \"predominant\": \"Roman Catholic\",\n \"others\": [\n \"None\",\n \"Protestant\",\n \"Islam\"\n ]\n },\n \"neighborCountries\": [\n \"France\",\n \"Spain\"\n ],\n \"visaRequirement\": \"No visa required for EU countries and many others\",\n \"notableFacts\": [\n \"Has no official army; defense is the responsibility of France and Spain.\",\n \"One of the smallest countries in the world by land area and population.\",\n \"Has one of the highest life expectancies in the world.\"\n ]\n },\n \"AG\": {\n \"flag\": \"\",\n \"name\": \"Antigua and Barbuda\",\n \"officialName\": \"Antigua and Barbuda\",\n \"countryCode\": \"+1-268\",\n \"isoAlpha2\": \"AG\",\n \"isoAlpha3\": \"ATG\",\n \"numericCode\": \"028\",\n \"firstLanguage\": \"en\",\n \"otherLanguages\": [\n \"ant\"\n ],\n \"currency\": {\n \"code\": \"XCD\",\n \"symbol\": \"$\",\n \"name\": \"East Caribbean Dollar\"\n },\n \"government\": {\n \"type\": \"Parliamentary democracy and constitutional monarchy\",\n \"politicalLean\": \"Center-Left\",\n \"headsOfState\": [\n {\n \"title\": \"Governor-General\",\n \"name\": \"Sir Rodney Williams\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Gaston Browne\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Atlantic Standard Time (AST)\",\n \"offset\": \"-04:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"12-hour\",\n \"region\": \"Americas\",\n \"subregion\": \"Caribbean\",\n \"population\": 97928,\n \"area\": {\n \"value\": 442,\n \"unit\": \"km\"\n },\n \"capital\": \"Saint John's\",\n \"gdp\": {\n \"nominal\": \"1.74 billion USD\",\n \"perCapita\": \"17,948 USD\"\n },\n \"dialingCode\": \"+1-268\",\n \"internetTLD\": \".ag\",\n \"drivingSide\": \"Left\",\n \"emergencyNumbers\": {\n \"general\": \"911\",\n \"fire\": \"911\",\n \"police\": \"911\",\n \"ambulance\": \"911\"\n },\n \"holidays\": [\n \"Antigua and Barbuda Independence Day (November 1)\",\n \"Emancipation Day (August 1)\"\n ],\n \"nationalAnimal\": \"Frigatebird\",\n \"nationalDish\": \"Fungee and Pepperpot\",\n \"tourismHighlights\": [\n \"Nelson's Dockyard\",\n \"Antigua Carnival\",\n \"Half Moon Bay\",\n \"St. John's Cathedral\"\n ],\n \"majorExports\": [\n \"Textiles\",\n \"Food\",\n \"Rum\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Machinery\",\n \"Fuels\"\n ],\n \"lifeExpectancy\": 76.2,\n \"literacyRate\": 99.6,\n \"climate\": \"Tropical marine, with a wet season from May to November\",\n \"religions\": {\n \"predominant\": \"Christianity\",\n \"others\": [\n \"None\",\n \"Hinduism\",\n \"Rastafarianism\"\n ]\n },\n \"neighborCountries\": [\n \"Antigua and Barbuda is an island nation, with no land borders.\"\n ],\n \"visaRequirement\": \"Visa-free for many countries, including EU and UK citizens.\",\n \"notableFacts\": [\n \"Known for its reef-studded coastlines and beautiful beaches.\",\n \"The country is made up of two main islands and several smaller ones.\",\n \"Antigua has a beach for every day of the year, boasting 365 beaches.\"\n ]\n },\n \"AF\": {\n \"flag\": \"\",\n \"name\": \"Afghanistan\",\n \"officialName\": \"Islamic Republic of Afghanistan\",\n \"countryCode\": \"+93\",\n \"isoAlpha2\": \"AF\",\n \"isoAlpha3\": \"AFG\",\n \"numericCode\": \"004\",\n \"firstLanguage\": \"ps\",\n \"otherLanguages\": [\n \"da\",\n \"uz\",\n \"tk\"\n ],\n \"currency\": {\n \"code\": \"AFN\",\n \"symbol\": \"\",\n \"name\": \"Afghan Afghani\"\n },\n \"government\": {\n \"type\": \"Islamic Republic\",\n \"politicalLean\": \"Islamist\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Hezb-e Islami\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Afghanistan Time (AFT)\",\n \"offset\": \"+04:30\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Asia\",\n \"subregion\": \"Southern Asia\",\n \"population\": 41033256,\n \"area\": {\n \"value\": 652230,\n \"unit\": \"km\"\n },\n \"capital\": \"Kabul\",\n \"gdp\": {\n \"nominal\": \"84.76 billion USD\",\n \"perCapita\": \"2,066 USD\"\n },\n \"dialingCode\": \"+93\",\n \"internetTLD\": \".af\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"119\",\n \"fire\": \"115\",\n \"police\": \"100\",\n \"ambulance\": \"191\"\n },\n \"holidays\": [\n \"Independence Day (August 19)\",\n \"Eid al-Fitr\",\n \"Eid al-Adha\"\n ],\n \"nationalAnimal\": \"Snow Leopard\",\n \"nationalDish\": \"Kabuli Pulao\",\n \"tourismHighlights\": [\n \"Bamyan Buddhas (UNESCO World Heritage Site)\",\n \"Minaret of Jam\",\n \"The Great Wall of Afghanistan\",\n \"Band-e Amir National Park\"\n ],\n \"majorExports\": [\n \"Fruits and Nuts\",\n \"Saffron\",\n \"Carpets\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Machinery\",\n \"Fuel\"\n ],\n \"lifeExpectancy\": 64.8,\n \"literacyRate\": 37.2,\n \"climate\": \"Continental; arid with extreme temperature variations\",\n \"religions\": {\n \"predominant\": \"Islam\",\n \"others\": [\n \"Hinduism\",\n \"Sikhism\",\n \"Buddhism\"\n ]\n },\n \"neighborCountries\": [\n \"Pakistan\",\n \"Iran\",\n \"Turkmenistan\",\n \"Uzbekistan\",\n \"Tajikistan\"\n ],\n \"visaRequirement\": \"Visa required for most nationalities\",\n \"notableFacts\": [\n \"Home to some of the oldest civilizations in the world, including the ancient city of Balkh.\",\n \"A significant producer of opium, which poses a challenge for governance and international relations.\",\n \"Diverse geography ranging from mountains to fertile plains.\"\n ]\n },\n \"AE\": {\n \"flag\": \"\",\n \"name\": \"United Arab Emirates\",\n \"officialName\": \"United Arab Emirates\",\n \"countryCode\": \"+971\",\n \"isoAlpha2\": \"AE\",\n \"isoAlpha3\": \"ARE\",\n \"numericCode\": \"784\",\n \"firstLanguage\": \"ar\",\n \"otherLanguages\": [\n \"en\",\n \"fr\",\n \"hi\",\n \"ur\"\n ],\n \"currency\": {\n \"code\": \"AED\",\n \"symbol\": \".\",\n \"name\": \"United Arab Emirates Dirham\"\n },\n \"government\": {\n \"type\": \"Federal absolute monarchy\",\n \"politicalLean\": \"Authoritarian\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Mohammed bin Zayed Al Nahyan\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Mohammed bin Rashid Al Maktoum\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Gulf Standard Time (GST)\",\n \"offset\": \"+04:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Asia\",\n \"subregion\": \"Western Asia\",\n \"population\": 9890400,\n \"area\": {\n \"value\": 83600,\n \"unit\": \"km\"\n },\n \"capital\": \"Abu Dhabi\",\n \"gdp\": {\n \"nominal\": \"501 billion USD\",\n \"perCapita\": \"50,100 USD\"\n },\n \"dialingCode\": \"+971\",\n \"internetTLD\": \".ae\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"999\",\n \"fire\": \"997\",\n \"police\": \"999\",\n \"ambulance\": \"998\"\n },\n \"holidays\": [\n \"New Year's Day (January 1)\",\n \"Eid al-Fitr (date varies)\",\n \"Eid al-Adha (date varies)\",\n \"National Day (December 2)\"\n ],\n \"nationalAnimal\": \"Falcon\",\n \"nationalDish\": \"Al Harees\",\n \"tourismHighlights\": [\n \"Burj Khalifa\",\n \"Sheikh Zayed Grand Mosque\",\n \"The Louvre Abu Dhabi\",\n \"Dubai Mall\",\n \"Ferrari World Abu Dhabi\"\n ],\n \"majorExports\": [\n \"Crude petroleum\",\n \"Natural gas\",\n \"Gold\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Vehicles\",\n \"Gold\"\n ],\n \"lifeExpectancy\": 78.8,\n \"literacyRate\": 94,\n \"climate\": \"Desert climate with extremely hot summers and mild winters\",\n \"religions\": {\n \"predominant\": \"Islam\",\n \"others\": [\n \"Christianity\",\n \"Hinduism\",\n \"Buddhism\"\n ]\n },\n \"neighborCountries\": [\n \"Saudi Arabia\",\n \"Oman\"\n ],\n \"visaRequirement\": \"Visa required for many nationalities; visa on arrival for some\",\n \"notableFacts\": [\n \"Home to the world's tallest building, Burj Khalifa.\",\n \"Consists of seven emirates: Abu Dhabi, Dubai, Sharjah, Ajman, Umm Al-Quwain, Fujairah, and Ras Al Khaimah.\",\n \"Has a large expatriate population, making up around 80% of its residents.\"\n ]\n },\n \"AI\": {\n \"flag\": \"\",\n \"name\": \"Anguilla\",\n \"officialName\": \"Anguilla\",\n \"countryCode\": \"+1-264\",\n \"isoAlpha2\": \"AI\",\n \"isoAlpha3\": \"AIA\",\n \"numericCode\": \"660\",\n \"firstLanguage\": \"en\",\n \"otherLanguages\": [\n \"ai\",\n \"fr\"\n ],\n \"currency\": {\n \"code\": \"XCD\",\n \"symbol\": \"$\",\n \"name\": \"East Caribbean Dollar\"\n },\n \"government\": {\n \"type\": \"Overseas Territory of the United Kingdom\",\n \"politicalLean\": \"Conservative\",\n \"headsOfState\": [\n {\n \"title\": \"Governor\",\n \"name\": \"Appointed by the Queen of the United Kingdom\"\n },\n {\n \"title\": \"Premier\",\n \"name\": \"Elected by the Anguillian people\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Atlantic Standard Time (AST)\",\n \"offset\": \"-04:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Caribbean\",\n \"subregion\": \"North America\",\n \"population\": 15000,\n \"area\": {\n \"value\": 91,\n \"unit\": \"km\"\n },\n \"capital\": \"The Valley\",\n \"gdp\": {\n \"nominal\": \"353 million USD\",\n \"perCapita\": \"23,533 USD\"\n },\n \"dialingCode\": \"+1-264\",\n \"internetTLD\": \".ai\",\n \"drivingSide\": \"Left\",\n \"emergencyNumbers\": {\n \"general\": \"911\",\n \"fire\": \"911\",\n \"police\": \"911\",\n \"ambulance\": \"911\"\n },\n \"holidays\": [\n \"Emancipation Day (August 1)\",\n \"Anguilla Day (May 30)\"\n ],\n \"nationalAnimal\": \"Silver Palm\",\n \"nationalDish\": \"Goat Water\",\n \"tourismHighlights\": [\n \"Shoal Bay\",\n \"Sandy Ground\",\n \"Anguilla's beaches and resorts\",\n \"Historic sites like the Old Prison\"\n ],\n \"majorExports\": [\n \"Fish\",\n \"Lobster\",\n \"Construction services\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Fuel\",\n \"Consumer goods\"\n ],\n \"lifeExpectancy\": 80.5,\n \"literacyRate\": 96.5,\n \"climate\": \"Tropical, moderated by northeastern trade winds\",\n \"religions\": {\n \"predominant\": \"Christianity\",\n \"others\": [\n \"None\",\n \"Baha'i\",\n \"Hinduism\"\n ]\n },\n \"neighborCountries\": [\n \"Saint Martin\",\n \"Saint Barth\u00E9lemy\"\n ],\n \"visaRequirement\": \"No visa required for many countries, visitors check with local authorities.\",\n \"notableFacts\": [\n \"Known for its stunning beaches and luxury resorts.\",\n \"Economy heavily reliant on tourism.\",\n \"Home to a unique blend of Caribbean culture and British heritage.\"\n ]\n },\n \"AO\": {\n \"flag\": \"\",\n \"name\": \"Angola\",\n \"officialName\": \"Republic of Angola\",\n \"countryCode\": \"+244\",\n \"isoAlpha2\": \"AO\",\n \"isoAlpha3\": \"AGO\",\n \"numericCode\": \"024\",\n \"firstLanguage\": \"pt\",\n \"otherLanguages\": [\n \"kg\",\n \"uxi\",\n \"bvo\"\n ],\n \"currency\": {\n \"code\": \"AOA\",\n \"symbol\": \"Kz\",\n \"name\": \"Kwanza\"\n },\n \"government\": {\n \"type\": \"Unitary presidential constitutional republic\",\n \"politicalLean\": \"Socialist\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Jo\u00E3o Louren\u00E7o\"\n },\n {\n \"title\": \"Vice President\",\n \"name\": \"Bornito de Sousa\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"West Africa Time (WAT)\",\n \"offset\": \"+01:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Africa\",\n \"subregion\": \"Sub-Saharan Africa\",\n \"population\": 32866272,\n \"area\": {\n \"value\": 1246700,\n \"unit\": \"km\"\n },\n \"capital\": \"Luanda\",\n \"gdp\": {\n \"nominal\": \"66.49 billion USD\",\n \"perCapita\": \"1,915 USD\"\n },\n \"dialingCode\": \"+244\",\n \"internetTLD\": \".ao\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"113\",\n \"fire\": \"115\",\n \"police\": \"112\",\n \"ambulance\": \"222 320 520\"\n },\n \"holidays\": [\n \"Independence Day (November 11)\",\n \"Peace Day (April 4)\"\n ],\n \"nationalAnimal\": \"Giant sable antelope\",\n \"nationalDish\": \"Moqueca\",\n \"tourismHighlights\": [\n \"Kwando-Kubango Province\",\n \"Luanda\",\n \"Kissama National Park\",\n \"Namibe Desert\"\n ],\n \"majorExports\": [\n \"Crude oil\",\n \"Diamonds\",\n \"Coffee\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Foodstuffs\",\n \"Vehicles\"\n ],\n \"lifeExpectancy\": 61.2,\n \"literacyRate\": 71.1,\n \"climate\": \"Tropical with dry and wet seasons\",\n \"religions\": {\n \"predominant\": \"Roman Catholic\",\n \"others\": [\n \"Protestant\",\n \"Traditional African religions\"\n ]\n },\n \"neighborCountries\": [\n \"Namibia\",\n \"Zambia\",\n \"Democratic Republic of the Congo\"\n ],\n \"visaRequirement\": \"Visa required for most travelers; eVisa available for some nationalities.\",\n \"notableFacts\": [\n \"Home to diverse ecosystems and wildlife including endemic species.\",\n \"Rich in natural resources, particularly oil and diamonds.\",\n \"Has a complex history influenced by colonialism and civil war.\"\n ]\n },\n \"AM\": {\n \"flag\": \"\",\n \"name\": \"Armenia\",\n \"officialName\": \"Republic of Armenia\",\n \"countryCode\": \"+374\",\n \"isoAlpha2\": \"AM\",\n \"isoAlpha3\": \"ARM\",\n \"numericCode\": \"051\",\n \"firstLanguage\": \"hy\",\n \"otherLanguages\": [\n \"ru\",\n \"en\"\n ],\n \"currency\": {\n \"code\": \"AMD\",\n \"symbol\": \"\",\n \"name\": \"Armenian Dram\"\n },\n \"government\": {\n \"type\": \"Unitary parliamentary republic\",\n \"politicalLean\": \"Democratic\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Vahagn Kh achaturyan\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Nikol Pashinyan\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Armenia Time (AMT)\",\n \"offset\": \"+04:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Asia\",\n \"subregion\": \"Western Asia\",\n \"population\": 2963243,\n \"area\": {\n \"value\": 29743,\n \"unit\": \"km\"\n },\n \"capital\": \"Yerevan\",\n \"gdp\": {\n \"nominal\": \"13.22 billion USD\",\n \"perCapita\": \"4,453 USD\"\n },\n \"dialingCode\": \"+374\",\n \"internetTLD\": \".am\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"101\",\n \"police\": \"102\",\n \"ambulance\": \"103\"\n },\n \"holidays\": [\n \"Independence Day (September 21)\",\n \"Victory and Peace Day (May 9)\"\n ],\n \"nationalAnimal\": \"Golden Eagle\",\n \"nationalDish\": \"Khorovats (Armenian BBQ)\",\n \"tourismHighlights\": [\n \"Geghard Monastery (UNESCO World Heritage Site)\",\n \"Lake Sevan\",\n \"Ararat Mountain\",\n \"History Museum of Armenia\"\n ],\n \"majorExports\": [\n \"Minerals\",\n \"Food products\",\n \"Textiles\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Fuel\",\n \"Food\"\n ],\n \"lifeExpectancy\": 75.1,\n \"literacyRate\": 99.8,\n \"climate\": \"Continental with hot summers and cold winters\",\n \"religions\": {\n \"predominant\": \"Armenian Apostolic Church\",\n \"others\": [\n \"Other Christian denominations\",\n \"Islam\"\n ]\n },\n \"neighborCountries\": [\n \"Turkey\",\n \"Georgia\",\n \"Azerbaijan\",\n \"Iran\"\n ],\n \"visaRequirement\": \"Visa-free travel for many countries; e-Visa available for others.\",\n \"notableFacts\": [\n \"Armenia was the first country to adopt Christianity as its state religion in the early 4th century.\",\n \"Home to ancient monasteries and churches, some dating back to the 4th century.\",\n \"Recognized as a nation in 1991 after the collapse of the Soviet Union.\"\n ]\n },\n \"AR\": {\n \"flag\": \"\",\n \"name\": \"Argentina\",\n \"officialName\": \"Argentine Republic\",\n \"countryCode\": \"+54\",\n \"isoAlpha2\": \"AR\",\n \"isoAlpha3\": \"ARG\",\n \"numericCode\": \"032\",\n \"firstLanguage\": \"es\",\n \"otherLanguages\": [\n \"en\",\n \"it\",\n \"de\",\n \"qu\"\n ],\n \"currency\": {\n \"code\": \"ARS\",\n \"symbol\": \"$\",\n \"name\": \"Argentine Peso\"\n },\n \"government\": {\n \"type\": \"Federal presidential constitutional republic\",\n \"politicalLean\": \"Varied\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Current President (as of 2023)\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Argentina Time (ART)\",\n \"offset\": \"-03:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Americas\",\n \"subregion\": \"South America\",\n \"population\": 45663112,\n \"area\": {\n \"value\": 2780400,\n \"unit\": \"km\"\n },\n \"capital\": \"Buenos Aires\",\n \"gdp\": {\n \"nominal\": \"644.14 billion USD\",\n \"perCapita\": \"14,097 USD\"\n },\n \"dialingCode\": \"+54\",\n \"internetTLD\": \".ar\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"911\",\n \"fire\": \"100\",\n \"police\": \"101\",\n \"ambulance\": \"107\"\n },\n \"holidays\": [\n \"New Year's Day (January 1)\",\n \"Mardi Gras (variable date)\",\n \"Day of the Malvinas (April 2)\",\n \"Labor Day (May 1)\",\n \"May Revolution Day (May 25)\",\n \"Independence Day (July 9)\",\n \"Cultural Diversity Day (October 12)\",\n \"National Sovereignty Day (November 20)\",\n \"Christmas Day (December 25)\"\n ],\n \"nationalAnimal\": \"Rufous Hornero\",\n \"nationalDish\": \"Asado\",\n \"tourismHighlights\": [\n \"Iguazu Falls\",\n \"Los Glaciares National Park\",\n \"Buenos Aires\",\n \"Tigre Delta\",\n \"Wine regions in Mendoza\"\n ],\n \"majorExports\": [\n \"Soybeans\",\n \"Beef\",\n \"Corn\",\n \"Automobiles\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Electronics\",\n \"Petroleum\",\n \"Chemical products\"\n ],\n \"lifeExpectancy\": 76,\n \"literacyRate\": 99,\n \"climate\": \"Varied; tropical in the north, arid in the southeast, and cold in the south\",\n \"religions\": {\n \"predominant\": \"Roman Catholic\",\n \"others\": [\n \"Protestant\",\n \"Jewish\",\n \"Evangelical\",\n \"Indigenous beliefs\"\n ]\n },\n \"neighborCountries\": [\n \"Brazil\",\n \"Paraguay\",\n \"Bolivia\",\n \"Chile\",\n \"Uruguay\"\n ],\n \"visaRequirement\": \"No visa required for many countries; others may require visa\",\n \"notableFacts\": [\n \"Eighth largest country in the world by area.\",\n \"Home to the tango dance and music.\",\n \"One of the leading wine producers in the world.\"\n ]\n },\n \"AL\": {\n \"flag\": \"\",\n \"name\": \"Albania\",\n \"officialName\": \"Republic of Albania\",\n \"countryCode\": \"+355\",\n \"isoAlpha2\": \"AL\",\n \"isoAlpha3\": \"ALB\",\n \"numericCode\": \"008\",\n \"firstLanguage\": \"sq\",\n \"otherLanguages\": [\n \"en\",\n \"it\"\n ],\n \"currency\": {\n \"code\": \"ALL\",\n \"symbol\": \"L\",\n \"name\": \"Albanian Lek\"\n },\n \"government\": {\n \"type\": \"Parliamentary Republic\",\n \"politicalLean\": \"Center-Right\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Bajram Begaj\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Edi Rama\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Central European Time (CET)\",\n \"offset\": \"+01:00\",\n \"dst\": \"Yes\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Europe\",\n \"subregion\": \"Southern Europe\",\n \"population\": 2880917,\n \"area\": {\n \"value\": 28748,\n \"unit\": \"km\"\n },\n \"capital\": \"Tirana\",\n \"gdp\": {\n \"nominal\": \"15.89 billion USD\",\n \"perCapita\": \"5,513 USD\"\n },\n \"dialingCode\": \"+355\",\n \"internetTLD\": \".al\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"128\",\n \"police\": \"129\",\n \"ambulance\": \"127\"\n },\n \"holidays\": [\n \"Independence Day (November 28)\",\n \"Revolution Day (November 29)\"\n ],\n \"nationalAnimal\": \"Golden Eagle\",\n \"nationalDish\": \"F\u00EBrges\u00EB\",\n \"tourismHighlights\": [\n \"Kyll\u00E4 Valley\",\n \"Butrint National Park (UNESCO World Heritage Site)\",\n \"The Albanian Riviera\",\n \"Gjirokast\u00EBr (UNESCO World Heritage Site)\"\n ],\n \"majorExports\": [\n \"Textiles\",\n \"Footwear\",\n \"Aluminum\"\n ],\n \"majorImports\": [\n \"Minerals\",\n \"Machinery\",\n \"Food and live animals\"\n ],\n \"lifeExpectancy\": 78.5,\n \"literacyRate\": 98.7,\n \"climate\": \"Mediterranean climate, with hot, dry summers and mild, wet winters\",\n \"religions\": {\n \"predominant\": \"Islam\",\n \"others\": [\n \"Roman Catholic\",\n \"Eastern Orthodox\"\n ]\n },\n \"neighborCountries\": [\n \"Montenegro\",\n \"Kosovo\",\n \"North Macedonia\",\n \"Greece\"\n ],\n \"visaRequirement\": \"No visa required for Schengen zone countries and many others\",\n \"notableFacts\": [\n \"Home to the ancient city of Butrint, a UNESCO World Heritage site.\",\n \"Albania is known for its stunning coastlines along the Adriatic and Ionian Seas.\",\n \"It has a rich and diverse history influenced by various civilizations.\"\n ]\n },\n \"AQ\": {\n \"flag\": \"\",\n \"name\": \"Antarctica\",\n \"officialName\": \"Not applicable (territory managed under an international treaty)\",\n \"countryCode\": \"+672\",\n \"isoAlpha2\": \"AQ\",\n \"isoAlpha3\": \"ATA\",\n \"numericCode\": \"010\",\n \"firstLanguage\": \"\",\n \"otherLanguages\": [],\n \"currency\": {\n \"code\": \"N/A\",\n \"symbol\": \"N/A\",\n \"name\": \"N/A\"\n },\n \"government\": {\n \"type\": \"No official government; governed by the Antarctic Treaty System\",\n \"politicalLean\": \"N/A\",\n \"headsOfState\": []\n },\n \"timeZone\": {\n \"name\": \"Various time zones depending on research stations\",\n \"offset\": \"Varies\",\n \"dst\": \"Yes (in some research stations)\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Antarctica\",\n \"subregion\": \"N/A\",\n \"population\": 1000,\n \"area\": {\n \"value\": 14000000,\n \"unit\": \"km\"\n },\n \"capital\": \"N/A\",\n \"gdp\": {\n \"nominal\": \"N/A\",\n \"perCapita\": \"N/A\"\n },\n \"dialingCode\": \"+672\",\n \"internetTLD\": \".aq\",\n \"drivingSide\": \"N/A\",\n \"emergencyNumbers\": {\n \"general\": \"N/A\",\n \"fire\": \"N/A\",\n \"police\": \"N/A\",\n \"ambulance\": \"N/A\"\n },\n \"holidays\": [\n \"Antarctic Treaty Day (December 1)\"\n ],\n \"nationalAnimal\": \"Emperor Penguin\",\n \"nationalDish\": \"N/A\",\n \"tourismHighlights\": [\n \"South Pole\",\n \"Ross Ice Shelf\",\n \"Antarctic Peninsula\",\n \"Palmer Station\"\n ],\n \"majorExports\": [\n \"N/A\"\n ],\n \"majorImports\": [\n \"Supplies for research stations\"\n ],\n \"lifeExpectancy\": \"N/A\",\n \"literacyRate\": \"N/A\",\n \"climate\": \"Polar climate with harsh conditions\",\n \"religions\": {\n \"predominant\": \"N/A\",\n \"others\": []\n },\n \"neighborCountries\": [],\n \"visaRequirement\": \"N/A; no permanent residents and access regulated by treaties\",\n \"notableFacts\": [\n \"The only continent without a native human population.\",\n \"Governed by the Antarctic Treaty which prohibits military activity and mineral mining.\",\n \"Home to the largest desert in the world due to its extreme dryness.\"\n ]\n },\n \"AS\": {\n \"flag\": \"\",\n \"name\": \"American Samoa\",\n \"officialName\": \"Territory of American Samoa\",\n \"countryCode\": \"+1-684\",\n \"isoAlpha2\": \"AS\",\n \"isoAlpha3\": \"ASM\",\n \"numericCode\": \"016\",\n \"firstLanguage\": \"sm\",\n \"otherLanguages\": [\n \"en\"\n ],\n \"currency\": {\n \"code\": \"USD\",\n \"symbol\": \"$\",\n \"name\": \"United States Dollar\"\n },\n \"government\": {\n \"type\": \"Unincorporated territory of the United States\",\n \"politicalLean\": \"Democratic\",\n \"headsOfState\": [\n {\n \"title\": \"Governor\",\n \"name\": \"Lolo Moliga\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"UTC-11:00\",\n \"offset\": \"-11:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"MM/DD/YYYY\",\n \"timeFormat\": \"12-hour\",\n \"region\": \"Oceania\",\n \"subregion\": \"Polynesia\",\n \"population\": 55191,\n \"area\": {\n \"value\": 199,\n \"unit\": \"km\"\n },\n \"capital\": \"Pago Pago\",\n \"gdp\": {\n \"nominal\": \"0.63 billion USD\",\n \"perCapita\": \"11,400 USD\"\n },\n \"dialingCode\": \"+1-684\",\n \"internetTLD\": \".as\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"911\",\n \"fire\": \"911\",\n \"police\": \"911\",\n \"ambulance\": \"911\"\n },\n \"holidays\": [\n \"American Samoa Flag Day (April 17)\",\n \"Independence Day (July 4)\",\n \"Thanksgiving Day (Fourth Thursday in November)\"\n ],\n \"nationalAnimal\": \"Green Turtle\",\n \"nationalDish\": \"Palusami\",\n \"tourismHighlights\": [\n \"National Park of American Samoa\",\n \"To Sua Ocean Trench\",\n \"Aunu'u Island\",\n \"Manua Islands\"\n ],\n \"majorExports\": [\n \"Fish\",\n \"Coconut products\",\n \"Tuna\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Fuel\",\n \"Machinery\"\n ],\n \"lifeExpectancy\": 73.1,\n \"literacyRate\": 99,\n \"climate\": \"Tropical, with a wet season from November to March\",\n \"religions\": {\n \"predominant\": \"Christianity\",\n \"others\": [\n \"Samoan Traditional Religion\",\n \"Buddhism\",\n \"Islam\"\n ]\n },\n \"neighborCountries\": [\n \"None (only territorial waters)\"\n ],\n \"visaRequirement\": \"No visa required for U.S. citizens; others may require a visa.\",\n \"notableFacts\": [\n \"American Samoa is the only U.S. territory south of the equator.\",\n \"Home to the only national park in the United States that is located entirely in the Southern Hemisphere.\",\n \"Samoan culture is a dominant influence on the territory's lifestyle.\"\n ]\n },\n \"AX\": {\n \"flag\": \"\",\n \"name\": \"\u00C5land Islands\",\n \"officialName\": \"\u00C5land Islands\",\n \"countryCode\": \"+358-18\",\n \"isoAlpha2\": \"AX\",\n \"isoAlpha3\": \"ALA\",\n \"numericCode\": \"248\",\n \"firstLanguage\": \"sv\",\n \"otherLanguages\": [\n \"fi\",\n \"en\"\n ],\n \"currency\": {\n \"code\": \"EUR\",\n \"symbol\": \"\",\n \"name\": \"Euro\"\n },\n \"government\": {\n \"type\": \"Autonomous region of Finland\",\n \"politicalLean\": \"Neutral\",\n \"headsOfState\": [\n {\n \"title\": \"Governor\",\n \"name\": \"Head of the Government of \u00C5land Islands\"\n },\n {\n \"title\": \"President of Finland\",\n \"name\": \"Sauli Niinist\u00F6\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Eastern European Time (EET)\",\n \"offset\": \"+02:00\",\n \"dst\": \"Yes\"\n },\n \"dateFormat\": \"DD.MM.YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Europe\",\n \"subregion\": \"Northern Europe\",\n \"population\": 29910,\n \"area\": {\n \"value\": 1580,\n \"unit\": \"km\"\n },\n \"capital\": \"Mariehamn\",\n \"gdp\": {\n \"nominal\": \"1.4 billion EUR\",\n \"perCapita\": \"47,000 EUR\"\n },\n \"dialingCode\": \"+358-18\",\n \"internetTLD\": \".ax\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"112\",\n \"police\": \"112\",\n \"ambulance\": \"112\"\n },\n \"holidays\": [\n \"Midsummer Day (June)\",\n \"\u00C5land Independence Day (June 9)\"\n ],\n \"nationalAnimal\": \"Eurasian Beaver\",\n \"nationalDish\": \"\u00C5land Pancakes\",\n \"tourismHighlights\": [\n \"Mariehamn Maritime Museum\",\n \"Viking Village in Jomala\",\n \"Kors\u00F6 Lighthouse\",\n \"K\u00E4ringsund Resort\"\n ],\n \"majorExports\": [\n \"Fish products\",\n \"Shipbuilding materials\",\n \"Textiles\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Food products\",\n \"Consumer goods\"\n ],\n \"lifeExpectancy\": 84.1,\n \"literacyRate\": 100,\n \"climate\": \"Maritime climate with mild winters and cool summers\",\n \"religions\": {\n \"predominant\": \"Lutheran Christian\",\n \"others\": [\n \"None\",\n \"Orthodox Christian\",\n \"Islam\"\n ]\n },\n \"neighborCountries\": [\n \"Finland\",\n \"Sweden\"\n ],\n \"visaRequirement\": \"Part of the Schengen Area; no visa required for Schengen citizens.\",\n \"notableFacts\": [\n \"\u00C5land Islands is a demilitarized zone with no military presence.\",\n \"It has its own parliament and official flag.\",\n \"Known for its archipelago and rich maritime heritage.\"\n ]\n },\n \"AW\": {\n \"flag\": \"\",\n \"name\": \"Aruba\",\n \"officialName\": \"Aruba\",\n \"countryCode\": \"+297\",\n \"isoAlpha2\": \"AW\",\n \"isoAlpha3\": \"ABW\",\n \"numericCode\": \"533\",\n \"firstLanguage\": \"nl\",\n \"otherLanguages\": [\n \"pap\",\n \"es\",\n \"en\"\n ],\n \"currency\": {\n \"code\": \"AWG\",\n \"symbol\": \"\",\n \"name\": \"Aruban Florin\"\n },\n \"government\": {\n \"type\": \"Parliamentary democracy\",\n \"politicalLean\": \"Moderate\",\n \"headsOfState\": [\n {\n \"title\": \"Governor\",\n \"name\": \"Governor of Aruba\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Prime Minister of Aruba\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Atlantic Standard Time (AST)\",\n \"offset\": \"-04:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Americas\",\n \"subregion\": \"Caribbean\",\n \"population\": 106766,\n \"area\": {\n \"value\": 179,\n \"unit\": \"km\"\n },\n \"capital\": \"Oranjestad\",\n \"gdp\": {\n \"nominal\": \"3.01 billion USD\",\n \"perCapita\": \"28,270 USD\"\n },\n \"dialingCode\": \"+297\",\n \"internetTLD\": \".aw\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"911\",\n \"fire\": \"199\",\n \"police\": \"911\",\n \"ambulance\": \"911\"\n },\n \"holidays\": [\n \"D\u00EDa di Betico Croes (January 25)\",\n \"Carnival (variable dates)\",\n \"Aruba Flag Day (March 18)\",\n \"King's Day (April 27)\",\n \"National Anthem and Flag Day (September 18)\"\n ],\n \"nationalAnimal\": \"Ostrich\",\n \"nationalDish\": \"Keshi Yena\",\n \"tourismHighlights\": [\n \"Eagle Beach\",\n \"Palm Beach\",\n \"Arikok National Park\",\n \"Natural Pool\"\n ],\n \"majorExports\": [\n \"Liqueurs\",\n \"Aloe Vera\",\n \"Tourism services\"\n ],\n \"majorImports\": [\n \"Food\",\n \"Consumer goods\",\n \"Construction materials\"\n ],\n \"lifeExpectancy\": 75.2,\n \"literacyRate\": 93.7,\n \"climate\": \"Tropical marine, warm and humid\",\n \"religions\": {\n \"predominant\": \"Roman Catholic\",\n \"others\": [\n \"Protestant\",\n \"Methodist\",\n \"Evangelical\"\n ]\n },\n \"neighborCountries\": [\n \"Cura\u00E7ao\",\n \"Bonaire\"\n ],\n \"visaRequirement\": \"No visa required for many nationalities, including US and EU citizens\",\n \"notableFacts\": [\n \"Has beaches consistently ranked among the best in the world.\",\n \"Is known for its vibrant culture and music.\",\n \"Has a high standard of living relative to other Caribbean nations.\"\n ]\n },\n \"AT\": {\n \"flag\": \"\",\n \"name\": \"Austria\",\n \"officialName\": \"Republic of Austria\",\n \"countryCode\": \"+43\",\n \"isoAlpha2\": \"AT\",\n \"isoAlpha3\": \"AUT\",\n \"numericCode\": \"040\",\n \"firstLanguage\": \"de\",\n \"otherLanguages\": [\n \"sl\",\n \"hr\",\n \"hu\"\n ],\n \"currency\": {\n \"code\": \"EUR\",\n \"symbol\": \"\",\n \"name\": \"Euro\"\n },\n \"government\": {\n \"type\": \"Federal parliamentary republic\",\n \"politicalLean\": \"Social-democratic\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Alexander Van der Bellen\"\n },\n {\n \"title\": \"Chancellor\",\n \"name\": \"Karl Nehammer\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Central European Time (CET)\",\n \"offset\": \"+01:00\",\n \"dst\": \"Yes\"\n },\n \"dateFormat\": \"DD.MM.YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Europe\",\n \"subregion\": \"Western Europe\",\n \"population\": 8917205,\n \"area\": {\n \"value\": 83879,\n \"unit\": \"km\"\n },\n \"capital\": \"Vienna\",\n \"gdp\": {\n \"nominal\": \"455.9 billion USD\",\n \"perCapita\": \"51,182 USD\"\n },\n \"dialingCode\": \"+43\",\n \"internetTLD\": \".at\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"122\",\n \"police\": \"133\",\n \"ambulance\": \"144\"\n },\n \"holidays\": [\n \"New Year's Day (January 1)\",\n \"National Day (October 26)\",\n \"Christmas Day (December 25)\"\n ],\n \"nationalAnimal\": \"Brown Bear\",\n \"nationalDish\": \"Wiener Schnitzel\",\n \"tourismHighlights\": [\n \"Sch\u00F6nbrunn Palace\",\n \"St. Stephen's Cathedral\",\n \"Vienna State Opera\",\n \"Salzburg's Historic Centre (UNESCO World Heritage Site)\"\n ],\n \"majorExports\": [\n \"Machinery\",\n \"Automobiles\",\n \"Pharmaceuticals\"\n ],\n \"majorImports\": [\n \"Machinery\",\n \"Chemicals\",\n \"Oil and Gas\"\n ],\n \"lifeExpectancy\": 81.4,\n \"literacyRate\": 99,\n \"climate\": \"Temperate with four distinct seasons\",\n \"religions\": {\n \"predominant\": \"Roman Catholic\",\n \"others\": [\n \"Protestant\",\n \"Islam\",\n \"Orthodox\"\n ]\n },\n \"neighborCountries\": [\n \"Germany\",\n \"Czech Republic\",\n \"Slovakia\",\n \"Hungary\",\n \"Slovenia\",\n \"Italy\",\n \"Switzerland\",\n \"Liechtenstein\"\n ],\n \"visaRequirement\": \"No visa required for EU countries and many others\",\n \"notableFacts\": [\n \"Austria is known for its cultural contributions, especially in classical music.\",\n \"It is the only landlocked country in the European Union besides Luxembourg.\",\n \"The Vienna Philharmonic is considered one of the finest orchestras in the world.\"\n ]\n },\n \"AU\": {\n \"flag\": \"\",\n \"name\": \"Australia\",\n \"officialName\": \"Commonwealth of Australia\",\n \"countryCode\": \"+61\",\n \"isoAlpha2\": \"AU\",\n \"isoAlpha3\": \"AUS\",\n \"numericCode\": \"036\",\n \"firstLanguage\": \"en\",\n \"otherLanguages\": [\n \"zh\",\n \"ar\",\n \"vi\",\n \"el\",\n \"fr\",\n \"it\"\n ],\n \"currency\": {\n \"code\": \"AUD\",\n \"symbol\": \"$\",\n \"name\": \"Australian Dollar\"\n },\n \"government\": {\n \"type\": \"Federal parliamentary constitutional monarchy\",\n \"politicalLean\": \"Varied\",\n \"headsOfState\": [\n {\n \"title\": \"King\",\n \"name\": \"King Charles III\"\n },\n {\n \"title\": \"Prime Minister\",\n \"name\": \"Anthony Albanese\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"Australian Eastern Standard Time (AEST)\",\n \"offset\": \"+10:00\",\n \"dst\": \"Yes\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Oceania\",\n \"subregion\": \"Australia and New Zealand\",\n \"population\": 25687041,\n \"area\": {\n \"value\": 7692024,\n \"unit\": \"km\"\n },\n \"capital\": \"Canberra\",\n \"gdp\": {\n \"nominal\": \"1.77 trillion USD\",\n \"perCapita\": \"68,000 USD\"\n },\n \"dialingCode\": \"+61\",\n \"internetTLD\": \".au\",\n \"drivingSide\": \"Left\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"000\",\n \"police\": \"000\",\n \"ambulance\": \"000\"\n },\n \"holidays\": [\n \"Australia Day (January 26)\",\n \"ANZAC Day (April 25)\",\n \"Labour Day (First Monday in October)\"\n ],\n \"nationalAnimal\": \"Red Kangaroo\",\n \"nationalDish\": \"Vegemite on toast\",\n \"tourismHighlights\": [\n \"Great Barrier Reef\",\n \"Sydney Opera House\",\n \"Uluru-Kata Tjuta National Park\",\n \"Daintree Rainforest\"\n ],\n \"majorExports\": [\n \"Iron ore\",\n \"Coal\",\n \"Gold\",\n \"Natural gas\"\n ],\n \"majorImports\": [\n \"Cars\",\n \"Crude petroleum\",\n \"Telecommunications equipment\"\n ],\n \"lifeExpectancy\": 83.3,\n \"literacyRate\": 99,\n \"climate\": \"Varied, ranging from tropical in the north to temperate in the south\",\n \"religions\": {\n \"predominant\": \"Christianity\",\n \"others\": [\n \"Islam\",\n \"Buddhism\",\n \"Hinduism\",\n \"None\"\n ]\n },\n \"neighborCountries\": [\n \"Indonesia\",\n \"Papua New Guinea\",\n \"New Zealand\"\n ],\n \"visaRequirement\": \"Visa required for most foreign visitors\",\n \"notableFacts\": [\n \"Is the sixth-largest country in the world by total area.\",\n \"Home to unique wildlife, including kangaroos and koalas.\",\n \"Has a diverse cultural heritage influenced by British colonization and indigenous cultures.\"\n ]\n },\n \"BF\": {\n \"flag\": \"\",\n \"name\": \"Burkina Faso\",\n \"officialName\": \"Burkina Faso\",\n \"countryCode\": \"+226\",\n \"isoAlpha2\": \"BF\",\n \"isoAlpha3\": \"BFA\",\n \"numericCode\": \"854\",\n \"firstLanguage\": \"fr\",\n \"otherLanguages\": [\n \"moro\",\n \"dioula\",\n \"fufulde\"\n ],\n \"currency\": {\n \"code\": \"XOF\",\n \"symbol\": \"\",\n \"name\": \"West African CFA franc\"\n },\n \"government\": {\n \"type\": \"Presidential republic\",\n \"politicalLean\": \"Democratic\",\n \"headsOfState\": [\n {\n \"title\": \"President\",\n \"name\": \"Ibrahim Traor\u00E9\"\n }\n ]\n },\n \"timeZone\": {\n \"name\": \"West Africa Time (WAT)\",\n \"offset\": \"+01:00\",\n \"dst\": \"No\"\n },\n \"dateFormat\": \"DD/MM/YYYY\",\n \"timeFormat\": \"24-hour\",\n \"region\": \"Africa\",\n \"subregion\": \"West Africa\",\n \"population\": 22257340,\n \"area\": {\n \"value\": 272967,\n \"unit\": \"km\"\n },\n \"capital\": \"Ouagadougou\",\n \"gdp\": {\n \"nominal\": \"18.21 billion USD\",\n \"perCapita\": \"818 USD\"\n },\n \"dialingCode\": \"+226\",\n \"internetTLD\": \".bf\",\n \"drivingSide\": \"Right\",\n \"emergencyNumbers\": {\n \"general\": \"112\",\n \"fire\": \"18\",\n \"police\": \"17\",\n \"ambulance\": \"15\"\n },\n \"holidays\": [\n \"Independence Day (August 5)\",\n \"Labor Day (May 1)\"\n ],\n \"nationalAnimal\": \"African Lion\",\n \"nationalDish\": \"T\u00F4\",\n \"tourismHighlights\": [\n \"Naman\u00E9 Lake\",\n \"Bobo Dioulasso\",\n \"Sindou Peaks\",\n \"Gorom-Gorom Market\"\n ],\n \"majorExports\": [\n \"Gold\",\n \"Cotton\",\n \"Livestock\"\n ],\n \"majorImports\": [\n \"Petroleum products\",\n \"Food\",\n \"Machinery\"\n ],\n \"lifeExpectancy\": 61.9,\n \"literacyRate\": 30.4,\n \"climate\": \"Tropical with a dry season and a wet season\",\n \"rel