v3

latestOpenAPI 3.0.32026-08-02415689.9 KB
Sorsa Info Crypto Related

Sorsa Score Changes

Returns the change in Sorsa Score over the last 7 days and the last 30 days. Useful for tracking momentum and identifying accounts that are gaining or losing influence. The account must already be indexed in the Sorsa database. Identify the user by providing exactly one of: user_link, username, or user_id.

get/score-changes

Query parameters

user_linkstring

Full URL of the user's Twitter/X profile.

usernamestring

Twitter/X handle (without @).

user_idstring

Numeric Twitter/X user ID.

Response

OK

month_deltanumber

Score change over the last 30 days.

week_deltanumber

Score change over the last 7 days.

Example response

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