{"id":16275172,"url":"https://github.com/vijinho/iso-country-data","last_synced_at":"2026-01-21T20:37:37.850Z","repository":{"id":30984662,"uuid":"34542971","full_name":"vijinho/ISO-Country-Data","owner":"vijinho","description":"ISO Country data in JSON and CSV format.","archived":false,"fork":false,"pushed_at":"2021-08-05T13:27:02.000Z","size":73,"stargazers_count":56,"open_issues_count":1,"forks_count":65,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-08T16:28:55.537Z","etag":null,"topics":["country-data","currencies","data","iso-country","json-data"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vijinho.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-24T21:33:00.000Z","updated_at":"2025-03-16T23:24:37.000Z","dependencies_parsed_at":"2022-08-07T16:15:14.060Z","dependency_job_id":null,"html_url":"https://github.com/vijinho/ISO-Country-Data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vijinho/ISO-Country-Data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijinho%2FISO-Country-Data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijinho%2FISO-Country-Data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijinho%2FISO-Country-Data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijinho%2FISO-Country-Data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vijinho","download_url":"https://codeload.github.com/vijinho/ISO-Country-Data/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vijinho%2FISO-Country-Data/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28642220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["country-data","currencies","data","iso-country","json-data"],"created_at":"2024-10-10T18:32:21.776Z","updated_at":"2026-01-21T20:37:37.836Z","avatar_url":"https://github.com/vijinho.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ISO Country, Language, Currency and Region Data\n\nI created this repo as I wanted just the minimal dataset to import into other projects. It is based on the raw data from the excellent NodeJS project [OpenBookPrices/country-data](https://github.com/OpenBookPrices/country-data), is provided with the same [LICENSE](LICENSE.txt) and features the following changes:\n\n- CSV files have been [CSV-linted](http://csvlint.io/) and reformatted to 'Standard CSV'\n- The files have all been [JSON-linted](http://jsonformatter.curiousconcept.com/) and re-formatted slightly.\n- Added [minified](http://www.httputility.net/json-minifier.aspx) (.min.json) version of each JSON file\n- `regions.js` has been compiled into JSON and flattened down to 1 level\n- `regions.js` has a new entry 'eurozone' for countries using the EURO (€)\n\n**Note** that there is intentionally no regions.csv file.\n\n## Countries\n\nThe data currently provided for each country is:\n\n  * `name` The english name for the country\n  * `alpha2` The [ISO 3166-1 alpha 2](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) code\n  * `alpha3` The [ISO 3166-1 alpha 3](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) code\n  * `status`: The ISO status of the entry: either 'assigned' or 'reserved'.\n  * `currencies` An array of [ISO 4217 currency codes](http://en.wikipedia.org/wiki/ISO_4217) with the primary one first\n  * `languages` An array of [ISO 639-2](http://en.wikipedia.org/wiki/ISO_639-2) codes for languages (may not be complete).\n  * `countryCallingCodes` An array of the international call prefixes for this country.\n  * `ioc` The [International Olympic Committee country code](http://en.wikipedia.org/wiki/List_of_IOC_country_codes)\n\n## Regions\n\nCountries are ofter grouped into regions. The list of regions is by no means exhaustive, pull requests very welcome for additions.\n\n  * `countries` An array of `alpha2` codes for the countries in this region.\n\n## Currencies\n\nIt is not that useful to just have the currency code(s) for a country, so included is currency data too:\n\n  * `name` The english name for the currency\n  * `code` The [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) code\n  * `number` The [ISO 4217](http://en.wikipedia.org/wiki/ISO_4217) number\n  * `decimals` The number of decimal digits conventionally shown\n\n## Languages\n\nA list of languages provided by [ISO 639-2](http://en.wikipedia.org/wiki/ISO_639-2);\n\n  * `name` The english name for the language\n  * `alpha2` The two letter [ISO 639-1](http://en.wikipedia.org/wiki/ISO_639-1) code for the language (may be blank).\n  * `alpha3` The three letter terminological [ISO 639-2](http://en.wikipedia.org/wiki/ISO_639-2) code for the language (may be blank).\n  * `bibliograpic` The three letter bibliographic [ISO 639-2](http://en.wikipedia.org/wiki/ISO_639-2) code for the language (may be blank).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijinho%2Fiso-country-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvijinho%2Fiso-country-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvijinho%2Fiso-country-data/lists"}