Eswatini
Kingdom of Eswatini
AfricaSovereign Statesz
Souveräner StaatJa
LändercodesSZ, SWZ (ISO 3166-1)
Offizieller NameKingdom of Eswatini
HauptstadtMbabane
KontinentAfrica
Bevölkerung1.2M
Gesamtfläche17,364 km²
WährungL Swazi lilangeni (SZL)
Vorwahl+268
Internet-TLD.sz
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sz.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/sz.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/sz.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);