AFRICA · FIXTURES

Botola Pro Fixtures

Next Botola Pro fixtures: AS FAR Rabat v Raja Club Athletic (Thursday 24 September), Moghreb Atlético Tetuán v RS Berkane (Thursday 24 September), Kawkab Athletic Club Marrakech v Hassania d'Agadir (Thursday 24 September). Full schedule with kickoff times below, joined to results and odds by match id.

LIVE DATA·Season 26/27·Updated 08 Sept 2026, 21:28 UTC
  • Thu 24 Sept, 17:00 UTCAS FAR RabatvRaja Club Athletic
  • Thu 24 Sept, 17:00 UTCMoghreb Atlético TetuánvRS Berkane
  • Thu 24 Sept, 17:00 UTCKawkab Athletic Club MarrakechvHassania d'Agadir
  • Thu 24 Sept, 17:00 UTCUnion Touarga SportvFath Union Sport
  • Thu 24 Sept, 17:00 UTCUnion Sportive Amal TiznitvIttihad Tanger
  • Thu 24 Sept, 17:00 UTCWydad CasablancavWidad Temara
  • Thu 24 Sept, 17:00 UTCDifaâ Hassani El-JadidivCODM Meknès
  • Thu 24 Sept, 17:00 UTCMAS de FèsvRenaissance Zemamra
Get this via API

Get Botola Pro fixtures via API

Fetch upcoming Botola Pro matches with competition_id=comp_30610.

GET /football/matches?competition_id=comp_30610&status=scheduled

Request
curl "https://api.thestatsapi.com/api/football/matches?competition_id=comp_30610&season_id=sn_1376318&status=scheduled" \
  -H "Authorization: Bearer YOUR_API_KEY"
JSON response
{
  "data": [
    {
      "id": "mt_xxxx",
      "competition_id": "comp_30610",
      "matchday": 1,
      "status": "scheduled",
      "utc_date": "2026-09-24T17:00:00.000Z",
      "home_team": {
        "id": "tm_xxxx",
        "name": "AS FAR Rabat"
      },
      "away_team": {
        "id": "tm_yyyy",
        "name": "Raja Club Athletic"
      }
    }
  ]
}

Frequently Asked Questions

When is the next Botola Pro match?

AS FAR Rabat play Raja Club Athletic on Thursday 24 September.

How do I get Botola Pro fixtures via API?

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

Get Botola Pro data via API

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