me

Search in library.

This endpoint will retrieve the search results of anime in the authenticated user's library.

get/me/library/search

Query parameters

querystring

The search query.

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
  }
}

Changes