https://github.com/marcosklender/countriesjson
An accurate list of all country codes with its flags in JSON format.
https://github.com/marcosklender/countriesjson
countries-flags countries-json country-list flags json
Last synced: 5 months ago
JSON representation
An accurate list of all country codes with its flags in JSON format.
- Host: GitHub
- URL: https://github.com/marcosklender/countriesjson
- Owner: MarcosKlender
- License: mit
- Created: 2024-02-23T16:39:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-26T18:29:33.000Z (almost 2 years ago)
- Last Synced: 2025-06-20T03:03:56.177Z (about 1 year ago)
- Topics: countries-flags, countries-json, country-list, flags, json
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Countries JSON (with Flags)

This repository contains an accurate list of all country codes and flags in JSON format.
## Table of Contents
## Getting Started
Here's an example of each country's fields:
```json
{
"name": "Ecuador",
"dial_code": "+593",
"emoji": "🇪🇨",
"code": "EC"
}
```
If there's a mistake or a country is missing, feel free to contact me anytime! 😁
## License
Distributed under the MIT License.