Skip to content

Latest commit

 

History

History
43 lines (38 loc) · 959 Bytes

README.md

File metadata and controls

43 lines (38 loc) · 959 Bytes

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!