SOUTH AMERICA · FIXTURES

Uruguayan Primera División Fixtures

Next Uruguayan Primera División fixtures: Racing de Montevideo v Boston River (Saturday 12 September), Montevideo Wanderers v Nacional (Saturday 12 September), Cerro Largo v Central Español (Saturday 12 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 01:14 UTC
  • Sat 12 Sept, 16:00 UTCRacing de MontevideovBoston River
  • Sat 12 Sept, 19:30 UTCMontevideo WanderersvNacional
  • Sat 12 Sept, 22:30 UTCCerro LargovCentral Español
  • Sun 13 Sept, 13:00 UTCProgresovCerro
  • Sun 13 Sept, 16:00 UTCJuventud de Las PiedrasvDanubio
  • Sun 13 Sept, 19:30 UTCPeñarolvAlbion FC
  • Sun 13 Sept, 22:30 UTCDefensor SportingvDeportivo Maldonado
  • Mon 14 Sept, 22:00 UTCMontevideo City TorquevLiverpool UY
Get this via API

Get Uruguayan Primera División fixtures via API

Fetch upcoming Uruguayan Primera División matches with competition_id=comp_8998.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8998&season_id=sn_8450538&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8998",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-12T16:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Racing de Montevideo"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Boston River"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Uruguayan Primera División match?

Racing de Montevideo play Boston River on Saturday 12 September.

How do I get Uruguayan Primera División fixtures via API?

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

Get Uruguayan Primera División data via API

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