Chad flag

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

Verfügbare Formate

SVGVector — Scalable
Chad SVG flag
PNGRaster — Multiple sizes
Chad 20px

w20

Chad 40px

w40

Chad 80px

w80

Chad 160px

w160

Chad 320px

w320

Chad 640px

w640

Chad 1280px

w1280

Chad 2560px

w2560

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" } }
);