Skip to main content
curl https://xquik.com/api/v1/x/users/xquikcom \
  -H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq

Path parameters

username
string
required
X username without the @ prefix.

Headers

x-api-key
string
required
Your API key. Session cookie authentication is also supported.

Response

id
string
User ID.
username
string
X username.
name
string
Display name.
description
string
Profile bio. Omitted if empty.
followers
number
Follower count.
following
number
Following count.
verified
boolean
Whether the user is verified.
profilePicture
string
Profile picture URL. Omitted if unavailable.
location
string
Profile location. Omitted if empty.
createdAt
string
ISO 8601 account creation timestamp.
statusesCount
number
Total number of tweets posted.
{
  "id": "987654321",
  "username": "xquikcom",
  "name": "Xquik",
  "description": "X real-time data platform",
  "followers": 10000,
  "following": 500,
  "verified": true,
  "profilePicture": "https://pbs.twimg.com/profile_images/xquik/photo.jpg",
  "location": "San Francisco",
  "createdAt": "2020-01-15T00:00:00.000Z",
  "statusesCount": 5000
}
Next steps: Check Follower to verify follow relationships, or Search Tweets to find tweets from this user.