- Path parameters
- {name}: Game name
Get a list of games by name registred on the website, limited to 50.
Need metadata:read scope.
Need metadata:read scope.
- Response
- data: [ ['id': int, 'name': string, 'platform': Platform, 'genre': Genre ], ... ]
Platform and Genre: ['id': int, 'name': string]
game has an associated platform and genre.