Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If game is a jackpot game, but there is no jackpot data available for it, “jackpotfeed” field will be empty string ("jackpotfeed": "",)

If you would rather call separate function to fetch just a list of games that have jackpot data, you can simply call method “getJackpotFeeds”:

Code Block
languagejson
{
	"api_password": "xapitest",
	"api_login": "xapitest",
	"method": "getJackpotFeeds",
	"return_gameids":false,
	"currency": "EUR",
	"return_all_currencies":true //optional parameter to return response for all agent currencies it takes longer
}

...