/
/Kurozora API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
anime9
cast1
characters3
episodes3
explore2
feed8
genres2
legal2
me25
  • getAuthenticated user profile details.
  • postUpdates profile information.
  • getGet a list of access tokens.
  • getFetch session details.
  • postUpdates access token.
  • postDelete an access token.
  • getGet an overview of favorites.
  • postAdd or remove from favorites.
  • getGet feed messages.
  • getFetch followers list.
  • getFetch following list.
  • getGet an overview of the library.
  • postAdd an anime to the library.
  • postImport an anime export file.
  • postRemove an anime from library.
  • getAuthenticated user's list of notifications.
  • getGet a notification's details.
  • postDelete a notification.
  • postUpdate a notification's status.
  • getGet an overview reminders.
  • postAdd or remove reminders.
  • getDownload reminders.
  • getGet a list of sessions.
  • getFetch session details.
  • postDelete a session.
misc1
people3
search1
seasons3
store2
studios2
theme-store2
themes2
users11
    me

    Updates profile information.

    This endpoint will update the authenticated user's profile information.

    post/me

    Response

    Successful Kurozora JSON response

    object required

    Example response

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

    Changes