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