v1

latestOpenAPI 3.0.32026-07-213841124.9 KB
Sorsa Info Crypto Related

Score Changes

Returns score change statistics for a Twitter/X account. You can provide a handle, profile link, or user ID. The endpoint returns the score delta for the last week and the last month. This data is based on records stored in our database, so the account must already exist in our system.

Use cases:

Analytics platforms tracking influence growth over time; marketing teams monitoring creator momentum before partnerships; research tools identifying fast-growing accounts; SaaS dashboards showing weekly and monthly score trends; VC or ecosystem analysis tools spotting rising profiles.

get/score-changes

Query parameters

user_linkstring

user_link, username or user_id

usernamestring

user_link, username or user_id

user_idstring

user_link, username or user_id

Response

OK

month_deltanumber
week_deltanumber

Example response

{
  "month_delta": 24,
  "week_delta": 12
}