Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1004 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 1004 Bytes

Country Codes

This repository contains a JSON file with the names and short codes of all countries in the world.

Overview

The JSON file in this repository provides a list of countries along with their ISO 3166-1 alpha-2 codes. This can be useful for various applications, including form validation, internationalization, and data analysis.

Example Data

{
  "countries": [
    {"name": "Afghanistan", "code": "AF"},
    {"name": "Albania", "code": "AL"},
    {"name": "Algeria", "code": "DZ"},
    ...
    {"name": "Zimbabwe", "code": "ZW"}
  ]
}

Todo

  • Usage example for PHP
  • Usage example for JS
  • Usage example for (?)

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License. For more details, see the LICENSE file.

Copyright

© 2024 Ramazan Çetinkaya. All rights reserved.