me
Get an overview of the library.
This endpoint will retrieve the list of anime in the authenticated user's library.
get/me/library
Query parameters
status'Watching' | 'Dropped' | 'Planning' | 'Completed' | 'OnHold' required
The set of available library status types.
The status to retrieve the library items for.
sortstring
Available sorting options:
- title(asc/desc)
- age(newest/oldest)
- rating(worst/best)
- my-rating(worst/best)
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}