Skip to content

Instantly share code, notes, and snippets.

@fawazahmed0
Last active September 20, 2024 11:43
Show Gist options
  • Save fawazahmed0/68e159f4a8389e271b37a3dbfee5e292 to your computer and use it in GitHub Desktop.
Save fawazahmed0/68e159f4a8389e271b37a3dbfee5e292 to your computer and use it in GitHub Desktop.
Countries with ISO datetime format
{
"af": {
"country_name": "afghanistan",
"country_iso3": "afg",
"country_iso_numeric": "4",
"currency_name": "afghani",
"currency_code": "afn",
"currency_number": "971"
},
"sv": {
"country_name": "el salvador",
"country_iso3": "slv",
"country_iso_numeric": "222",
"currency_name": "us dollar",
"currency_code": "usd",
"currency_number": "840"
},
"lt": {
"country_name": "lithuania",
"country_iso3": "ltu",
"country_iso_numeric": "440",
"currency_name": "euro",
"currency_code": "eur",
"currency_number": "978"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment