Poland flag

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

Available Formats

SVGVector — Scalable
Poland SVG flag
PNGRaster — Multiple sizes
Poland 20px

w20

Poland 40px

w40

Poland 80px

w80

Poland 160px

w160

Poland 320px

w320

Poland 640px

w640

Poland 1280px

w1280

Poland 2560px

w2560

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" } }
);