Poland
Republic of Poland
EuropeSovereign Statepl
Souveräner StaatJa
LändercodesPL, POL (ISO 3166-1)
Offizieller NameRepublic of Poland
HauptstadtWarsaw
KontinentEurope
Bevölkerung37.4M
Gesamtfläche312,679 km²
Währungzł Polish złoty (PLN)
Vorwahl+48
Internet-TLD.pl
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pl.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/pl.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/pl.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);