Jordan flag

Jordan

Hashemite Kingdom of Jordan

AsiaSovereign Statejo
Souveräner StaatJa
LändercodesJO, JOR (ISO 3166-1)
Offizieller NameHashemite Kingdom of Jordan
HauptstadtAmman
KontinentAsia
Bevölkerung11.7M
Gesamtfläche89,342 km²
Währungد.ا Jordanian dinar (JOD)
Vorwahl+962
Internet-TLD.jo

Verfügbare Formate

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

w20

Jordan 40px

w40

Jordan 80px

w80

Jordan 160px

w160

Jordan 320px

w320

Jordan 640px

w640

Jordan 1280px

w1280

Jordan 2560px

w2560

API-Nutzung

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

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

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