Poland flag

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

Verfügbare Formate

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