v29

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-06-042661,1122.5 MB
user_account

List following interests

Get a list of a user's following interests in one place.

get/users/{username}/interests/follow

Path parameters

usernamestring required

A valid username

Query parameters

bookmarkstring

Cursor used to fetch the next page of items

page_sizeinteger

Maximum number of items to include in a single page. See documentation on Pagination for more information.

Response

The request has succeeded.

bookmarkstring nullable

Example response

{
  "items": [
    {
      "id": "903972677830",
      "key": "man cave",
      "name": "Man cave"
    }
  ]
}