Search the Community
Showing results for tags 'cardbase'.
-
UPDATE: We made it! This is now the official cardBase. You can check it out on the usual link in the top bar of the forum. Or Here: https://allcards.skylords.eu/ If you want anything added or changed or have a bug to report, comment below! Known bugs: - Some cards are sorted into the wrong place or display outdated info in the tooltip. This is because some data in the API is out of date and there is not much I can do about it. 1.8: - You can now sort cards in a deck using the arrow keys <- and -> - Booster Simulator now has a button to share a
-
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