Games

Game-related operations

circle-info

This document uses the REST API. For more details, see the Working with the REST API page.

List Games

get
/games

Retrieves a list of games.

Query parameters
pageintegerOptional

Page number for pagination

limitintegerOptional

Number of items per page

provider_idintegerOptional

Filter games by provider ID

category_idintegerOptional

Filter games by category ID

Responses
chevron-right
200

Successful operation

application/json
get
/games

Get Game

get
/games/{id}

Retrieves a specific game by ID.

Path parameters
idintegerRequired
Responses
chevron-right
200

Successful operation

application/json
get
/games/{id}

List Game Providers

get
/games/providers

Retrieves a list of game providers.

Query parameters
pageintegerOptional

Page number for pagination

limitintegerOptional

Number of items per page

Responses
chevron-right
200

Successful operation

application/json
get
/games/providers

Get Game Provider

get
/games/providers/{id}

Retrieves a specific game provider by ID.

Path parameters
idintegerRequired
Responses
chevron-right
200

Successful operation

application/json
get
/games/providers/{id}

List Game Categories

get
/games/categories

Retrieves a list of game categories.

Query parameters
pageintegerOptional

Page number for pagination

limitintegerOptional

Number of items per page

Responses
chevron-right
200

Successful operation

application/json
get
/games/categories

Get Game Category

get
/games/categories/{id}

Retrieves a specific game category by ID.

Path parameters
idintegerRequired
Responses
chevron-right
200

Successful operation

application/json
get
/games/categories/{id}

Last updated