Skip to main content

Get Mod Collections

GET 

/games/:game-id/collections

Get all mod collections for the corresponding game. 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 by name in alphabetical order using the _sort query parameter name. For example _sort=name would return games from A-Z.

    date_live string

    Sort 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 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.

See here for more details about sorting.

Responses

OK