Skip to main content

Get Mod Collections

GET 

/games/:game-id/collections

Get all mod collections. Successful request will return an array of Mod Collection Objects. We recommended reading the filtering documentation to return only the records you want.

Request

Sorting filters

Parameters

    name string

    Sort results alphabetically by name using the _sort query parameter name. For example _sort=name would return games from A-Z.

    date_live string

    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.

    date_updated string

    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.

Responses

OK