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 FC0–1Progreso
- Sun 06 Sept, 22:30 UTCLiverpool UY1–0Boston River
- Sun 06 Sept, 19:30 UTCNacional2–2Juventud de Las Piedras
- Sun 06 Sept, 16:00 UTCCentral Español1–1Defensor Sporting
- Sun 06 Sept, 13:00 UTCCerro1–0Racing de Montevideo
- Sat 05 Sept, 21:00 UTCDeportivo Maldonado2–0Montevideo Wanderers
- Sat 05 Sept, 18:00 UTCDanubio0–4Peñarol
- Fri 04 Sept, 22:00 UTCMontevideo City Torque2–1Cerro Largo
- Mon 31 Aug, 18:30 UTCRacing de Montevideo1–0Albion FC
- Sun 30 Aug, 22:00 UTCCerro Largo1–1Liverpool UY
- Sun 30 Aug, 18:30 UTCPeñarol0–1Nacional
- Sat 29 Aug, 20:00 UTCDefensor Sporting1–3Montevideo City Torque
- Sat 29 Aug, 17:00 UTCJuventud de Las Piedras2–0Deportivo Maldonado
- Sat 29 Aug, 17:00 UTCBoston River1–1Cerro
- Sat 29 Aug, 14:00 UTCProgreso1–0Danubio
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
}
}
]
}Uruguayan Primera División resources
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.