followers

Followers

This endpoint allows the client to retrieve a list of the followers they have. "Followers" are users that are following other users on the website. It supports pagination, each page will contain 80 followers by default.

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

Default is 'created_at'. Specifies the sort order for the created_at param of the follow relationship. To sort by newest followers first (descending order) specify ?sort=-created_at.

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)

Changes