API Explorer

Test and explore the Chars.gg API endpoints

Get followers

Get all users following the authenticated user

Endpoint Details

Get followers

GET /v1/users/me/followers

Query Parameters

1-based page number (defaults to 1)
Items per page (1-100, defaults to 20)

Headers

Response Examples

200 - Followers retrieved successfully
Schema: {
  "$ref": "#/components/schemas/GetFollowersResponseDto"
}
401 - Authentication required
Schema: {
  "$ref": "#/components/schemas/ValidationErrorResponseDto"
}