GET/lms
Every published LMS compatibility report, ordered by name.
curl https://scormspecialist.co.uk/api/v1/lmsDeveloper docs
Machine-readable SCORM compatibility data for learning management systems: supported SCORM versions, suspend_data limits, known failure modes and authoring-tool compatibility.
Public and read-only. No key, no sign-up, no rate limit. It serves exactly the same facts as the LMS Compatibility Library pages, from the same source.
https://scormspecialist.co.uk/api/v1 Described by an OpenAPI 3.1 document, discoverable via /.well-known/api-catalog (RFC 9727).
Every published LMS compatibility report, ordered by name.
curl https://scormspecialist.co.uk/api/v1/lmsOne report in full, including known issues, authoring-tool compatibility, migration notes and FAQs.
curl https://scormspecialist.co.uk/api/v1/lms/{slug}Service status. Returns 503 if the content store is unreachable.
curl https://scormspecialist.co.uk/api/v1/health Every response wraps its payload in a data key. supported is tri-state — a platform can accept a SCORM version while quietly dropping part of it.
{
"data": {
"slug": "workday-learning",
"lmsName": "Workday Learning",
"vendor": "Workday",
"updated": "2026-08-08",
"verdictSummary": "Supports SCORM 1.2 only. …",
"scormVersions": [
{ "version": "1.2", "supported": "partial", "notes": "…" },
{ "version": "2004 4th Ed", "supported": "no", "notes": "Not supported." }
],
"suspendDataLimit": 4096,
"topIssues": ["…"],
"html": "https://scormspecialist.co.uk/lms/workday-learning",
"self": "https://scormspecialist.co.uk/api/v1/lms/workday-learning"
}
}v1. Removing or renaming one means a new version path. updated date. Spotted an error?