RoyaleAPI / cr-api

Clash Royale Analytics, Profiles and Insights. We no longer publish a public API. Please use the official API from Supercell.
https://RoyaleAPI.com
167 stars 20 forks source link

The clan.badgeName field in the tournament participants #387

Closed ghost closed 5 years ago

ghost commented 6 years ago

Good afternoon. Previously there was a field clan.badgeName in the tournament participants, but for some reason it disappeared.

Request: https://api.royaleapi.com/tournament/29C0908G

Returns now: { "tag": "29C0908G", "name": "Asciendeme Ulises :v", "open": true, "maxPlayers": 100, "currentPlayers": 100, "status": "inProgress", "createTime": 1530055637, "prepTime": 7200, "startTime": 1530062426, "endTime": null, "duration": 3600, "description": "El que gane que ulises lo ascienda jajajajajaja menos a fuentes jaja ntc es broma carnalito 😂✌🏻", "updatedAt": 1530065562, "maxCapacity": 100, "playerCount": 100, "preparationDuration": 7200, "type": "open", "creator": { "tag": "2VJJ908JJ", "clan": { "tag": "2992QYPV", "name": "Polybius", "badgeId": 16000153 }, "name": "VictorEstal", "rank": 18, "score": 86, "creator": true }, "members": [{ "tag": "2PRUL9GVG", "clan": { "tag": "2LYJLQJ", "name": "اسود الرافدين", "badgeId": 16000041 }, "name": "ضاغطهم بشخصتي", "rank": 1, "score": 242 } ...

It is necessary to return (as it was before, and why this field was removed):

{ "tag": "29C0908G", "name": "Asciendeme Ulises :v", "open": true, "maxPlayers": 100, "currentPlayers": 100, "status": "inProgress", "createTime": 1530055637, "prepTime": 7200, "startTime": 1530062426, "endTime": null, "duration": 3600, "description": "El que gane que ulises lo ascienda jajajajajaja menos a fuentes jaja ntc es broma carnalito 😂✌🏻", "updatedAt": 1530065562, "maxCapacity": 100, "playerCount": 100, "preparationDuration": 7200, "type": "open", "creator": { "tag": "2VJJ908JJ", "clan": { "tag": "2992QYPV", "name": "Polybius", "badgeId": 16000153, "badgeName": "A_Char_Rocket_02" (for example) @@@@@@@@@@@@@ }, "name": "VictorEstal", "rank": 18, "score": 86, "creator": true }, "members": [{ "tag": "2PRUL9GVG", "clan": { "tag": "2LYJLQJ", "name": "اسود الرافدين", "badgeId": 16000041, "badgeName": "A_Char_Rocket_02" (for example) @@@@@@@@@@@@@ }, "name": "ضاغطهم بشخصتي", "rank": 1, "score": 242 },

fourjr commented 6 years ago

Might be related to #380

selfish commented 6 years ago

Is this happening in dev server?

fourjr commented 6 years ago

Yes image

selfish commented 5 years ago

Is this still relevant in main API? Feel free to reopen if it is.