/api/v1/mystery/feed/winners read:catalogSame shape as the recent feed but ordered by item value — use it for a "biggest wins" marketing strip. Supports ?scope=mine and pagination.
GET /api/v1/mystery/feed/winners?limit=10 These inputs are shared across all docs pages — an id entered here carries over.
{
"success": false,
"message": "Invalid API key",
"error": "API key not found or inactive"
}curl -X GET 'https://staging-service.rip.fun/api/v1/mystery/feed/winners?limit=10' \ -H 'X-API-Key: rip_v1_…'
| Field | Type | Required | Description |
|---|---|---|---|
limit / offset | query int | — | Pagination (1–100 / 0–10000) |
scope | query string | — | `mine` → only this key’s pulls |