1.5 getHiddenList

This is the same type of request as getGameList() but instead of enabled games it returns the hidden/disabled games and also reason for hiding/disabling it.

Request example:

{

    "api_password" : "xapitest", ← use your api password

    "api_login" : "xapitest", ← use your api username

    "method" : "getHiddenList",

    "show_systems" : 0,

    "currency" : "EUR"

}


Response example:
{
"id": "153495",
"name": "Lunar New Year Baccarat",
"type": "live-casino-table",
"subcategory": "_bombayLive",
"parent": "0",
"details": "{}",
"new": "1",
"ext": "png",
"title": "ol-lunar-new-year-baccarat",
"system": "ol",
"position": "2",
"category": "Bombay Live",
"frb_enabled": "0",
"jackpot": "0",
"description": "{\"text_en\":\"\"}",
"licence": "",
"plays": "0",
"rtp": "0",
"wagering": null,
"gamename": "",
"report": "ol",
"hide": "1",
"mobile": false,
"featurebuy_enabled": "0",
"release_date": "2023-01-19",
"show_date": null,
"hide_date": "2024-04-19",
"lottie": null,
"hiding_reason": "eol",
"id_hash": "ol_ol-lunar-new-year-baccarat",
"id_parent": "0",
"id_hash_parent": "",
"freerounds_supported": false,
"featurebuy_supported": false,
"has_jackpot": false,
"provider": "ol",
"provider_name": "Bombay Live",
"play_for_fun_supported": true

}

 

Please keep in mind this is a relatively new addition and we are constantly updating the hiding reasons for the games we have disabled, so some games might still be hidden with the hiding reason set to null.