Courses
Published learning courses and catalogue metadata.
GET /api/v1/coursesGET /api/v1/courses/{id} Read the live demo database through a typed, versioned API. Selected integration writes are implemented behind bearer-token authentication.
Published learning courses and catalogue metadata.
GET /api/v1/coursesGET /api/v1/courses/{id} Course lessons, content types, duration, and XP.
GET /api/v1/lessonsGET /api/v1/lessons/{id} Learner profiles and progress levels.
GET /api/v1/learnersGET /api/v1/learners/{id} Course enrolments connecting learners and courses.
GET /api/v1/enrolmentsGET /api/v1/enrolments/{id} curl "https://lms.fastsme.com/api/v1/courses?limit=20"
python - <<'PY'
import requests
rows = requests.get("https://lms.fastsme.com/api/v1/courses", timeout=20).json()
print(rows["data"])
PY Runtime OpenAPI: /api/openapi.json · Stable compatibility schema: /swagger.json · Interactive docs: /api/docs