Tabletop Simulator

Tabletop Simulator

Flesh and Blood - OSC
redstone Mar 25, 2021 @ 7:02am
Deck Importing JSON format
Been working on an api that can generate an entire sealed deck in one go. Using fabdb's apis to power the booster generation and have a working demo available here.

I've tried to structure the response to match what is in your list but having trouble getting it working.

Would you be able to quickly double check the response structure and let me know what might be missing or incorrect?

Thanks for you help,

Live api demo available below

[https://fabdb-api.vercel.app/api/boosters/wtr?number=6]

Sample output
```
{"hero":"Dash","hero_id":"ARC002","maindeck":[{"id":"WTR030"},{"id":"WTR106"},{"id":"WTR142"},{"id":"WTR104"},{"id":"WTR139"},{"id":"WTR105"},{"id":"WTR022"},{"id":"WTR151"},{"id":"WTR094"},{"id":"WTR008"},{"id":"WTR144"},{"id":"WTR187"},{"id":"WTR214"},{"id":"WTR184"},{"id":"WTR181"},{"id":"WTR002"},{"id":"WTR040"}],"weapons":[],"equipment":[],"sideboard":[]}
```