Niger
Republic of Niger
AfricaSovereign Statene
Souveräner StaatJa
LändercodesNE, NER (ISO 3166-1)
Offizieller NameRepublic of Niger
HauptstadtNiamey
KontinentAfrica
Bevölkerung26.3M
Gesamtfläche1,267,000 km²
WährungFr West African CFA franc (XOF)
Vorwahl+227
Internet-TLD.ne
API-Nutzung
# 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" } }
);