This repository contains a JSON file with the names
and short codes
of all countries in the world.
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.
{
"countries": [
{"name": "Afghanistan", "code": "AF"},
{"name": "Albania", "code": "AL"},
{"name": "Algeria", "code": "DZ"},
...
{"name": "Zimbabwe", "code": "ZW"}
]
}
- Usage example for PHP
- Usage example for JS
- Usage example for (?)
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License. For more details, see the LICENSE file.
© 2024 Ramazan Çetinkaya. All rights reserved.