South Africa
Republic of South Africa
AfricaSovereign Stateza
Souveräner StaatJa
LändercodesZA, ZAF (ISO 3166-1)
Offizieller NameRepublic of South Africa
HauptstadtPretoria
KontinentAfrica
Bevölkerung63.1M
Gesamtfläche1,221,037 km²
WährungR South African rand (ZAR)
Vorwahl+27
Internet-TLD.za
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/za.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/za.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/za.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);