---
title: "Top Following by Score"
method: GET
path: "/top-following"
tags: ["Sorsa Info Crypto Related"]
---

# Top Following by Score

`GET /top-following`

Returns the top 20 accounts that a specific Twitter/X user follows, ranked by Sorsa Score. You provide the user handle, and the endpoint returns basic profile information and the score for each of the highest-ranked accounts the user is following.

Use cases:

Analytics platforms identifying which high-influence accounts a user follows; marketing teams understanding a creator’s interests and network; VC and ecosystem research tools mapping strong connections and attention signals; SaaS dashboards highlighting the most relevant accounts in a user’s following list; growth analysis tools comparing who different accounts follow by score.

## Query parameters

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

## Response `200`

OK

- CommonFollowersResponse
  - `users` CommonFollower[]
    - `bio_urls` string[]
    - `can_dm` boolean
    - `created_at` string
    - `description` string
    - `display_name` string
    - `favourites_count` integer
    - `followerDate` string
    - `followers_count` integer
    - `followings_count` integer
    - `id` string
    - `media_count` integer
    - `pinned_tweet_ids` string[]
    - `possibly_sensitive` boolean
    - `profile_background_image_url` string
    - `profile_image_url` string
    - `protected` boolean
    - `tweets_count` integer
    - `username` string
    - `verified` boolean

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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