cool site (mayor stuff)

How are you managing to find these? Just from Google and stuff?
Devs have personally shared these out before, it's just not so much in the public eye so coming across it is a neat small surprise, more to grab from API would be awesome though like leaderboards, etc
 
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.
 
thanks so much am prob gonna make a crafting site thingy
 
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