Skip to main content
GET
/
score-changes
Sorsa Score Changes
curl --request GET \
  --url https://api.sorsa.io/v3/score-changes \
  --header 'ApiKey: <api-key>'
{
  "month_delta": 24,
  "week_delta": 12
}

Authorizations

ApiKey
string
header
required

Query Parameters

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

username
string

Twitter/X handle (without @).

user_id
string

Numeric Twitter/X user ID.

Response

OK

month_delta
number

Score change over the last 30 days.

Example:

24

week_delta
number

Score change over the last 7 days.

Example:

12