v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
followers

Followers

This endpoint allows the client to retrieve a list of the followers they have.

    ### Integration & Pagination Guidance:
    - "Followers" are other users registered on the platform who follow the authenticated user.
    - Supports pagination, defaulting to 80 followers per page.
    - The `sort` query parameter determines the sorting order based on when the follow relationship was established.
get/api/followers/users

Query parameters

pageinteger

Pagination page

per_pageinteger

Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.

sortstring

Specifies the sort order for the follow relationship created_at field. Use created_at for chronological (oldest first) or -created_at for reverse chronological (newest first).

Response

A List of followers

type_ofstring

user_follower by default

idinteger
user_idinteger

The follower's user id

namestring

The follower's name

pathstring

A path to the follower's profile

profile_imagestring

Profile image (640x640)