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.

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}

Changes