Rwanda
Republic of Rwanda
AfricaSovereign Staterw
Sovereign StateYes
Country CodesRW, RWA (ISO 3166-1)
Official NameRepublic of Rwanda
Capital CityKigali
ContinentAfrica
Population14.1M
Total Area26,338 km²
CurrencyFr Rwandan franc (RWF)
Calling Code+250
Internet TLD.rw
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/rw.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/rw.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/rw.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);