Djibouti
Republic of Djibouti
AfricaSovereign Statedj
Souveräner StaatJa
LändercodesDJ, DJI (ISO 3166-1)
Offizieller NameRepublic of Djibouti
HauptstadtDjibouti
KontinentAfrica
Bevölkerung1.1M
Gesamtfläche23,200 km²
WährungFr Djiboutian franc (DJF)
Vorwahl+253
Internet-TLD.dj
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/dj.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/dj.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/dj.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);