Skip to main content

Get User Games

GET 

/me/games

Get all games the authenticated user added or is a team member of. Successful request will return an array of Game 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. For example _sort=name would return games from A-Z.

    date_live string

    Sort by the date they went live. For example _sort=-date_live would return the most recently live games.

    date_updated string

    Sort by the date they were last updated. For example _sort=-date_updated would return the most recently updated games.

    downloads_today string

    Sort by the number of mod downloads in the last 24hours. For example _sort=-downloads_today would return the most popular games from the last 24hours based on the number of mod downloads.

    downloads_total string

    Sort by the total number of mod downloads. For example _sort=-downloads_total would return the most popular games based on the number of mod downloads.

    subscribers_total string

    Sort by the total number of mod subscribers. For example _sort=-subscribers_total would return the most popular games based on number of mod subscribers.

    mods_count_total string

    Sort by the number of mods. For example _sort=-mods_count_total would return the games with the most number of mods submitted.

See here for more details about using the _sort query parameter.

Responses

Request Successful