Tunisia
Tunisian Republic
AfricaSovereign Statetn
Souveräner StaatJa
LändercodesTN, TUN (ISO 3166-1)
Offizieller NameTunisian Republic
HauptstadtTunis
KontinentAfrica
Bevölkerung12.0M
Gesamtfläche163,610 km²
Währungد.ت Tunisian dinar (TND)
Vorwahl+216
Internet-TLD.tn
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tn.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/tn.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/tn.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);