Code Monkey home page Code Monkey logo

countries-data-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 various attributes that provide comprehensive information about the country. Below is an explanation of each attribute included in the country objects:

  • alpha2: A two-letter country code based on the ISO 3166-1 standard. This is a short identifier for the country.
  • alpha3: A three-letter country code based on the ISO 3166-1 standard. This is a longer identifier for the country.
  • continent: The continent on which the country is located.
  • country_code: The country calling code, which is used for international dialing.
  • currency_code: The code of the country's official currency, based on the ISO 4217 standard
  • languages: An array of ISO 639-1 codes representing the official languages of the country.
  • spoken: An array of ISO 639-1 codes representing the languages commonly spoken in the country.
  • names: An array of different names by which the country is known, including both the local name and any other widely recognized names.
  • subregion: A more specific geographical region within the continent where the country is located.
  • nationality: The demonym or term used to describe the people of the country.
  • long_name: The official or formal name of the country.
  • short_name: The common name of the country.
  • flag: An object containing information about the country's flag, including:
    • emoji: The flag emoji representing the country.
    • unicode: The Unicode code points for the flag emoji.

Example Country Object

  • Below is an example of a JSON object for the country "Palestine":
{
  "alpha2": "PS",
  "alpha3": "PSE",
  "continent": "Asia",
  "country_code": "970",
  "currency_code": "PLP",
  "languages": [
    "ar",
    "he",
    "en"
  ],
  "spoken": [
    "ar",
    "he",
    "en"
  ],
  "names": [
    "Palestine",
    "فلسطين"
  ],
  "subregion": "Western Asia",
  "nationality": "Palestinian",
  "long_name": "The State of Palestine",
  "short_name": "Palestine",
  "flag": {
    "emoji": "🇵🇸",
    "unicode": "U+1F1F5 U+1F1F8"
  }
}

countries-data-json's People

Contributors

moalshafii 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.