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