Thai League 1 Table
As of 9 September 2026, Uthai Thani FC lead the Thai League 1 26/27 with 3 points from 1 matches, level on points with True Bangkok United. Lamphun Warrior sit bottom on 0. Full table with goal difference and form below.
| # | Team | P | W | D | L | GF | GA | GD | Pts |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Uthai Thani FC | 1 | 1 | 0 | 0 | 4 | 1 | +3 | 3 |
| 2 | True Bangkok United | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 3 | Buriram United | 1 | 1 | 0 | 0 | 3 | 1 | +2 | 3 |
| 4 | Ayutthaya United | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 5 | Port FC | 1 | 1 | 0 | 0 | 2 | 1 | +1 | 3 |
| 6 | Chiangrai United | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 7 | Rayong FC | 1 | 1 | 0 | 0 | 1 | 0 | +1 | 3 |
| 8 | BG Pathum United | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 9 | Pattani FC | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 |
| 10 | Rasisalai United | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 11 | Ratchaburi | 1 | 0 | 0 | 1 | 1 | 2 | -1 | 0 |
| 12 | Chonburi FC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 13 | PT Prachuap FC | 1 | 0 | 0 | 1 | 0 | 1 | -1 | 0 |
| 14 | Sisaket United FC | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 15 | Sukhothai | 1 | 0 | 0 | 1 | 1 | 3 | -2 | 0 |
| 16 | Lamphun Warrior | 1 | 0 | 0 | 1 | 1 | 4 | -3 | 0 |
Get the Thai League 1 table via API
Fetch the live Thai League 1 standings with competition_id=comp_96844. The same shape works for every competition and season.
GET /football/competitions/comp_96844/seasons/{season_id}/standings
curl "https://api.thestatsapi.com/api/football/competitions/comp_96844/seasons/sn_8462944/standings" \
-H "Authorization: Bearer YOUR_API_KEY"{
"data": [
{
"team": {
"id": "tm_xxxx",
"name": "Uthai Thani FC"
},
"position": 1,
"matches_played": 1,
"wins": 1,
"draws": 0,
"losses": 0,
"goals_for": 4,
"goals_against": 1,
"goal_difference": 3,
"points": 3
}
]
}Thai League 1 resources
Frequently Asked Questions
Who is top of the Thai League 1?
Uthai Thani FC are top of the Thai League 1 26/27 with 3 points from 1 matches.
How many teams are in the Thai League 1?
16 teams compete in the Thai League 1 26/27.
How do I get the Thai League 1 table via API?
Call the standings endpoint with competition_id=comp_96844 and the season id. Sign up for a 7-day free trial, generate an API key, and every plan includes all competitions and endpoints.
How many seasons of Thai League 1 data are available?
TheStatsAPI has 8 seasons of Thai League 1 data, going back to 2019, including historical final tables.
Get Thai League 1 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.