Search the Community
Showing results for tags 'API'.
-
Hello there, People of the Sky, Since the first Battle of Tactics I provide a website, on which you could check your replay if it is valid for the event. But why stop there! So let me share with you the: Skylords Rebore Replay Checker: --> https://www.t1421.tk <-- On this page you can upload a replay and all information which can be read out of the file will be shown on the page. At the moment I tested a lot with PvE replays, but PvP should work as well. There are tree tabs: 1. Head: Here you can find the main information about the game Map name, time, ga
-
Introducing the Auction House Archives! The goal of this site is to track each card's journey through the in-game auction house and beyond. Since it tracks each individual auction, it can deduce when a card has sold in the auction house and for how much. With this information it can display the min, average, and max prices a card has sold for along with potential deals that are in the in-game auction house. I've also built out an API you can use in your own projects to receive information from the archive. To learn more about how the archive works, or how to use its API, visit the about page (
-
CardBase API For those interested in making applications with BattleForge data, we expose the CardBase API. Note that we are still expanding the CardBase in functionality, so it could be that your application becomes useless in the future.. Just sayin~ This API provides data about Cards and Maps in json format. On this page I will give you the endpoints and required data to make use of this API. Each Response from this API returns the data inside a wrapper APIWrap<T> which looks like this: public class APIWrap<T> //T = Return Type of A