Puerto Rico
Commonwealth of Puerto Rico
Americaspr
Souveräner StaatNein
LändercodesPR, PRI (ISO 3166-1)
Offizieller NameCommonwealth of Puerto Rico
HauptstadtSan Juan
KontinentAmericas
Bevölkerung3.2M
Gesamtfläche8,870 km²
Währung$ United States dollar (USD)
Vorwahl+1787
Internet-TLD.pr
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pr.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pr.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pr.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);