1

(8 replies, posted in Site Discussion)

Hi,

I've just released a new version of the API: https://github.com/T0RAT0RA/deckbox-api … tag/v1.0.0
@Fueled, you're wishlist is now fixed.


If you have issues please open them here: https://github.com/T0RAT0RA/deckbox-api/issues

2

(8 replies, posted in Site Discussion)

Hi,

I've restarted the project, you can use the API at this address: https://deckbox-api.herokuapp.com/
It's been a while, let me know if something is broken.

I'll move to swagger in the following weeks.

3

(0 replies, posted in Site Discussion)

Hi,

I'm releasing a small unofficial app to analyse past trades for a given user.
The application will look at finished trades (only trades by mail is supported for now) and calculate the balance as of today.
This is only a prototype for now, I'm planning to add charts and more stats in the future.

You can give it a try here: https://t0rat0ra.github.io/deckbox-tools/ and let me know what you think.

(The code is open source: https://github.com/T0RAT0RA/deckbox-tools/)


Example:
https://preview.ibb.co/b8vHmS/Screenshot_from_2018_02_18_21_21_46.png


Edit:
I might have posted this in the wrong section, can an admin move this in General Discussion?

4

(8 replies, posted in Site Discussion)

I can update mine (https://github.com/T0RAT0RA/deckbox-api) if you need it.

5

(20 replies, posted in General Discussion)

I've updated the API to parse the new html layout.

Some functionalities are missing due to this new layout:

  • /api/cards/ : missing type, subtype, edition, cost and rules

  • /api/users/ : missing trade score

I'll try to have theses data back.

6

(20 replies, posted in General Discussion)

Hello,

Only the first button was broke, I fixed it.
You're right, it's not meant for human reading.
This is an API, it's an interface between external application (such as mobile app) and deckbox.

7

(5 replies, posted in Site Discussion)

Can you try with an other browser? (any one) On an other computer?
It's really a weird bug and I don't think it's related to deckbox.
Maybe a virus on your computer?

Do you remember what were the pages that caused the issue?

8

(20 replies, posted in General Discussion)

Oh, I fixed it, thanks.


Fixed bugs:

  • Fixed cards API with cards containing slashes.

9

(5 replies, posted in Site Discussion)

Did you have the same issue on a different browser? Like Firefox?

10

(2 replies, posted in Decks and Deckbuilding)

Hello,

What I would change:
- 1xBattle Hymn
- 1xDoom blade
- 2xVictim of Night
- 1xMurder
- 1xSever the Bloodline
- 1xIncreasing Ambition
- 3xFalkenrath Noble (replaced by Blood Artist)
- 4xBlood Seeker

+ 3xTerminate
+ 2xUrge to feed
+ 2xDreadbore
+ 3xBlood Artist
+ 4xGatekeeper of Malakir
+ 1xVampire Nocturnus
+ 1xStromkirk Captain

3 More Dragonskull Summit if you can.

(my RB vampire: http://deckbox.org/sets/576909)

11

(20 replies, posted in General Discussion)

New feature:

  • Renamed "picture" field to "image"

Fixed bugs:

  • Fixed cards with special characters.

You were right, special characters (like û) caused the issue.
You can already search card with a specific string with the filters: /api/cards/?filters={"name":{"operator":"contains","value":"Nicol"}}

12

(20 replies, posted in General Discussion)

Thanks for doing my QA smile
I'll take a look at that this weekend.

13

(20 replies, posted in General Discussion)

New feature:

  • Added tooltip/image fields to card resources.
    The image field is only available on /api/card/:cardname yet. The tooltip field will provide a raw image.

  • Remove trailing slash when accessing a resource:
    Ex: /api/users/:username/ becomes /api/users/:username

  • Implemented sideboard.

  • Renamed "title" field "name".


Thanks for you feedback.

14

(20 replies, posted in General Discussion)

New feature:

  • The card resource now returns: Formats, Flavor text, Gatherer link, Power/Toughness or Loyality and Rules.


Fixed bugs:

  • Fixed card resource types/subtypes inconsistencies in field name and value type.

15

(20 replies, posted in General Discussion)

I edited my previous post, I refactored the way I parse the filters, "rules" has been changed to "rules_text".

I can get the extra card information from a card page but not from a deck page.
So P/T, formats, flavor text will be available when you get data from a specific cards.
I will also provide the format of a deck and the colors used in it.

16

(20 replies, posted in General Discussion)

Hi,

I didn't try the login with facebook, thanks for pointed that out.
I've added information how to get a username.

I'm not building any mobile app yet, as I'm focused on this API wink

17

(20 replies, posted in General Discussion)

New feature:


Upcoming features:

  • Add Type, Edition, Format, Rarity, Color filters

  • Add decks sideboard

  • Add card prices

18

(20 replies, posted in General Discussion)

Hi,

I've been working on a non-official version of the Deckbox API.
Give it a try: http://deckbox-api.herokuapp.com/ and tell me what you think!

This application is not supported by Deckbox.
This application rely on the site HTML (HTML parser), so any changes to it would break the API.
To detect these changes, I implemented a series of tests (executed twice a day for now) that send a warning when the page layout changed, so I can fixe the API as soon as possible.

Any comments are welcome!

My tradelist as example: http://deckbox-api.herokuapp.com/api/us … /tradelist

FYI - It's working on my iPod touch (iOs 7) with chrome.

Hi,

last week, I was wondering what is the difference between the value of card I sent and received, based on the actual value of the cards.
Thanks to Deckbox, cards on the trade page are shown with their actual value (not the value when the trade was).

So I made a little script to go through my previous trades to see what is the value of cards I sent vs I received.
Here is the result:

http://i.imgur.com/YJnrbo6.png

The script is available here: https://github.com/T0RAT0RA/deckbox_trades_value


Is this something you would use?

21

(2 replies, posted in Decks and Deckbuilding)

Hi,

here is the current version of my zombie deck : http://deckbox.org/sets/347306

It's not standard because of diminish, but I like the combo diminish/tragic slip smile

22

(6 replies, posted in Site Discussion)

You can go to the page you want by changing the URL : http://deckbox.org/sets/325866?p=3

But it would be nice to have the option in the page.