Chad
Republic of Chad
AfricaSovereign Statetd
Souveräner StaatJa
LändercodesTD, TCD (ISO 3166-1)
Offizieller NameRepublic of Chad
HauptstadtN'Djamena
KontinentAfrica
Bevölkerung19.3M
Gesamtfläche1,284,000 km²
WährungFr Central African CFA franc (XAF)
Vorwahl+235
Internet-TLD.td
API-Nutzung
# SVG
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/td.svg
# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
https://flagcore.de/api/flags/td.png?w=320
# JavaScript
const res = await fetch(
"https://flagcore.de/api/flags/td.svg",
{ headers: { "X-API-Key": "YOUR_KEY" } }
);