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