AFRICA · RESULTS

Algerian Ligue 1 Results

Latest Algerian Ligue 1 results: ASO Chlef 3-3 CR Belouizdad, CR Temouchent 1-1 CS Constantine, JS Kabylie 1-0 MB Rouissat. Full results with goals, dates and match ids for joining stats and odds are below.

LIVE DATA·Season 26/27·Updated 09 Sept 2026, 06:26 UTC
  • Sat 05 Sept, 20:00 UTCASO Chlef33CR Belouizdad
  • Sat 05 Sept, 18:00 UTCCR Temouchent11CS Constantine
  • Fri 04 Sept, 20:00 UTCJS Kabylie10MB Rouissat
  • Fri 04 Sept, 16:00 UTCUSM Khenchela00USM Alger
  • Thu 03 Sept, 20:00 UTCJS El Biar02Olympique Akbou
  • Thu 03 Sept, 18:00 UTCES Sétif01ES Ben Aknoun
Get this via API

Get Algerian Ligue 1 results via API

Fetch the latest final Algerian Ligue 1 scores with competition_id=comp_29906.

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

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_29906&season_id=sn_4510099&status=finished" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_29906",
      "matchday": 1,
      "status": "finished",
      "utc_date": "2026-09-05T20:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "ASO Chlef"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "CR Belouizdad"
      },
      "score": {
        "home": 3,
        "away": 3
      }
    }
  ]
}

Frequently Asked Questions

What was the latest Algerian Ligue 1 result?

ASO Chlef 3-3 CR Belouizdad on Saturday 5 September.

How do I get Algerian Ligue 1 results via API?

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

Get Algerian Ligue 1 data via API

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