Moodle website screenshot

Moodle

Moodle is the world's open source learning platform, used by educators and organizations to deliver online courses and learning experiences. The Moodle developer platform exposes a broad set of internal APIs for plugin and core development, plus a Web Services API that enables external systems to integrate with Moodle for users, courses, enrollments, grading, and more.

Moodle publishes 12 APIs on the APIs.io network. Tagged areas include E-Learning, EdTech, LMS, Moodle, and Open-Source.

Moodle’s developer surface includes developer portal, documentation, engineering blog, and 4 more developer resources.

22.1/100 emerging ▬ flat Agent 16/100 agent aware Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
12 APIs
E-LearningEdTechLMSMoodleOpen-SourceWeb Services

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Regulatory Posture applies to this provider. Its tags matched the Education & Research regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
Create-or-Update Ergonomics could not be measured. We hold no machine-readable contract for this provider to read, so there is nothing to measure a write surface against. Excluded rather than scored zero: never-measured and measured-empty are different facts. Publishing an OpenAPI is what makes this facet — and several others — scorable at all.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/moodle: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 12

Individual APIs this provider publishes, each with its own machine-readable definition.

Moodle Web Services API

Exposes Moodle functionality as web services so external programs can integrate with a Moodle site for users, courses, enrollments, grading, and other operations. Supports REST,...

Moodle External Functions API

Allows developers to expose parametrized functions to external systems, forming the basis of Moodle's web services and powering integrations consumed via REST, SOAP, and XML-RPC.

Moodle Access API

Provides functions to determine what the current user is allowed to do, checking roles, capabilities, and permissions across system, course, and activity contexts.

Moodle Roles API

An extension of the Access API that defines the set of actions a user is allowed to perform on certain system levels through assignable roles and capabilities.

Moodle Data Manipulation API (DML)

Enables safe, consistent database read and write operations across Moodle, abstracting the underlying database driver and providing helpers for common query patterns.

Moodle File API

Manages file storage across plugins, providing a unified interface for uploading, retrieving, and serving files associated with users, courses, and activities.

Moodle Form API

Defines and processes user data submitted through web forms, including validation, rendering, and persistence.

Moodle Events API

Defines event handlers for inter-plugin communication and logging, enabling decoupled, observer-style integrations across Moodle.

Moodle Hooks API

Enables indirect communication between core and plugins through well-defined extension points, allowing plugins to react to and modify core behavior.

Moodle Privacy API

Describes stored personal data and supports discovery, export, and deletion of user data across plugins for GDPR and similar privacy compliance.

Moodle Task API

Executes background jobs on a schedule or as one-off operations, allowing plugins to defer long-running work to cron processing.

Moodle Payment API

Manages payment processing in Moodle, providing pluggable payment gateways for paid enrollments and other monetized features.

Scroll for all 12

GraphQL 1

GraphQL schemas published by this provider.

Moodle GraphQL API

Moodle is an open-source learning management system. The API covers courses, users, enrollments, grades, assignments, quizzes, forums, resources, activities, calendar events, ba...

GRAPHQL

Pricing Plans 1

Published pricing tiers and plan structures.

Moodle Plans Pricing

3 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Moodle Rate Limits

5 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Moodle Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: moodle
deliveryModel:
  model: unknown
  open_source: false
  commercial: false
  callable_host: false
  label: Delivery model not determined — needs a product licence on record
  confidence: low
  source:
  - none
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
specificationVersion: '0.23'
name: Moodle
description: Moodle is the world's open source learning platform, used by educators and organizations to deliver online courses
  and learning experiences. The Moodle developer platform exposes a broad set of internal APIs for plugin and core development,
  plus a Web Services API that enables external systems to integrate with Moodle for users, courses, enrollments, grading,
  and more.
type: Index
position: Consuming
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/moodle.png
url: https://raw.githubusercontent.com/api-evangelist/moodle/refs/heads/main/apis.yml
created: '2025-01-08'
modified: '2026-04-28'
tags:
- E-Learning
- EdTech
- LMS
- Moodle
- Open-Source
- Web Services
tags_raw:
- E-Learning
- EdTech
- LMS
- Moodle
- Open Source
- Web Services
apis:
- aid: moodle:web-services
  name: Moodle Web Services API
  description: Exposes Moodle functionality as web services so external programs can integrate with a Moodle site for users,
    courses, enrollments, grading, and other operations. Supports REST, XML-RPC, and SOAP protocols with token-based authentication.
  humanURL: https://moodledev.io/docs/apis/subsystems/external/
  tags:
  - External
  - Integration
  - REST
  - SOAP
  - Web Services
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/external/
  - url: graphql/moodle-graphql.md
    type: GraphQL
