Users
Get user
Look up an X user profile by username with follower counts, bio, and verification status
GET
Get user
Documentation Index
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
1 credit per call · All plans from $0.00012/credit
GET /x/users/{id} when a workflow needs one durable profile row for CRM
enrichment, lead scoring, account monitoring, or support triage. Store
user_id, username, display_name, bio, follower_count,
following_count, verified, verified_type, profile_url,
profile_image_url, created_at, and unavailable_reason instead of logging
the full lookup response.
Profile row
Store
id as user_id plus username, name, description, followers,
following, verified, and verifiedType.Lookup key
Use a numeric user ID for durable joins. Use username lookup when the
workflow starts from a handle.
Availability
Store
unavailable and unavailableReason when returned, so retries,
support triage, and CRM syncs distinguish missing accounts from unavailable
profiles.Next action
Use the returned
id for followers, following, timelines, media, DMs,
follow checks, and monitor setup.Path parameters
User ID or username (without
@).Which user endpoint?
User profile
Use
GET /x/users/{id} for one profile row by username or numeric user ID.Search users
Use
GET /x/users/search when the workflow
starts from a name, keyword, or partial handle.Profile timeline
Use
GET /x/users/{id}/tweets for posts from
one profile.Followers
Use
GET /x/users/{id}/followers when the next
step needs audience rows.Follow check
Use
GET /x/followers/check when the
workflow only needs one source-target relationship.Saved exports
Use
Create extraction.
Create saved CSV/JSON/XLSX jobs. Export followers, following, timelines,
media, or search.Headers
Your API key. Session cookie authentication is also supported.
Response
- 200 OK
- 400 Invalid username
- 401 Unauthenticated
- 402 Subscription required
- 404 User not found
- 429 Rate Limit Exceeded
- 424 Dependency Failed
User ID.
X username.
Display name.
Profile bio. Omitted if empty.
Follower count. Omitted if unavailable.
Following count. Omitted if unavailable.
Whether the user is verified. Omitted if unavailable.
Profile picture URL. Omitted if unavailable.
Profile location. Omitted if empty.
ISO 8601 account creation timestamp. Omitted if unavailable.
Total number of tweets posted. Omitted if unavailable.
Cover/banner image URL. Omitted if unavailable.
Total number of media tweets posted. Omitted if unavailable.
Whether the user accepts direct messages. Omitted if unavailable.
Website URL from profile. Omitted if empty.
Total number of tweets liked. Omitted if unavailable.
Whether the user has custom timelines (lists). Omitted if unavailable.
Whether the user is a Twitter translator. Omitted if unavailable.
Country codes where the account is withheld. Omitted if empty.
Whether the account is flagged as possibly sensitive. Omitted if unavailable.
IDs of pinned tweets. Omitted if none.
Whether the account is marked as automated. Omitted if unavailable.
Username of the account operator if automated. Omitted if not automated.
Whether the account is unavailable (suspended, deactivated). Omitted if available.
Reason the account is unavailable. Omitted if available.
Verification type (e.g.
Business, Government). Omitted if not verified or standard blue check.Structured profile bio with entity annotations. Omitted if unavailable.
Next steps: Check Follower to verify follow relationships, or Search Tweets to find tweets from this user.
Last modified on May 25, 2026
Get user