Retrieve draw details including winners and tweet metadata
cURL
curl --request GET \ --url https://xquik.com/api/v1/draws/{id} \ --header 'x-api-key: <api-key>'
Documentation IndexFetch the complete documentation index at: https://docs.xquik.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.xquik.com/llms.txt
Use this file to discover all available pages before exploring further.
curl https://xquik.com/api/v1/draws/f4bd00a2-7b4e-4e59-8e1b-72e2c9f12345 \ -H "x-api-key: xq_YOUR_KEY_HERE" | jq
Show draw object
completed
Show winner object
true
{ "draw": { "id": "f4bd00a2-7b4e-4e59-8e1b-72e2c9f12345", "tweetId": "1893456789012345678", "tweetUrl": "https://x.com/xquik/status/1893456789012345678", "tweetText": "Giveaway time! Reply to enter. 3 winners get a free month of Xquik Pro.", "tweetAuthorUsername": "xquik", "tweetLikeCount": 2450, "tweetRetweetCount": 1820, "tweetReplyCount": 847, "tweetQuoteCount": 95, "status": "completed", "totalEntries": 847, "validEntries": 312, "createdAt": "2026-02-24T10:00:00.000Z", "drawnAt": "2026-02-24T10:05:00.000Z" }, "winners": [ { "position": 1, "authorUsername": "alice_web3", "tweetId": "1893456789012345700", "isBackup": false }, { "position": 2, "authorUsername": "bob_dev", "tweetId": "1893456789012345701", "isBackup": false }, { "position": 3, "authorUsername": "charlie_nft", "tweetId": "1893456789012345702", "isBackup": false } ] }
{ "error": "unauthenticated" }
{ "error": "not_found" }
{ "error": "rate_limit_exceeded", "message": "Too many requests. Try again later.", "retryAfter": 1 }
Retry-After
Was this page helpful?