Niger flag

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

Available Formats

SVGVector — Scalable
Niger SVG flag
PNGRaster — Multiple sizes
Niger 20px

w20

Niger 40px

w40

Niger 80px

w80

Niger 160px

w160

Niger 320px

w320

Niger 640px

w640

Niger 1280px

w1280

Niger 2560px

w2560

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" } }
);