---
title: "Score Changes"
method: GET
path: "/score-changes"
tags: ["Sorsa Info Crypto Related"]
---

# Score Changes

`GET /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.

## Query parameters

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

## Response `200`

OK

- SorsaScoreChangesResp
  - `month_delta` number
  - `week_delta` number

## 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)
