EUROPE · RESULTS

UEFA Women's Champions League Results

Latest UEFA Women's Champions League results: Juventus 1-1 SKN St. Pölten, Oud-Heverlee Leuven 2-1 Czarni Sosnowiec, Real Madrid 2-1 Ajax. Full results with goals, dates and match ids for joining stats and odds are below.

FINAL·Season 26/27·Updated 09 Sept 2026, 00:39 UTC
  • Wed 02 Sept, 18:30 UTCJuventus11SKN St. Pölten
  • Wed 02 Sept, 18:00 UTCOud-Heverlee Leuven21Czarni Sosnowiec
  • Wed 02 Sept, 18:00 UTCReal Madrid21Ajax
  • Wed 02 Sept, 17:00 UTCHB Køge11PSV Eindhoven
  • Wed 02 Sept, 17:00 UTCReal Sociedad01Chelsea FC
  • Wed 02 Sept, 16:45 UTCServette FC Chênois Féminin30Sparta Prague
  • Wed 02 Sept, 16:30 UTCInter20VfL Wolfsburg
  • Wed 02 Sept, 16:30 UTCParis Saint-Germain11Eintracht Frankfurt
  • Tue 01 Sept, 16:00 UTCAustria Wien40SK Brann Kvinner
  • Wed 26 Aug, 18:45 UTCSKN St. Pölten03Juventus
  • Wed 26 Aug, 17:45 UTCChelsea FC52Real Sociedad
  • Wed 26 Aug, 17:30 UTCAjax02Real Madrid
  • Wed 26 Aug, 17:00 UTCCzarni Sosnowiec14Oud-Heverlee Leuven
  • Wed 26 Aug, 17:00 UTCEintracht Frankfurt11Paris Saint-Germain
  • Wed 26 Aug, 17:00 UTCPSV Eindhoven01HB Køge
Get this via API

Get UEFA Women's Champions League results via API

Fetch the latest final UEFA Women's Champions League scores with competition_id=comp_6694.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_6694&season_id=sn_5743466&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_6694",
      "matchday": 300,
      "status": "finished",
      "utc_date": "2026-09-02T18:30:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "Juventus"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "SKN St. Pölten"
      },
      "score": {
        "home": 1,
        "away": 1
      }
    }
  ]
}

Frequently Asked Questions

What was the latest UEFA Women's Champions League result?

Juventus 1-1 SKN St. Pölten on Wednesday 2 September.

How do I get UEFA Women's Champions League results via API?

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

Get UEFA Women's Champions League data via API

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