Jordan flag

Jordan

Hashemite Kingdom of Jordan

AsiaSovereign Statejo
Sovereign StateYes
Country CodesJO, JOR (ISO 3166-1)
Official NameHashemite Kingdom of Jordan
Capital CityAmman
ContinentAsia
Population11.7M
Total Area89,342 km²
Currencyد.ا Jordanian dinar (JOD)
Calling Code+962
Internet TLD.jo

Available Formats

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 Usage

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