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

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

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"
}
```