cool site (mayor stuff)

Mods can delete this if it's not meant to be shared, but I managed to guess the URL for the crafting API! Can't exactly make sense of it though, if there's a map of what the IDs all mean anywhere, that'd be helpful.
Just click one of the numbers, and it will show you the item name and where you can buy the item.
 
Click where? Nothing is hyperlinked in the browser tab.
You can put it into a JSON Object viewer online if you want to understand the data better - every single item has an ID number, and when you see inside an item Ingredients it tells you the ID number, and quantity that is required to craft that item, you just look for that ID in the list, open it up and you now know what that item is.

Programming wise it is easy to work with, reading wise, it's difficult.
 
Back
Top