v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBusers
Get an overview of the user's favorites
This endpoint will retrieve the list of objects in the user's favorites list.
get/users/{userID}/favorites
Path parameters
userIDinteger required
ID of the user.
Query parameters
library0 | 1 | 2 required
The set of available library kind types.
- 0 = anime
- 1 = manga
- 2 = game
The kind of favorite items to retrieve.
limitstring
The limit on the number of objects, or number of objects in the specified relationship, that are returned. The default value is 25 and the maximum value is 100.
pagestring
The next page or group of objects to fetch. The default value is 1.
Response
Successful Kurozora JSON response
object required
Example response
{
"meta": {
"version": "1.0.8",
"queryCount": 0,
"isUserAuthenticated": false,
"authenticatedUserID": null
}
}