Skip to main content
GET
/
about
/about Get info about a user's country, username changes
curl --request GET \
  --url https://api.sorsa.io/v2/about \
  --header 'ApiKey: <api-key>'
{
  "country": "United States",
  "last_username_change_at": "2021-01-01T00:00:00Z",
  "username_change_count": 1
}

Authorizations

ApiKey
string
header
required

Query Parameters

link or user_id

user_id
string

link or user_id

Response

OK

country
string
Example:

"United States"

last_username_change_at
string
Example:

"2021-01-01T00:00:00Z"

username_change_count
integer
Example:

1