Skip to content

samuelryc/iso_3166-1_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

ISO 3166-1 codes

Letter and numeric codes associated with their location (country, dependent territory or special areas of geographical interest) in different computer formats.

Language formats available

  • JSON
  • PHP
  • Python
  • SQL
  • CSV
  • XML
  • YAML

Example: ISO 3166-1 alpha-2 in JSON

[
    {
        "code": "AD",
        "location": "Andorra"
    },
    {
        "code": "AE",
        "location": "United Arab Emirates"
    },
    {
        "code": "AF",
        "location": "Afghanistan"
    },
    {
        "code": "AG",
        "location": "Antigua and Barbuda"
    },
    ...
]

Sources

Support

Found that useful? You can use this link to support me. Thank you!

Contributors