| API Name | Description / URL | License Scope |
|---|---|---|
| Get Popular Books by Topic |
Retrieve popular books analyzed by topic.GET /book/popular
|
CC BY-NC-ND
|
| Get Expert Recommended Collection |
Retrieve book collections curated by librarians or experts.GET /book/collection/expert
|
CC BY-NC-ND
|
| Get Top Reserved Books (Weekly) |
Retrieve the most reserved books of the last week in original ranking order.GET /book/top-reserved/weekly
|
CC BY-NC-ND
|
| Get Popular Literature Books |
Retrieve frequently borrowed literature books.GET /book/popular/literature
|
CC BY-NC-ND
|
| Get Popular Academic Books |
Retrieve frequently borrowed academic books.GET /book/popular/academic
|
CC BY-NC-ND
|
| Get Most Clicked Books |
Retrieve popular books based on user click logs.GET /book/popular/click
|
CC BY-NC-ND
|
| Get Top Borrowed Books by Group |
Retrieve most borrowed books by user group (Undergraduate, Graduate, Faculty, etc.).GET /book/top-borrowed/user-group
|
CC BY-NC-ND
|
| Get Top Borrowed Books by Dept |
Retrieve most borrowed books by specific department members.GET /book/top-borrowed/by-dept
|
CC BY-NC-ND
|
| Get Top Borrowed Books by Classification |
Retrieve popular books by specific classification code (e.g., Dewey Decimal).GET /book/top-borrowed/by-class
|
CC BY-NC-ND
|
| Get Department List |
Retrieve the list of departments registered in the library system.GET /dept
|
CC BY-NC-ND
|
| Get Book Details |
Retrieve detailed information of a specific book (MMS ID).GET /book/{mmsId}
|
CC BY-NC-ND
|