Skip to main content
Returns the catalog of games currently enabled on your operator account. Use the query parameters to filter the result set.

Endpoint

Headers

Query parameters

Filter games by name (case-insensitive, partial match).
string
Filter games by provider UUID. Get provider IDs from GET /operator/providers.
string
Filter by game type. Examples: slots, live.

Example request

Response — 200 OK

Response fields

string
Unique identifier (UUID) for the game. Use this value as the gameId when calling POST /operator/launch.
string
Display name of the game.
string
URL-safe identifier. Useful for building game-specific pages on your site.
string
Game category. Examples: slots, live, table_game, crash.
string | null
URL to a thumbnail image for the game. May be null if no image is available.
object
The provider that supplies this game.
  • id — UUID of the provider
  • name — Display name
  • code — Short code (e.g. pragmatic, bgaming)
string[]
ISO 3166-1 alpha-2 country codes where this game is blocked. Only present when restrictions exist. Use this to hide or disable games for players in restricted countries.
Cache the catalog and refresh on a schedule (e.g. every hour). New games and disabled titles are reflected on the next sync.