Off Canvas sidebar is empty

Page and Tile Count By Domain

https://api.tilerank.com/api/tilerankapi/v1/clients/getdomainspages?api_key=[your api key]

Description

Returns a list of domains which are displaying your game titles with a count of the pages within each domain.

Response Data Parameters

Parameter

Required

Type

Description

error

yes

BOOLEAN

 

message

yes

INT

 

domains

yes

Array [

STRING: domain,

INT: pages,

INT: tiles

]

Array of domain objects 

Example Response

{
   "error":false,
   "message":"Success",
   “domains”:
   [
      {
         "domain": "domain",
         "pages": 10,
         "tiles": 40
      }
   ]
}

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