Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.