Qatar
State of Qatar
AsiaSovereign Stateqa
Sovereign StateYes
Country CodesQA, QAT (ISO 3166-1)
Official NameState of Qatar
Capital CityDoha
ContinentAsia
Population3.2M
Total Area11,586 km²
Currencyر.ق Qatari riyal (QAR)
Calling Code+974
Internet TLD.qa
API Usage
# 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" } }
);