iofly / JSONCountryData

JSON formatted country data containing 20 data points for each of 250 countries, protectorates and principalities.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSONCountryData

This project is a collection of some useful country data in JSON format for you to use as you see fit. Most of it has been gleaned from Wikipedia. At the moment there are 20 data points per country/territory.

Data Fields (Some text borrowed from Wikipedia)

  1. CountryName: Name of the country or territory.
  2. FlagDataURL: Base64 encoded 48px wide PNG flag of the nation/territory.
  3. ISO3166_1_Numeric: ISO3166-1 numeric code. String format as it may contain leading zeroes.
  4. ISO3166_1_Alpha3: ISO3166-1 3-character country code.
  5. ISO3166_1_Alpha2: ISO3166-1 2-character country code.
  6. ICAO_AirportCodePrefixes: Array of 4-character International Civil Aviation Organization prefix designations for aerodromes/airports in the country.
  7. E164InternationalDialCodes: Array of ITU-T recommended internation dial codes.
  8. IOCCode: International Olympic Committee country designation.
  9. TLD: Top level domain.
  10. ICAOAircraftRegPrefixes: Array of International Civil Aviation Organization aircraft registration prefixes.
  11. E212MobileCountryCodes: Array of ITU-T Recommendation E.212 mobile country codes (MCC) as well as mobile network codes (MNC).
  12. NATOCode3: NATO 3-character country code.
  13. NATOCode2: NATO 2-character country code (obsolete).
  14. LOC_MARC_Codes: Library of Congress MARC codes for country/territory.
  15. ITUMaritimeIDs: Maritime identification used by radio communication facilities to identify their home country or base area
  16. ITULetterCodes: Codes used by the radio communication division of the International Telecommunication Union to identify its member countries.
  17. FIPSCountryCodes: The two-letter country codes were used by the US government for geographical data processing in many publications.
  18. LicensePlateCode: International licence plate country code.
  19. LicensePlateCodeIsOfficial: Indicated whether the above is officially recognised or not.
  20. GS1_GTIN_Prefixes: GS1 global standard for busniess communication.
  21. UNDPCountryCode: United Nations Development Programme country code.
  22. WMOCountryCodes: World Meteorological Organization (WMO) country code.
  23. ITUCallsignPrefixes: The International Telecommunication Union (ITU) call sign prefixes for the country's radio and television stations of all types.

About

JSON formatted country data containing 20 data points for each of 250 countries, protectorates and principalities.

License:MIT License