{"id":13397734,"url":"https://github.com/umpirsky/country-list","last_synced_at":"2025-08-07T16:27:10.761Z","repository":{"id":2617366,"uuid":"3601534","full_name":"umpirsky/country-list","owner":"umpirsky","description":":globe_with_meridians: List of all countries with names and ISO 3166-1 codes in all languages and data formats.","archived":false,"fork":false,"pushed_at":"2022-03-11T23:49:21.000Z","size":57207,"stargazers_count":5194,"open_issues_count":12,"forks_count":1547,"subscribers_count":154,"default_branch":"master","last_synced_at":"2025-02-24T10:03:02.121Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umpirsky.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-02T11:23:47.000Z","updated_at":"2025-02-24T05:41:35.000Z","dependencies_parsed_at":"2022-07-08T19:45:17.219Z","dependency_job_id":null,"html_url":"https://github.com/umpirsky/country-list","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umpirsky%2Fcountry-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umpirsky%2Fcountry-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umpirsky%2Fcountry-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umpirsky%2Fcountry-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umpirsky","download_url":"https://codeload.github.com/umpirsky/country-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244142113,"owners_count":20404942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-07-30T18:01:42.034Z","updated_at":"2025-03-18T02:24:00.976Z","avatar_url":"https://github.com/umpirsky.png","language":"HTML","funding_links":[],"categories":["HTML","Table of Contents","杂项","杂项 Miscellaneous","目录","PHP","Miscellaneous","Configuration","Tools","World Data (Countries, Cities, etc.)","⚙️ Backend \u0026 APIs"],"sub_categories":["Geolocation","地理位置 Geolocation","Miscellaneous","More"],"readme":"\u003ch3 align=\"center\"\u003e\n    \u003ca href=\"https://github.com/umpirsky\"\u003e\n        \u003cimg src=\"https://farm2.staticflickr.com/1709/25098526884_ae4d50465f_o_d.png\" /\u003e\n    \u003c/a\u003e\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/umpirsky/Symfony-Upgrade-Fixer\"\u003esymfony upgrade fixer\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/Twig-Gettext-Extractor\"\u003etwig gettext extractor\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/wisdom\"\u003ewisdom\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/centipede\"\u003ecentipede\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/PermissionsHandler\"\u003epermissions handler\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/Extraload\"\u003eextraload\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/Gravatar\"\u003egravatar\u003c/a\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/locurro\"\u003elocurro\u003c/a\u003e \u0026bull;\n  \u003cb\u003ecountry list\u003c/b\u003e \u0026bull;\n  \u003ca href=\"https://github.com/umpirsky/Transliterator\"\u003etransliterator\u003c/a\u003e\n\u003c/p\u003e\n\nCountry List\n============\n\nList of all countries with names and ISO 3166-1 codes in all languages and all data formats.\n\nInstall\n-------------\n```shell\ncomposer require umpirsky/country-list\n```\n\nFormats Available\n-----------------\n\n- Text\n- JSON\n- YAML\n- XML\n- HTML\n- CSV\n- SQL\n    * MySQL\n    * PostgreSQL\n    * SQLite\n- PHP\n- XLIFF\n\nIf you intend to use the package with PHP see [this](https://github.com/umpirsky/country-list/blob/master/bin/build#L11-L19).\n\nMultilingual\n------------\n\nAll formats are also available in multiple languages, please find full language list [here](https://github.com/umpirsky/country-list/tree/master/data).\n\nBuild\n-----\n\nCountry list is available out of the box, but if you want to submit patches, add new formats,\nupdate data source or contribute in any other way, you will probably want to rebuild the list:\n\n```bash\n$ docker-compose run php /var/www/html/bin/build -v\n```\nIf you need to install composer, get it from https://getcomposer.org/\ninstallation instructions can be found here:\nhttps://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx\n\n\nOther Interesting Lists\n-----------------------\n\n* [Currency List](https://github.com/umpirsky/currency-list)\n* [Language List](https://github.com/umpirsky/language-list)\n* [Locale List](https://github.com/umpirsky/locale-list)\n* [TLD List](https://github.com/umpirsky/tld-list)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumpirsky%2Fcountry-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumpirsky%2Fcountry-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumpirsky%2Fcountry-list/lists"}