Backend API

Madrasa Abou Bakr is running

This service is API-only. If you reached this page directly, use the endpoints below for integration and administration.

Base API path

All live endpoints are versioned under:

  • https://www.api.madrasa-aboubakr.com/api/v1
  • Public + admin routes are auto-included in docs JSON.

Quick start

Run these commands from the terminal:

curl https://www.api.madrasa-aboubakr.com/api/docs.json
php artisan route:list --path=api

More details

Project references for deeper API details.

  • See project docs in backend/README.md
  • Explore available routes in routes/api.php