| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
str | ✔️ | User ID | 1717001045992251392 |
name |
str | ✔️ | Display name | Cryptoklepto |
screen_name |
str | ✔️ | Twitter username | CK_Cryptoklepto |
created_at |
OptionalNullable[str] | ➖ | Account creation date | Mon Oct 28 02:32:47 +0000 2024 |
created_at_datetime |
OptionalNullable[str] | ➖ | Account creation datetime in ISO format | 2024-10-28T02:32:47.000Z |
can_dm |
OptionalNullable[bool] | ➖ | Whether the user can be direct messaged | |
can_media_tag |
OptionalNullable[bool] | ➖ | Whether the user can be tagged in media | |
default_profile |
OptionalNullable[bool] | ➖ | Whether the user has a default profile | |
default_profile_image |
OptionalNullable[bool] | ➖ | Whether the user has a default profile image | |
description |
OptionalNullable[str] | ➖ | User's bio description | |
description_urls |
List[str] | ➖ | List of URLs found in the user's description | |
urls |
List[models.URLModel] | ➖ | List of URLs found in the user's profile | |
fast_followers_count |
OptionalNullable[int] | ➖ | Count of fast followers | |
favourites_count |
OptionalNullable[int] | ➖ | Number of tweets the user has liked | |
followers_count |
OptionalNullable[int] | ➖ | Number of followers | |
following_count |
OptionalNullable[int] | ➖ | Number of users this user is following | |
has_custom_timelines |
OptionalNullable[bool] | ➖ | Whether the user has custom timelines | |
is_blue_verified |
OptionalNullable[bool] | ➖ | Blue verification status | |
verified_type |
OptionalNullable[str] | ➖ | Verification badge type when not blue-only: blue, business, government, etc. | Example 1: government Example 2: business Example 3: blue |
is_verified |
OptionalNullable[bool] | ➖ | True if the account has any verification badge (blue, business, government, or legacy verified) | |
profile_image_shape |
OptionalNullable[str] | ➖ | Profile image shape (Circle or Square; Square often indicates business/government) | Example 1: Circle Example 2: Square |
is_translator |
OptionalNullable[bool] | ➖ | Whether the user is a translator | |
listed_count |
OptionalNullable[int] | ➖ | Number of public lists the user is a member of | |
location |
OptionalNullable[str] | ➖ | User's location | New York, USA |
media_count |
OptionalNullable[int] | ➖ | Number of media tweets posted by the user | |
normal_followers_count |
OptionalNullable[int] | ➖ | Count of normal followers | |
pinned_tweet_ids |
List[str] | ➖ | List of pinned tweet IDs | |
possibly_sensitive |
OptionalNullable[bool] | ➖ | Whether the user's profile may contain sensitive content | |
profile_banner_url |
OptionalNullable[str] | ➖ | URL of the user's profile banner | |
profile_image_url |
OptionalNullable[str] | ➖ | URL of the user's profile image | |
protected |
OptionalNullable[bool] | ➖ | Whether the user's tweets are protected | |
statuses_count |
OptionalNullable[int] | ➖ | Number of tweets posted by the user |