Peru
Republic of Peru
AmericasSovereign Statepe
Sovereign StateYes
Country CodesPE, PER (ISO 3166-1)
Official NameRepublic of Peru
Capital CityLima
ContinentAmericas
Population34.4M
Total Area1,285,216 km²
CurrencyS/ Peruvian sol (PEN)
Calling Code+51
Internet TLD.pe
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pe.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pe.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pe.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);