ASIA · FIXTURES

Thai League 1 Fixtures

Next Thai League 1 fixtures: Pattani FC v BG Pathum United (Friday 4 September), Chiangrai United v Chonburi FC (Saturday 5 September), True Bangkok United v Sisaket United FC (Saturday 5 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 17 Aug 2026, 02:01 UTC
  • Fri 04 Sept, 12:00 UTCPattani FCvBG Pathum United
  • Sat 05 Sept, 11:00 UTCChiangrai UnitedvChonburi FC
  • Sat 05 Sept, 11:30 UTCTrue Bangkok UnitedvSisaket United FC
  • Sat 05 Sept, 12:00 UTCRasisalai UnitedvPort FC
  • Sat 05 Sept, 12:30 UTCRayong FCvPT Prachuap FC
  • Sun 06 Sept, 11:00 UTCAyutthaya UnitedvRatchaburi
  • Sun 06 Sept, 11:30 UTCLamphun WarriorvUthai Thani FC
  • Sun 06 Sept, 12:00 UTCSukhothaivBuriram United
  • Fri 11 Sept, 11:00 UTCBuriram UnitedvChiangrai United
  • Fri 11 Sept, 11:30 UTCPort FCvLamphun Warrior
  • Fri 11 Sept, 12:00 UTCRatchaburivTrue Bangkok United
  • Sat 12 Sept, 11:00 UTCSisaket United FCvAyutthaya United
  • Sat 12 Sept, 11:30 UTCUthai Thani FCvPattani FC
  • Sat 12 Sept, 12:00 UTCBG Pathum UnitedvRasisalai United
  • Sun 13 Sept, 11:00 UTCPT Prachuap FCvSukhothai
Get this via API

Get Thai League 1 fixtures via API

Fetch upcoming Thai League 1 matches with competition_id=comp_96844.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_96844&season_id=sn_8462944&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_96844",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-04T12:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Pattani FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "BG Pathum United"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Thai League 1 match?

Pattani FC play BG Pathum United on Friday 4 September.

How do I get Thai League 1 fixtures via API?

Call the matches endpoint with competition_id=comp_96844 and status=scheduled. 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.