| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Id |
string | ✔️ | User ID | 1717001045992251392 |
Name |
string | ✔️ | Display name | Cryptoklepto |
ScreenName |
string | ✔️ | Twitter username | CK_Cryptoklepto |
CreatedAt |
string | ➖ | Account creation date | Mon Oct 28 02:32:47 +0000 2024 |
CreatedAtDatetime |
string | ➖ | Account creation datetime in ISO format | 2024-10-28T02:32:47.000Z |
CanDm |
bool | ➖ | Whether the user can be direct messaged | |
CanMediaTag |
bool | ➖ | Whether the user can be tagged in media | |
DefaultProfile |
bool | ➖ | Whether the user has a default profile | |
DefaultProfileImage |
bool | ➖ | Whether the user has a default profile image | |
Description |
string | ➖ | User's bio description | |
DescriptionUrls |
List<string> | ➖ | List of URLs found in the user's description | |
Urls |
List<UrlModel> | ➖ | List of URLs found in the user's profile | |
FastFollowersCount |
long | ➖ | Count of fast followers | |
FavouritesCount |
long | ➖ | Number of tweets the user has liked | |
FollowersCount |
long | ➖ | Number of followers | |
FollowingCount |
long | ➖ | Number of users this user is following | |
HasCustomTimelines |
bool | ➖ | Whether the user has custom timelines | |
IsBlueVerified |
bool | ➖ | Blue verification status | |
VerifiedType |
string | ➖ | Verification badge type when not blue-only: blue, business, government, etc. | Example 1: government Example 2: business Example 3: blue |
IsVerified |
bool | ➖ | True if the account has any verification badge (blue, business, government, or legacy verified) | |
ProfileImageShape |
string | ➖ | Profile image shape (Circle or Square; Square often indicates business/government) | Example 1: Circle Example 2: Square |
IsTranslator |
bool | ➖ | Whether the user is a translator | |
ListedCount |
long | ➖ | Number of public lists the user is a member of | |
Location |
string | ➖ | User's location | New York, USA |
MediaCount |
long | ➖ | Number of media tweets posted by the user | |
NormalFollowersCount |
long | ➖ | Count of normal followers | |
PinnedTweetIds |
List<string> | ➖ | List of pinned tweet IDs | |
PossiblySensitive |
bool | ➖ | Whether the user's profile may contain sensitive content | |
ProfileBannerUrl |
string | ➖ | URL of the user's profile banner | |
ProfileImageUrl |
string | ➖ | URL of the user's profile image | |
Protected |
bool | ➖ | Whether the user's tweets are protected | |
StatusesCount |
long | ➖ | Number of tweets posted by the user |