users

Get contests hosted by user

Get the remix contests hosted by a single user, ordered with currently-active contests first (by soonest-ending end_date) followed by ended contests (most-recently-ended first). Mirrors the response shape of GET /events/remix-contests (data + related users / tracks / entry_counts).

get/users/{id}/contests

Path parameters

idstring required

A User ID

Query parameters

offsetinteger

The number of items to skip. Useful for pagination (page number * limit)

limitinteger

The number of items to fetch

status'active' | 'ended' | 'all'

Filter contests by status

user_idstring

The user ID of the user making the request. Required for personalization of related users (e.g. does_current_user_follow) in the response.

Response

Success

Changes

No recorded changes to this endpoint across all 1 revision of this API.