Portugal
Portuguese Republic
EuropeSovereign Statept
Souveräner StaatJa
LändercodesPT, PRT (ISO 3166-1)
Offizieller NamePortuguese Republic
HauptstadtLisbon
KontinentEurope
Bevölkerung10.7M
Gesamtfläche92,090 km²
Währung€ euro (EUR)
Vorwahl+351
Internet-TLD.pt
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pt.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pt.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pt.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);