Giter Site home page Giter Site logo

countries.json's Introduction

Country Data JSON

This repository contains a JSON file with data about countries around the world. Each country object in the JSON file includes the following attributes:

  • name: The name of the country.
  • unicode: Unicode representation of the country's flag.
  • emoji: Emoji representation of the country's flag.
  • alpha2: ISO 3166-1 alpha-2 code of the country.
  • dialCode: International dialing code for the country.
  • alpha3: ISO 3166-1 alpha-3 code of the country.
  • region: The geographical region of the country.
  • capital: The capital city of the country.
  • geo: Geographic coordinates (latitude and longitude) of the country's capital.
  • timezones: List of time zones associated with the country.

Example Country Object

{
        "name": "United States",
        "unicode": "U+1F1FA U+1F1F8",
        "emoji": "πŸ‡ΊπŸ‡Έ",
        "alpha2": "US",
        "dialCode": "1",
        "alpha3": "USA",
        "region": "Americas",
        "capital": "Washington D.C.",
        "geo": {
            "lat": 38,
            "long": 38
        },
        "timezones": [
            "America/New_York",
            "America/Detroit",
            "America/Kentucky/Louisville",
            "America/Kentucky/Monticello",
            "America/Indiana/Indianapolis",
            "America/Indiana/Vincennes",
            "America/Indiana/Winamac",
            "America/Indiana/Marengo",
            "America/Indiana/Petersburg",
            "America/Indiana/Vevay",
            "America/Chicago",
            "America/Indiana/Tell_City",
            "America/Indiana/Knox",
            "America/Menominee",
            "America/North_Dakota/Center",
            "America/North_Dakota/New_Salem",
            "America/North_Dakota/Beulah",
            "America/Denver",
            "America/Boise",
            "America/Phoenix",
            "America/Los_Angeles",
            "America/Anchorage",
            "America/Juneau",
            "America/Sitka",
            "America/Metlakatla",
            "America/Yakutat",
            "America/Nome",
            "America/Adak",
            "Pacific/Honolulu"
        ]
    }

countries.json's People

Contributors

khodour avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.