ASIA · FIXTURES
Thai League 1 Fixtures
Next Thai League 1 fixtures: Buriram United v Chiangrai United (Friday 11 September), Port FC v Lamphun Warrior (Friday 11 September), Ratchaburi v True Bangkok United (Friday 11 September). Full schedule with kickoff times below, joined to results and odds by match id.
LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:04 UTC
- 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
- Sun 13 Sept, 12:00 UTCChonburi FCvRayong FC
- Fri 18 Sept, 12:00 UTCAyutthaya UnitedvUthai Thani FC
- Sat 19 Sept, 11:00 UTCRasisalai UnitedvLamphun Warrior
- Sat 19 Sept, 11:30 UTCPattani FCvPT Prachuap FC
- Sat 19 Sept, 12:00 UTCChiangrai UnitedvSisaket United FC
- Sun 20 Sept, 11:00 UTCRayong FCvRatchaburi
- Sun 20 Sept, 11:00 UTCChonburi FCvBuriram United
- Sun 20 Sept, 11:30 UTCSukhothaivPort FC
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-11T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Buriram United"
},
"away_team": {
"id": "tm_yyyy",
"name": "Chiangrai United"
}
}
]
}Frequently Asked Questions
When is the next Thai League 1 match?
Buriram United play Chiangrai United on Friday 11 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.