Thailand flag

Thailand

Kingdom of Thailand

AsiaSovereign Stateth
Souveräner StaatJa
LändercodesTH, THA (ISO 3166-1)
Offizieller NameKingdom of Thailand
HauptstadtBangkok
KontinentAsia
Bevölkerung65.9M
Gesamtfläche513,120 km²
Währung฿ Thai baht (THB)
Vorwahl+66
Internet-TLD.th

Verfügbare Formate

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

w20

Thailand 40px

w40

Thailand 80px

w80

Thailand 160px

w160

Thailand 320px

w320

Thailand 640px

w640

Thailand 1280px

w1280

Thailand 2560px

w2560

API-Nutzung

# SVG
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/th.svg

# PNG (320px)
curl -H "X-API-Key: YOUR_KEY" \
  https://flagcore.de/api/flags/th.png?w=320

# JavaScript
const res = await fetch(
  "https://flagcore.de/api/flags/th.svg",
  { headers: { "X-API-Key": "YOUR_KEY" } }
);