Top winners

GET /api/v1/mystery/feed/winners read:catalog

Same shape as the recent feed but ordered by item value — use it for a "biggest wins" marketing strip. Supports ?scope=mine and pagination.

Try it GET /api/v1/mystery/feed/winners?limit=10

These inputs are shared across all docs pages — an id entered here carries over.

response
401 65ms preloaded server-side with the default context
object · 3 keys
{
  "success": false,
  "message": "Invalid API key",
  "error": "API key not found or inactive"
}
curl (tracks the inputs above)
curl -X GET 'https://staging-service.rip.fun/api/v1/mystery/feed/winners?limit=10' \
  -H 'X-API-Key: rip_v1_…'

Request fields

FieldTypeRequiredDescription
limit / offsetquery intPagination (1–100 / 0–10000)
scopequery string`mine` → only this key’s pulls