Canvas Rubrics API

The Rubrics API from Canvas — 15 operation(s) for rubrics.

Operations 20

POST /v1/courses/{course_id}/rubrics Create a single rubric #
GET /v1/courses/{course_id}/rubrics List rubrics #
PUT /v1/courses/{course_id}/rubrics/{id} Update a single rubric #
DELETE /v1/courses/{course_id}/rubrics/{id} Delete a single #
GET /v1/courses/{course_id}/rubrics/{id} Get a single rubric #
GET /v1/accounts/{account_id}/rubrics List rubrics #
GET /v1/accounts/{account_id}/rubrics/{id} Get a single rubric #
GET /v1/courses/{course_id}/rubrics/{id}/used_locations Get the courses and assignments for a rubric #
GET /v1/accounts/{account_id}/rubrics/{id}/used_locations Get the courses and assignments for a rubric #
POST /v1/courses/{course_id}/rubrics/upload Creates a rubric using a CSV file #
POST /v1/accounts/{account_id}/rubrics/upload Creates a rubric using a CSV file #
GET /v1/rubrics/upload_template Templated file for importing a rubric #
GET /v1/courses/{course_id}/rubrics/upload/{id} Get the status of a rubric import #
GET /v1/accounts/{account_id}/rubrics/upload/{id} Get the status of a rubric import #
POST /v1/courses/{course_id}/rubric_associations/{rubric_association_id}/rubric_assessments Create a single rubric assessment #
PUT /v1/courses/{course_id}/rubric_associations/{rubric_association_id}/rubric_assessments/{id} Update a single rubric assessment #
DELETE /v1/courses/{course_id}/rubric_associations/{rubric_association_id}/rubric_assessments/{id} Delete a single rubric assessment #
POST /v1/courses/{course_id}/rubric_associations Create a RubricAssociation #
PUT /v1/courses/{course_id}/rubric_associations/{id} Update a RubricAssociation #
DELETE /v1/courses/{course_id}/rubric_associations/{id} Delete a RubricAssociation #

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/canvas-rubrics-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

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.

OpenAPI Specification

canvas-rubrics-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Canvas LMS REST Rubrics API
  version: v1
  summary: The complete Canvas LMS REST API, converted from the Swagger 1.2 documents Instructure publishes under https://canvas.instructure.com/doc/api/.
  description: The Canvas LMS REST API covers courses, assignments, quizzes, grades, users, enrollments, accounts, files, modules, rubrics, submissions, SIS imports, LTI, analytics and account administration.
  contact:
    name: Instructure Canvas
    url: https://canvas.instructure.com/doc/api/
  license:
    name: AGPL-3.0
    url: https://github.com/instructure/canvas-lms/blob/master/LICENSE
servers:
- url: https://canvas.instructure.com/api
  description: Instructure-hosted Canvas (canvas.instructure.com)
- url: https://{canvas_host}/api
  description: Any Canvas instance; Canvas is multi-tenant and self-hostable, so the host is the institution's Canvas domain.
  variables:
    canvas_host:
      default: canvas.instructure.com
      description: Your institution's Canvas hostname, e.g. school.instructure.com
security:
- bearerAuth: []
- oauth2: []
tags:


# --- truncated at 32 KB (48 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/canvas/refs/heads/main/openapi/canvas-rubrics-api-openapi.yml