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 Chlef3–3CR Belouizdad
- Sat 05 Sept, 18:00 UTCCR Temouchent1–1CS Constantine
- Fri 04 Sept, 20:00 UTCJS Kabylie1–0MB Rouissat
- Fri 04 Sept, 16:00 UTCUSM Khenchela0–0USM Alger
- Thu 03 Sept, 20:00 UTCJS El Biar0–2Olympique Akbou
- Thu 03 Sept, 18:00 UTCES Sétif0–1ES 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.