Coursera website screenshot

Coursera

Coursera is a global online learning platform offering courses, specializations, professional certificates, and degrees. The Catalog API provides public, read-only access to courses, instructors, partners, and categories; the Affiliate API supports partner programs.

2 APIs 0 Features
EdTechOnline LearningCatalogMOOC

APIs

Coursera Catalog API

Public REST API for browsing Coursera's catalog of courses, specializations, instructors, partners, and categories. Verified live at api.coursera.org/api/courses.v1 with 21,000+...

Coursera Affiliate API

API for affiliate marketing partners to retrieve catalog data and tracking links.

Collections

GraphQL

Coursera GraphQL Schema

Coursera is a global online learning platform offering courses, specializations, professional certificates, and degrees from top universities and companies. The platform serves ...

GRAPHQL

Pricing Plans

Coursera Plans Pricing

2 plans

PLANS

Rate Limits

Coursera Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Developer
Developer
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Coursera Catalog API
  version: v1
items:
- info:
    name: Catalog
    type: folder
  items:
  - info:
      name: List courses
      type: http
    http:
      method: GET
      url: https://api.coursera.org/api/courses.v1
      params:
      - name: start
        value: ''
        type: query
        description: Pagination offset (e.g. "100").
      - name: limit
        value: ''
        type: query
        description: Number of results to return per page.
    docs: Returns a paginated list of courses available on Coursera.
  - info:
      name: List on-demand specializations
      type: http
    http:
      method: GET
      url: https://api.coursera.org/api/onDemandSpecializations.v1
      params:
      - name: start
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: List on-demand specializations
  - info:
      name: List partner organizations
      type: http
    http:
      method: GET
      url: https://api.coursera.org/api/partners.v1
      params:
      - name: start
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: List partner organizations
  - info:
      name: List instructors
      type: http
    http:
      method: GET
      url: https://api.coursera.org/api/instructors.v1
      params:
      - name: start
        value: ''
        type: query
      - name: limit
        value: ''
        type: query
    docs: List instructors
bundled: true