Gamelist
Request
[GET] {PROVIDER_URL}/v1/gamelist?casino_id={casino_id}
Parameter | Type | Required | Description |
---|---|---|---|
casino_id | integer | yes | provided by the game provider |
Response
Successful response will be returns as json
object.
{
"code": 200,
"total": 910,
"games": [
{
"id": 19773,
"name": "888 Dragons",
"brand": "Pragmaticplay",
"category": "Classic Slots",
"new": 0,
"image": "https://example.com/image/888_dragons.webp",
"position": null,
"is_mobile": 1,
"all_platform": 1,
"has_lobby": null,
"has_demo": 1,
"has_freespins": 0,
"launch_url": null,
"demo_launch_url": null,
"landscape": null,
"portrait": null,
"oval": null,
"background": null
}
...
]
}