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
You are not logged in. Please login or register.
Deckbox Forum » Posts by ToraTora
Pages 1
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
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.
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/)
Edit:
I might have posted this in the wrong section, can an admin move this in General Discussion?
I can update mine (https://github.com/T0RAT0RA/deckbox-api) if you need it.
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.
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.
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?
Oh, I fixed it, thanks.
Fixed bugs:
Fixed cards API with cards containing slashes.
Did you have the same issue on a different browser? Like Firefox?
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)
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"}}
Thanks for doing my QA
I'll take a look at that this weekend.
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.
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.
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.
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
New feature:
You can now filter cards search. (Try-it)
Only Name, Rules text, Subtype and Cost are implemented for now
The code is now open-source: https://github.com/T0RAT0RA/deckbox-api
Upcoming features:
Add Type, Edition, Format, Rarity, Color filters
Add decks sideboard
Add card prices
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:
The script is available here: https://github.com/T0RAT0RA/deckbox_trades_value
Is this something you would use?
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
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.
Pages 1
Deckbox Forum » Posts by ToraTora