Get Collection Mods
GET/games/:game-id/collections/:collection-id/mods
Get all mods within a collection. Successful request will return a paginated list of Mod Objects.
Request
Sorting filters
Parameters
Sort results alphabetically by name using the _sort query parameter name
. For example _sort=name
would return games from A-Z.
Sort results by the date they went live using the _sort query parameter date_live
. For example _sort=-date_live
would return the most recently live games.
Sort results by the date they were last updated using the _sort query parameter date_updated
. For example _sort=-date_updated
would return the most recently updated games.
Sort results by the number of mod downloads in the last 24hours using the _sort query parameter downloads_today
. For example _sort=-downloads_today
would return the most popular games from the last 24hours based on the number of mod downloads.
Sort results by the total number of mod downloads using the _sort query parameter downloads_total
. For example _sort=-downloads_total
would return the most popular games based on the number of mod downloads.
Sort results by the total number of mod subscribers using the _sort query parameter subscribers_total
. For example _sort=-subscribers_total
would return the most popular games based on number of mod subscribers.
Sort results by the number of mods using the _sort query parameter mods_count_total
. For example _sort=-mods_count_total
would return the games with the most number of mods submitted.
Responses
- 200
OK