me

Get an overview of the library.

This endpoint will retrieve the list of objects in the authenticated user's library.

get/me/library

Query parameters

library0 | 1 | 2 required

The set of available library kind types.

  • 0 = anime
  • 1 = manga
  • 2 = game

The kind of library items to retrieve.

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

Changes

Changed in 6 of the 50 revisions of this API.1310

    • the endpoint scheme security apiKey was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status

      response-non-success-status-added

    • added the new required query request parameter library

      new-required-request-parameter

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security kurozoraBearer was removed from the API

      api-security-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional query request parameter limit

      new-optional-request-parameter

    • added the new optional query request parameter page

      new-optional-request-parameter

  • 85ac20c1b7bb34See the full diff
    • deleted the query request parameter library

      request-parameter-removed

    • deleted the query request parameter limit

      request-parameter-removed

    • deleted the query request parameter page

      request-parameter-removed

    • the endpoint scheme security kurozoraBearer was added to the API

      api-security-added

    • the endpoint scheme security apiKey was removed from the API

      api-security-removed

    • the endpoint scheme security bearerAuth was removed from the API

      api-security-removed

    • removed the non-success response with the status

      response-non-success-status-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog