Réunion
Réunion Island
Africare
Sovereign StateNo
Country CodesRE, REU (ISO 3166-1)
Official NameRéunion Island
Capital CitySaint-Denis
ContinentAfrica
Population896.2K
Total Area2,511 km²
Currency€ euro (EUR)
Calling Code+262
Internet TLD.re
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/re.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/re.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/re.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);