Niger
Republic of Niger
AfricaSovereign Statene
Sovereign StateYes
Country CodesNE, NER (ISO 3166-1)
Official NameRepublic of Niger
Capital CityNiamey
ContinentAfrica
Population26.3M
Total Area1,267,000 km²
CurrencyFr West African CFA franc (XOF)
Calling Code+227
Internet TLD.ne
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ne.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/ne.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/ne.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);