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