events
Get all remix contests
Get remix contest events ordered with currently-active contests first (by soonest-ending), followed by ended contests (most-recently-ended first). Active contests are those whose end_date is null or in the future.
get/events/remix-contests
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.