Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramazancetinkaya/countries-and-codes
This repository contains a JSON file with the names and short codes of all countries in the world.
https://github.com/ramazancetinkaya/countries-and-codes
countries-codes countries-data countries-json country-codes world-countries world-countries-data world-country-codes world-country-names
Last synced: 15 days ago
JSON representation
This repository contains a JSON file with the names and short codes of all countries in the world.
- Host: GitHub
- URL: https://github.com/ramazancetinkaya/countries-and-codes
- Owner: ramazancetinkaya
- License: mit
- Created: 2024-06-28T07:55:32.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-28T09:39:43.000Z (7 months ago)
- Last Synced: 2024-06-29T09:11:08.400Z (7 months ago)
- Topics: countries-codes, countries-data, countries-json, country-codes, world-countries, world-countries-data, world-country-codes, world-country-names
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```json
{
"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](LICENSE) file.
## Copyright
© 2024 Ramazan Çetinkaya. All rights reserved.