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