USTC Course Catalog API (catalog.ustc.edu.cn)

The JSON API behind USTC's public course catalog application — semesters, the college tree, program trees, course search, course and lesson detail, exam lists, major lists and public timetables, across eighteen routes under /api/teach/. It is institution-operated and live, but every data route answers 401 to an unauthenticated caller, and the application's own /api/restricted route returns {"restricted":true}, so the catalog is in a declared restricted mode rather than merely unauthenticated. Recorded because a registrar/timetable API is one of the few surface classes a university genuinely runs itself, and because this one is real, routed and USTC's own — not a student project on an outside domain.

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/catalog"
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.

API entry from apis.yml

apis.yml Raw ↑
aid: ustc:catalog
name: USTC Course Catalog API (catalog.ustc.edu.cn)
description: The JSON API behind USTC's public course catalog application — semesters, the college tree,
  program trees, course search, course and lesson detail, exam lists, major lists and public timetables,
  across eighteen routes under /api/teach/. It is institution-operated and live, but every data route
  answers 401 to an unauthenticated caller, and the application's own /api/restricted route returns {"restricted":true},
  so the catalog is in a declared restricted mode rather than merely unauthenticated. Recorded because
  a registrar/timetable API is one of the few surface classes a university genuinely runs itself, and
  because this one is real, routed and USTC's own — not a student project on an outside domain.
humanURL: https://catalog.ustc.edu.cn/
baseURL: https://catalog.ustc.edu.cn/api/teach
tags:
- Course Catalog
- Registrar
- Timetable
- Gated
properties:
- type: Documentation
  url: https://www.teach.ustc.edu.cn/
- type: Authentication
  url: authentication/ustc-authentication.yml
x-operator: institution
x-operator-evidence: catalog.ustc.edu.cn CNAMEs to revproxy.ustc.edu.cn, the university's own reverse
  proxy, and the application links only to ustc.edu.cn systems — jw.ustc.edu.cn, passport.ustc.edu.cn,
  mportal.ustc.edu.cn, www.teach.ustc.edu.cn and the library OPAC. The route list was read from the application's
  own JavaScript bundle; no vendor identity appears in it.
x-access: gated
x-status: 401 on /api/teach/semester/list, /department/college-tree, /program/tree and /course/search;
  200 {"restricted":true} on /api/restricted (probed 2026-08-30)