Paraguay flag

Paraguay

Republic of Paraguay

AmericasSovereign Statepy
Souveräner StaatJa
LändercodesPY, PRY (ISO 3166-1)
Offizieller NameRepublic of Paraguay
HauptstadtAsunción
KontinentAmericas
Bevölkerung6.1M
Gesamtfläche406,752 km²
Währung₲ Paraguayan guaraní (PYG)
Vorwahl+595
Internet-TLD.py

Verfügbare Formate

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

w20

Paraguay 40px

w40

Paraguay 80px

w80

Paraguay 160px

w160

Paraguay 320px

w320

Paraguay 640px

w640

Paraguay 1280px

w1280

Paraguay 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/py.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/py.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/py.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);