---
title: "Account About Info"
method: GET
path: "/about"
tags: ["Users Data"]
---

# Account About Info

`GET /about`

Returns metadata from the "About" section of a Twitter/X account, including country, total number of username changes, and the date of the most recent change. Identify the user by providing exactly one of: `user_link`, `username`, or `user_id`.

## Query parameters

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

## Response `200`

OK

- UsersdataAboutRes
  - `affiliate_username` string — Affiliate username of the account.
  - `country` string — Country associated with the account.
  - `is_blue_verified` boolean — Whether the account is blue verified.
  - `last_username_change_at` string — Date of the most recent username change in ISO 8601 format.
  - `premium_start_at` string — Date of the premium account in ISO 8601 format.
  - `source` string — Source of the account.
  - `username_change_count` integer — Total number of username changes.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/sorsa/apis/api-sorsa-io.md) · [All operations](https://skmtc.net/sorsa/apis/api-sorsa-io/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sorsa/api-sorsa-io/versions/7742c72d6966/schema)
