curl https://xquik.com/api/v1/x/users/xquikcom \
-H "x-api-key: xq_a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4e5f6a1b2" | jq
Path parameters
X username without the @ prefix.
Your API key. Session cookie authentication is also supported.
Response
Profile bio. Omitted if empty.
Whether the user is verified.
Profile picture URL. Omitted if unavailable.
Profile location. Omitted if empty.
ISO 8601 account creation timestamp.
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
}
{ "error": "invalid_username" }
The provided username is empty or not a valid format.{ "error": "unauthenticated" }
Missing or invalid API key. Check the x-api-key header value.{ "error": "no_subscription" }
No active subscription or usage cap reached. Possible error values: no_subscription, subscription_inactive, usage_limit_reached.{ "error": "x_api_unavailable" }
The upstream X API returned an error. Retry after a short delay.