Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.03 KB

File metadata and controls

49 lines (29 loc) · 1.03 KB

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