Poland
Republic of Poland
EuropeSovereign Statepl
Sovereign StateYes
Country CodesPL, POL (ISO 3166-1)
Official NameRepublic of Poland
Capital CityWarsaw
ContinentEurope
Population37.4M
Total Area312,679 km²
Currencyzł Polish złoty (PLN)
Calling Code+48
Internet TLD.pl
API Usage
# 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" } }
);