SOUTH AMERICA · RESULTS

Uruguayan Primera División Results

Latest Uruguayan Primera División results: Albion FC 0-1 Progreso, Liverpool UY 1-0 Boston River, Nacional 2-2 Juventud de Las Piedras. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 2026·Updated 09 Sept 2026, 01:14 UTC
  • Mon 07 Sept, 18:00 UTCAlbion FC01Progreso
  • Sun 06 Sept, 22:30 UTCLiverpool UY10Boston River
  • Sun 06 Sept, 19:30 UTCNacional22Juventud de Las Piedras
  • Sun 06 Sept, 16:00 UTCCentral Español11Defensor Sporting
  • Sun 06 Sept, 13:00 UTCCerro10Racing de Montevideo
  • Sat 05 Sept, 21:00 UTCDeportivo Maldonado20Montevideo Wanderers
  • Sat 05 Sept, 18:00 UTCDanubio04Peñarol
  • Fri 04 Sept, 22:00 UTCMontevideo City Torque21Cerro Largo
  • Mon 31 Aug, 18:30 UTCRacing de Montevideo10Albion FC
  • Sun 30 Aug, 22:00 UTCCerro Largo11Liverpool UY
  • Sun 30 Aug, 18:30 UTCPeñarol01Nacional
  • Sat 29 Aug, 20:00 UTCDefensor Sporting13Montevideo City Torque
  • Sat 29 Aug, 17:00 UTCJuventud de Las Piedras20Deportivo Maldonado
  • Sat 29 Aug, 17:00 UTCBoston River11Cerro
  • Sat 29 Aug, 14:00 UTCProgreso10Danubio
Get this via API

Get Uruguayan Primera División results via API

Fetch the latest final Uruguayan Primera División scores with competition_id=comp_8998.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_8998&season_id=sn_8450538&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_8998",
      "matchday": 5,
      "status": "finished",
      "utc_date": "2026-09-07T18:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Albion FC"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Progreso"
      },
      "score": {
        "home": 0,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Uruguayan Primera División result?

Albion FC 0-1 Progreso on Monday 7 September.

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

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