https://github.com/devzstudio/country-flag-json
Country code with CDN flag in json format
https://github.com/devzstudio/country-flag-json
country country-codes country-flags country-json country-list
Last synced: 5 months ago
JSON representation
Country code with CDN flag in json format
- Host: GitHub
- URL: https://github.com/devzstudio/country-flag-json
- Owner: Devzstudio
- Created: 2020-10-08T14:53:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-08T15:42:20.000Z (over 5 years ago)
- Last Synced: 2025-06-11T08:52:30.145Z (about 1 year ago)
- Topics: country, country-codes, country-flags, country-json, country-list
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Country-Flag-JSON
Example data format
```
{
"flag": "https://twemoji.maxcdn.com/2/svg/1f1ee-1f1f3.svg",
"country": "India",
"code": "in"
}
```