Skip to main content

Get Mods Events

GET 

/games/:game-id/mods/events

Get all mods events for the corresponding game sorted by latest event first. Successful request will return an array of Mod Event Objects.

tip

If you are polling this endpoint for updates you should store the id or date_added of the latest event, and on subsequent requests use that information in the filter, to return only newer events to process.

Request

Responses

Successful Request