Skip to main content
GET
Twitter giveaway history & past winners
Free - does not consume credits

Query parameters

number
Results per page. Default 50, max 100.
string
Cursor for pagination. Pass the nextCursor value from a previous response to fetch the next page.

Headers

string
required
Your API key. This endpoint also accepts session cookie authentication.

Response

array
List of draw objects ordered by creation date (newest first).
boolean
true if additional pages exist beyond this result set.
string
Pagination cursor. Pass as the after query parameter to fetch the next page. Present only when hasMore is true.

Pagination

Draws use cursor-based pagination. Each response includes hasMore and (when true) a nextCursor value. Pass nextCursor as the after query parameter to retrieve the next page.
Continue fetching pages until hasMore is false. Cursors are opaque strings. Do not parse or construct them manually.
Related: Get Draw to retrieve full details for a specific draw · Create Draw to run a new giveaway draw.
Last modified on July 31, 2026