Off Canvas sidebar is empty

Get Provider Games

https://api.tilerank.com/api/tilerankapi/v1/clients/getprovidergames?provider_id=[provider_id]&apikey=[your api key]

Description

Returns a list of game titles for the game provider. Only available with the Enterprise Tier

Response Data Parameters

Parameter

Required

Type

Description

error

yes

BOOLEAN

 

message

yes

INT

 

games

yes

Array [

INT: game_id

STRING: gametitle

]

Array of game objects 

Example Response

{
   "error":false,
   "message":"Success",
   “games”:
   [
      {
         "game_id": 1,
         "gametitle": "gametitle"
      }
   ]
}

Example Error Response

{
   "error":true,
    "message":"Invalid API Key",
}

 

Tilerank.com Uses Cookies

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept All”, you consent to the use of ALL the cookies.

Privacy