Oman
Sultanate of Oman
AsiaSovereign Stateom
Sovereign StateYes
Country CodesOM, OMN (ISO 3166-1)
Official NameSultanate of Oman
Capital CityMuscat
ContinentAsia
Population5.3M
Total Area309,500 km²
Currencyر.ع. Omani rial (OMR)
Calling Code+968
Internet TLD.om
API Usage
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/om.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/om.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/om.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);