National Tsing Hua University · Schema
CourseData
A single NTHU course record (課程資料).
EducationHigher EducationUniversityTaiwanPublic Research UniversityIdentityAuthenticationOpen DataCampusCourse CatalogResearch RepositoryLibrary
Properties
| Name | Type | Description |
|---|---|---|
| id | string | 課號 (course number) |
| chinese_title | string | 課程中文名稱 |
| english_title | string | 課程英文名稱 |
| credit | string | 學分數 |
| size_limit | string | 人限 |
| freshman_reservation | string | 新生保留人數 |
| object | string | 通識對象 |
| ge_type | string | 通識類別 |
| language | string | 授課語言 |
| note | string | 備註 |
| suspend | string | 停開註記 |
| class_room_and_time | string | 教室與上課時間 |
| teacher | string | 授課教師 |
| prerequisite | string | 擋修說明 |
| limit_note | string | 課程限制說明 |
| expertise | string | 第一二專長對應 |
| program | string | 學分學程對應 |
| no_extra_selection | string | 不可加簽說明 |
| required_optional_note | string | 必選修說明 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.nthusa.tw/schemas/course.json",
"title": "CourseData",
"description": "A single NTHU course record (課程資料).",
"type": "object",
"required": [
"id",
"chinese_title",
"english_title",
"credit",
"teacher",
"class_room_and_time"
],
"properties": {
"id": {
"type": "string",
"description": "課號 (course number)"
},
"chinese_title": {
"type": "string",
"description": "課程中文名稱"
},
"english_title": {
"type": "string",
"description": "課程英文名稱"
},
"credit": {
"type": "string",
"description": "學分數"
},
"size_limit": {
"type": "string",
"description": "人限"
},
"freshman_reservation": {
"type": "string",
"description": "新生保留人數"
},
"object": {
"type": "string",
"description": "通識對象"
},
"ge_type": {
"type": "string",
"description": "通識類別"
},
"language": {
"type": "string",
"description": "授課語言",
"enum": [
"中",
"英"
]
},
"note": {
"type": "string",
"description": "備註"
},
"suspend": {
"type": "string",
"description": "停開註記"
},
"class_room_and_time": {
"type": "string",
"description": "教室與上課時間"
},
"teacher": {
"type": "string",
"description": "授課教師"
},
"prerequisite": {
"type": "string",
"description": "擋修說明"
},
"limit_note": {
"type": "string",
"description": "課程限制說明"
},
"expertise": {
"type": "string",
"description": "第一二專長對應"
},
"program": {
"type": "string",
"description": "學分學程對應"
},
"no_extra_selection": {
"type": "string",
"description": "不可加簽說明"
},
"required_optional_note": {
"type": "string",
"description": "必選修說明"
}
},
"x-method": "derived",
"x-source-url": "openapi/_original/nthu-data-api.yaml",
"x-operator": "tenant",
"x-note": "Derived from the NTHU Student Association contract at api.nthusa.tw, not published by National Tsing Hua University."
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/nthu-course"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.