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