Eswatini
Kingdom of Eswatini
AfricaSovereign Statesz
Sovereign StateYes
Country CodesSZ, SWZ (ISO 3166-1)
Official NameKingdom of Eswatini
Capital CityMbabane
ContinentAfrica
Population1.2M
Total Area17,364 km²
CurrencyL Swazi lilangeni (SZL)
Calling Code+268
Internet TLD.sz
API Usage
# 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" } }
);