Skip to content

Latest commit

 

History

History
118 lines (108 loc) · 1.72 KB

File metadata and controls

118 lines (108 loc) · 1.72 KB

Search Course Information

GET /courses

Description

Search course information at current semester.

Request

Headers

Name Required Description
X-NCU-API-TOKEN yes Your API token

Query Parameter

Name Required Description
dept no department id
week no
0 Monday
1 Tuesday
2 Wednesday
3 Thursday
4 Friday
5 Saturday
6 Sunday
period no 1,2,3,4,Z,5,6,7,8,9,A,B,C,D,E,F
limit no 1 <= limit <= 500, defaults to 30.
keyword no at most 3

Example

GET /courses?period=2&week=3

Response

Formats

  • json

Structure

Field Name Type Value Description
result list [Course Object]

Example

Notes