ASIA · RESULTS

Thai League 1 Results

Latest Thai League 1 results: Sukhothai 1-3 Buriram United, Ayutthaya United 2-1 Ratchaburi, Lamphun Warrior 1-4 Uthai Thani FC. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 05:33 UTC
  • Sun 06 Sept, 12:00 UTCSukhothai13Buriram United
  • Sun 06 Sept, 12:00 UTCAyutthaya United21Ratchaburi
  • Sun 06 Sept, 11:30 UTCLamphun Warrior14Uthai Thani FC
  • Sat 05 Sept, 12:30 UTCRayong FC10PT Prachuap FC
  • Sat 05 Sept, 12:00 UTCRasisalai United00Port FC
  • Sat 05 Sept, 11:30 UTCTrue Bangkok United31Sisaket United FC
  • Sat 05 Sept, 11:00 UTCChiangrai United10Chonburi FC
  • Fri 04 Sept, 12:00 UTCPattani FC00BG Pathum United
Get this via API

Get Thai League 1 results via API

Fetch the latest final Thai League 1 scores with competition_id=comp_96844.

GET /football/matches?competition_id=comp_96844&status=finished

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_96844&season_id=sn_8462944&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_96844",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-06T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Sukhothai"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Buriram United"
      },
      "score": {
        "home": 1,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Thai League 1 result?

Sukhothai 1-3 Buriram United on Sunday 6 September.

How do I get Thai League 1 results via API?

Call the matches endpoint with competition_id=comp_96844 and status=finished. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.

Get Thai League 1 data via API

Start your 7-day free trial. All endpoints and every competition included on every plan.