LikeSNU 서울대학교 도서관
SNU Big Data Knowledge Information Platform

Full Menu

Keyword
현재 페이지 경로
  • Home
  • Book Recommendation API

Book Recommendation API

API List

API Name Description / URL License Scope
Get Popular Books by Topic Retrieve popular books analyzed by topic.
GET /book/popular
License Scope
CC BY-NC-ND
Get Expert Recommended Collection Retrieve book collections curated by librarians or experts.
GET /book/collection/expert
License Scope
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
License Scope
CC BY-NC-ND
Get Popular Literature Books Retrieve frequently borrowed literature books.
GET /book/popular/literature
License Scope
CC BY-NC-ND
Get Popular Academic Books Retrieve frequently borrowed academic books.
GET /book/popular/academic
License Scope
CC BY-NC-ND
Get Most Clicked Books Retrieve popular books based on user click logs.
GET /book/popular/click
License Scope
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
License Scope
CC BY-NC-ND
Get Top Borrowed Books by Dept Retrieve most borrowed books by specific department members.
GET /book/top-borrowed/by-dept
License Scope
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
License Scope
CC BY-NC-ND
Get Department List Retrieve the list of departments registered in the library system.
GET /dept
License Scope
CC BY-NC-ND
Get Book Details Retrieve detailed information of a specific book (MMS ID).
GET /book/{mmsId}
License Scope
CC BY-NC-ND

OpenAPI (Swagger) URL

TOP