Oman
Sultanate of Oman
AsiaSovereign Stateom
Souveräner StaatJa
LändercodesOM, OMN (ISO 3166-1)
Offizieller NameSultanate of Oman
HauptstadtMuscat
KontinentAsia
Bevölkerung5.3M
Gesamtfläche309,500 km²
Währungر.ع. Omani rial (OMR)
Vorwahl+968
Internet-TLD.om
API-Nutzung
# 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" } }
);