gamesRecent
GET
/v1/games/recent
This method returns a list of games records that have been modified recently. For official documentation of the endpoint, please refer to the MobyGames documentation.
Parameters
Params | Type | Required | Description |
---|---|---|---|
queries | object | Optional | Search parameters to restrict the result |
queries.limit | string | Optional | The maximum number of games to return |
queries.offset | string | Optional | The offset from which to begin returning games |
queries.age | string | Optional | Return only games modified in the last age days |
queries.format | string | Optional | The output format (default id ) |