Easy to use API to fetch common countries data by simple interface
150
Serve an API with common dictionaries for country based data
16.1MB!/iso3 - list of countries in iso3 format/names - list of country names by country code/capital - list of capital names by country/continent - list of continent names by country/currency - list of currency codes/phone - list of phone codesdocker pull opsid/countriesdocker run -d --name countries -p 8080:80 opsid/countries:latestcurl -L 0.0.0.0:8080/iso3Response will be:
{
...
"UA": "UKR",
...
}
Content type
Image
Digest
Size
6.7 MB
Last updated
over 7 years ago
docker pull opsid/countries