Qatar flag

Qatar

State of Qatar

AsiaSovereign Stateqa
Souveräner StaatJa
LändercodesQA, QAT (ISO 3166-1)
Offizieller NameState of Qatar
HauptstadtDoha
KontinentAsia
Bevölkerung3.2M
Gesamtfläche11,586 km²
Währungر.ق Qatari riyal (QAR)
Vorwahl+974
Internet-TLD.qa

Verfügbare Formate

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

w20

Qatar 40px

w40

Qatar 80px

w80

Qatar 160px

w160

Qatar 320px

w320

Qatar 640px

w640

Qatar 1280px

w1280

Qatar 2560px

w2560

API-Nutzung

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

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

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