ASIA · LEAGUE TABLE

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.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 04:24 UTC
Thai League 1 league table
#TeamPWDLGFGAGDPts
1Uthai Thani FC110041+33
2True Bangkok United110031+23
3Buriram United110031+23
4Ayutthaya United110021+13
5Port FC110021+13
6Chiangrai United110010+13
7Rayong FC110010+13
8BG Pathum United10100001
9Pattani FC10100001
10Rasisalai United100112-10
11Ratchaburi100112-10
12Chonburi FC100101-10
13PT Prachuap FC100101-10
14Sisaket United FC100113-20
15Sukhothai100113-20
16Lamphun Warrior100114-30
Get this via API

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

Request
curl "https://api.thestatsapi.com/api/football/competitions/comp_96844/seasons/sn_8462944/standings" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "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
    }
  ]
}

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.