v3

OpenAPI 3.1.0AGPL-3.0-or-later2026-07-311871891.1 MB
Users

Get notes for a user

Get the private notes that you have added for a user.

get/api/user/{username}/note

Path parameters

usernamestring required
Example:thibault

Response

The list of notes you have added for this user

textstring
dateinteger

Example response

[
  {
    "text": "This is a note",
    "date": 1290415680000
  }
]