- aid: moodle:external-functions
  name: Moodle External Functions API
  description: Allows developers to expose parametrized functions to external systems, forming the basis of Moodle's web services
    and powering integrations consumed via REST, SOAP, and XML-RPC.
  humanURL: https://moodledev.io/docs/apis/subsystems/external/functions
  tags:
  - External
  - Functions
  - Integration
  - Web Services
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/external/functions
- aid: moodle:access
  name: Moodle Access API
  description: Provides functions to determine what the current user is allowed to do, checking roles, capabilities, and permissions
    across system, course, and activity contexts.
  humanURL: https://moodledev.io/docs/apis/subsystems/access
  tags:
  - Access
  - Authorization
  - Permissions
  - Roles
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/access
- aid: moodle:roles
  name: Moodle Roles API
  description: An extension of the Access API that defines the set of actions a user is allowed to perform on certain system
    levels through assignable roles and capabilities.
  humanURL: https://moodledev.io/docs/apis/subsystems/access/roles
  tags:
  - Access
  - Capabilities
  - Permissions
  - Roles
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/access/roles
- aid: moodle:dml
  name: Moodle Data Manipulation API (DML)
  description: Enables safe, consistent database read and write operations across Moodle, abstracting the underlying database
    driver and providing helpers for common query patterns.
  humanURL: https://moodledev.io/docs/apis/core/dml
  tags:
  - Database
  - DML
  - Persistence
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/core/dml
- aid: moodle:file
  name: Moodle File API
  description: Manages file storage across plugins, providing a unified interface for uploading, retrieving, and serving files
    associated with users, courses, and activities.
  humanURL: https://moodledev.io/docs/apis/subsystems/files
  tags:
  - File
  - Storage
  - Uploads
  tags_raw:
  - Files
  - Storage
  - Uploads
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/files
- aid: moodle:form
  name: Moodle Form API
  description: Defines and processes user data submitted through web forms, including validation, rendering, and persistence.
  humanURL: https://moodledev.io/docs/apis/subsystems/form
  tags:
  - Forms
  - UI
  - Validation
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/form
- aid: moodle:events
  name: Moodle Events API
  description: Defines event handlers for inter-plugin communication and logging, enabling decoupled, observer-style integrations
    across Moodle.
  humanURL: https://moodledev.io/docs/apis/core/event
  tags:
  - Event
  - Logging
  - Observers
  tags_raw:
  - Events
  - Logging
  - Observers
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/core/event
- aid: moodle:hooks
  name: Moodle Hooks API
  description: Enables indirect communication between core and plugins through well-defined extension points, allowing plugins
    to react to and modify core behavior.
  humanURL: https://moodledev.io/docs/apis/core/hooks
  tags:
  - Extensibility
  - Hooks
  - Plugins
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/core/hooks
- aid: moodle:privacy
  name: Moodle Privacy API
  description: Describes stored personal data and supports discovery, export, and deletion of user data across plugins for
    GDPR and similar privacy compliance.
  humanURL: https://moodledev.io/docs/apis/subsystems/privacy
  tags:
  - Compliance
  - GDPR
  - Privacy
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/privacy
- aid: moodle:task
  name: Moodle Task API
  description: Executes background jobs on a schedule or as one-off operations, allowing plugins to defer long-running work
    to cron processing.
  humanURL: https://moodledev.io/docs/apis/subsystems/task
  tags:
  - Background Jobs
  - Cron
  - Scheduling
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/task
- aid: moodle:payment
  name: Moodle Payment API
  description: Manages payment processing in Moodle, providing pluggable payment gateways for paid enrollments and other monetized
    features.
  humanURL: https://moodledev.io/docs/apis/subsystems/payment
  tags:
  - Enrollment
  - Gateways
  - Payments
  properties:
  - type: Documentation
    url: https://moodledev.io/docs/apis/subsystems/payment
common:
- type: DomainSecurity
  url: security/moodle-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/moodle
- type: LinkedIn
  url: https://www.linkedin.com/company/moodle
- type: Portal
  url: https://moodledev.io
- type: Documentation
  url: https://moodledev.io/docs/apis
- type: Website
  url: https://moodle.org
- type: Blog
  url: https://moodle.com/news/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/moodle"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/moodle/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/moodle/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.