User information structure
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
user_id |
str | ✔️ | User ID | |
is_blue_verified |
bool | ✔️ | Blue verification status | |
created_at |
str | ✔️ | Account creation date | |
created_at_datetime |
OptionalNullable[str] | ➖ | Account creation datetime in ISO format | |
default_profile |
bool | ✔️ | Default profile flag | |
default_profile_image |
bool | ✔️ | Default profile image flag | |
description |
str | ✔️ | Bio description | |
location |
str | ✔️ | Location | |
fast_followers_count |
int | ✔️ | Fast followers count | |
favourites_count |
int | ✔️ | Likes count | |
followers_count |
int | ✔️ | Followers count | |
following_count |
int | ✔️ | Following count | |
has_custom_timelines |
bool | ✔️ | Has custom timelines flag | |
is_translator |
bool | ✔️ | Is translator flag | |
listed_count |
int | ✔️ | Listed count | |
media_count |
int | ✔️ | Media count | |
name |
str | ✔️ | Display name | |
normal_followers_count |
int | ✔️ | Normal followers count | |
pinned_tweet_ids_str |
List[Any] | ➖ | Pinned tweet IDs | |
possibly_sensitive |
bool | ✔️ | Possibly sensitive flag | |
profile_image_url_https |
str | ✔️ | Profile image URL | |
username |
str | ✔️ | Username | |
statuses_count |
int | ✔️ | Tweets count | |
translator_type |
OptionalNullable[str] | ➖ | Translator type | |
verified |
bool | ✔️ | Legacy verification status | |
verified_type |
OptionalNullable[str] | ➖ | Verification badge type: blue, business, government, etc. | Example 1: blue Example 2: business Example 3: government |
withheld_in_countries |
List[Any] | ➖ | Withheld in countries | |
protected |
bool | ✔️ | Protected account flag | |
url |
OptionalNullable[str] | ➖ | User profile URL | |
description_urls |
List[Any] | ➖ | Description URLs | |
urls |
List[Any] | ➖ | User URLs | |
pinned_tweet_ids |
List[Any] | ➖ | Pinned tweet IDs |