Skip to content

Instantly share code, notes, and snippets.

@alfaproject
Last active February 24, 2016 11:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfaproject/93505938e36eeebd3bcb to your computer and use it in GitHub Desktop.
Save alfaproject/93505938e36eeebd3bcb to your computer and use it in GitHub Desktop.
CherryTech Jackpots

Jackpot Feeds

CherryAffiliates offers you the opportunity to display jackpot amounts and lottery jackpot via our feeds.

Using jackpot feeds will enhance the users experience allowing real time data to be displayed on your site.

Casino Jackpot Feed

To get the jackpots from CherryCasino you have to make a HTTP GET request to this endpoint:

https://frontapi.cherrytech.com/jackpots

With these custom HTTP headers:

CherryTech-Brand: <brand>.<device>
Accept-Language: <language>

The brands that we support at the moment:

  • cherrycasino
  • eurolotto
  • spilleautomater
  • sveacasino
  • suomicasino

The devices that we support at the moment:

  • desktop
  • mobile

The languages that we support at the moment:

  • en (English, EUR)
  • de (German, EUR)
  • nb (Norwegian, EUR/NOK depending on brand)
  • fi (Finnish, EUR)
  • sv (Swedish, EUR/SEK depending on brand)

The output of these requests are in JSON format.

Get all desktop casino jackpots from CherryCasino in NOK:

curl –H "CherryTech-Brand: cherrycasino.desktop" -H "Accept-Language: nb" https://frontapi.cherrytech.com/jackpots

Lottery Jackpot Feed

To get individual lottery jackpots, the game id. needs to be included in the request as well.

Supported games:

  • kootac-euromillions
  • kootac-eurojackpot
  • kootac-megamillions
  • kootac-powerball
  • kootac-superenalotto
  • kootac-lotto-6-49

Get euromillions jackpot from EuroLotto in EUR:

curl -H "CherryTech-Brand: eurolotto.desktop" -H "Accept-Language: en" https://frontapi.cherrytech.com/jackpots/kootac-euromillions

More information

Should you have any issues with the feeds, or need additional information. Please get in touch with us at contact@cherryaffiliates.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment