/CountriesJSON

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

MIT LicenseMIT

JSON

Countries JSON (with Flags)

JSON

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:

    {
        "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 ⬆️