Get Games
RGS Public API
Get Games
Retrieves a list of games available from all software providers or a specific software provider.
Get Games
Documentation Index
Fetch the complete documentation index at: https://docs.game-services.work/llms.txt
Use this file to discover all available pages before exploring further.
GET /platform/api/games
Request Parameters
| Name | Type | Description |
|---|---|---|
| softwareProvider | string optional | Filter games by a specific software provider. |
Response Parameters
Array of objects. Each object contains the following fields:| Name | Type | Description |
|---|---|---|
| uuid | decimal | Unique identifier of the game. |
| name | decimal | Name of the game. |
| softwareProvider | decimal | The software provider of the game. |
| gameCode | decimal | The unique game code. |