---
title: "Top 20 Followers by Score"
method: GET
path: "/top-followers"
tags: ["Sorsa Info Crypto Related"]
---

# Top 20 Followers by Score

`GET /top-followers`

Returns the 20 followers of the specified account with the highest Sorsa Score. Each entry includes the follower's profile data and follow date. Useful for identifying the most influential accounts in a user's audience. Identify the user by providing exactly one of: `user_link`, `username`, or `user_id`.

## Query parameters

- `user_link` string
- `username` string
- `user_id` string

## Response `200`

OK

- CommonTopFollowersResponse
  - `users` CommonTopFollower[] — Array of follower profile objects with follow dates.
    - `can_dm` boolean
    - `created_at` string — Account creation date in ISO 8601 format.
    - `description` string — Profile bio text.
    - `display_name` string — User's display name.
    - `follower_date` string
    - `followers_count` integer — Number of accounts following this user.
    - `followings_count` integer — Number of accounts this user follows.
    - `id` string — Unique Twitter/X user ID.
    - `profile_background_image_url` string — URL of the user's profile background image.
    - `profile_image_url` string — URL of the user's avatar image.
    - `protected` boolean — Whether the account's tweets are protected (private).
    - `score` number — Whether the account accepts direct messages.
    - `tweets_count` integer — Total number of tweets posted by this user.
    - `username` string — Current Twitter/X handle (without @).
    - `verified` boolean — Whether the account has a verified badge.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io/revisions/7742c72d6966/schema)
