ASIA · FIXTURES
V-League 1 Fixtures
Next V-League 1 fixtures: Nam Định v Hoàng Anh Gia Lai (Friday 4 September), Hải Phòng v Phù Đổng Ninh Bình (Friday 4 September), Hồ Chí Minh City v Hà Nội (Friday 4 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, 11:00 UTCNam ĐịnhvHoàng Anh Gia Lai
- Fri 04 Sept, 11:00 UTCHải PhòngvPhù Đổng Ninh Bình
- Fri 04 Sept, 11:00 UTCHồ Chí Minh CityvHà Nội
- Fri 04 Sept, 11:00 UTCSông Lam Nghệ AnvBắc Ninh FC
- Fri 04 Sept, 11:00 UTCĐông Á Thanh HóavSHB Đà Nẵng
- Fri 04 Sept, 11:00 UTCTrường Tươi Đồng NaivThể Công - Viettel
- Fri 04 Sept, 11:00 UTCCông An Hà NộivHồng Lĩnh Hà Tĩnh
Get this via API
Get V-League 1 fixtures via API
Fetch upcoming V-League 1 matches with competition_id=comp_6059.
GET /football/matches?competition_id=comp_6059&status=scheduled
Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6059&season_id=sn_2985729&status=scheduled" \
-H "Authorization: Bearer YOUR_API_KEY"JSON response
{
"data": [
{
"id": "mt_xxxx",
"competition_id": "comp_6059",
"matchday": 1,
"status": "scheduled",
"utc_date": "2026-09-04T11:00:00.000Z",
"home_team": {
"id": "tm_xxxx",
"name": "Nam Định"
},
"away_team": {
"id": "tm_yyyy",
"name": "Hoàng Anh Gia Lai"
}
}
]
}Frequently Asked Questions
When is the next V-League 1 match?
Nam Định play Hoàng Anh Gia Lai on Friday 4 September.
How do I get V-League 1 fixtures via API?
Call the matches endpoint with competition_id=comp_6059 and status=scheduled. Sign up for a 7-day free trial to generate an API key; every plan includes all competitions.
Get V-League 1 data via API
Start your 7-day free trial. All endpoints and every competition included on every plan.