Peru
Republic of Peru
AmericasSovereign Statepe
Souveräner StaatJa
LändercodesPE, PER (ISO 3166-1)
Offizieller NameRepublic of Peru
HauptstadtLima
KontinentAmericas
Bevölkerung34.4M
Gesamtfläche1,285,216 km²
WährungS/ Peruvian sol (PEN)
Vorwahl+51
Internet-TLD.pe
API-Nutzung
# 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" } }
);