Deadman
Level 64
Report
|
I'm looking for the template ID used for a game. It is missing in the response for some games, but present for the other ones.Please help.
Missing: { "termsOfUse" : "Please use this data feed responsibly, as it can consume significant amounts of server resources if called repeatedly. After getting the data for a game, please store the data locally so you don't need to retrieve it from the WarLight server again. The format of this data feed may change in the future. The feed requires that you be signed into your member WarLight account to use. If you're trying to access it programmatically, you may POST your username and API Token to this page in the format Email=your@email.com&APIToken=token", "id" : "9958799", "state" : "Finished", "name" : "Snow Mountains Bloody Mess RT: First Round", "numberOfTurns" : "6", "players" : [ { "id" : "635295275", "name" : "Lolowut the Invincible • apex", "email" : "lolow...@...", "isAI" : "False", "color" : "#008000", "state" : "SurrenderAccepted" }, { "id" : "486201411", "name" : "ps", "email" : "...@...", "isAI" : "False", "colorb" : "#606060", "state" : "Won" } ] }
Present: { "termsOfUse" : "Please use this data feed responsibly, as it can consume significant amounts of server resources if called repeatedly. After getting the data for a game, please store the data locally so you don't need to retrieve it from the WarLight server again. The format of this data feed may change in the future. The feed requires that you be signed into your member WarLight account to use. If you're trying to access it programmatically, you may POST your username and API Token to this page in the format Email=your@email.com&APIToken=token", "id" : "10011688", "state" : "Finished", "name" : "Real-Time Ladder: Master of the Dead vs Sułtan ..", "numberOfTurns" : "5",
"templateID" : "514267",
"players" : [ { "id" : "6449746372", "name" : "Sułtan Kosmitów", "email" : "niele...@...", "isAI" : "False", "color" : "#94652e", "state" : "SurrenderAccepted" }, { "id" : "2428496679", "name" : "Master of the Dead", "email" : "...@...", "isAI" : "False", "color" : "#009b9d", "state" : "Won" } ] }
|