Thailand flag

Thailand

Kingdom of Thailand

AsiaSovereign Stateth
Sovereign StateYes
Country CodesTH, THA (ISO 3166-1)
Official NameKingdom of Thailand
Capital CityBangkok
ContinentAsia
Population65.9M
Total Area513,120 km²
Currency฿ Thai baht (THB)
Calling Code+66
Internet TLD.th

Available Formats

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 Usage

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