Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

An accurate list of all country codes with its flags in JSON format.

Awesome Lists containing this project

README

        

![JSON](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c9/JSON_vector_logo.svg/110px-JSON_vector_logo.svg.png)

Countries JSON (with Flags)

![JSON](https://img.shields.io/badge/json-5E5C5C?style=for-the-badge&logo=json&logoColor=white)

This repository contains an accurate list of all country codes and flags in JSON format.

## Table of Contents


  1. Getting Started

  2. License

## 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! 😁

Back to top ⬆️

## License

Distributed under the MIT License.

Back to top ⬆️