Ah, I see. Well, unfortunately, I don’t have that information available at the moment. I have the facility to track modification time for individual troops, spells, etc. but it’s not enabled; for now you can use the mod time to tell if you can skip things entirely, which should give you most of the win you’re looking for.
I’ll investigate what it would take to satisfy your request later this week, though.
Lyya, is there any mapping API for “colors”, and “rarityId” field?
There seems that 1024 is ‘blue’.
{"0":{"id":6000,"name":"Ogre","rarity":"Common","kingdomId":3000,"type":"Giant","colors":1024,"spellId":7131,"description":"Nothing says \"Don't mess with me\" quite like a necklace of your enemies' skulls.","rarityId":1,"typeCode1":"giant","typeCode2":"","maxArmor":14,"maxLife":30,"maxAttack":19,"maxMagic":0,"kingdomName":"Broken Spire","imageUrl":"http://gowdb.com/assets/cards/Troop_K00_00.jpg","pageUrl":"http://gowdb.com/troops/6000"}
Quick question. Is there a http://gowdb.com/api/kingdoms/details (like troops has) that have all the details of all the Kindoms so I don’t have to pull each kingdom to get details?
As always, thank you so much for all you do for the community.
That would be really awesome if you could do that. I’m working on a bot and would like to only pull the JSON data once a day (if needed) from your site. Pulling and searching through one file would make my bot so much more efficient then opening 29(?) files.
The addition of “modTime” broke my “all” queries, which had previously all been indexed arrays (square bracket notation in JSON) by introducing a string property at the top level. So I’ve changed all the “all” APIs to return data in the following form (replacing “troops” with whatever the query is). This is a breaking change.
Can you provide the user information via API? In gowdb.com Settings page, users can select if their information can be shown in ladder and Statistics page. How about adding API option and providing their information via API?
I want to see my TraitsStone information via telegram bot.