GET | https://slime-rancher.vercel.app/api/ | Returns all resource lists as an array |
GET | https://slime-rancher.vercel.app/api/slime/{slime id} | Returns all slimes. If appended with a slime's id, returns only that slime's info. |
GET | https://slime-rancher.vercel.app/api/food/{food id} | Returns all foods. If appended with a food's id, returns only that food's info. |
GET | https://slime-rancher.vercel.app/api/location/{location id} | Returns all locations. If appended with a location's id, returns only that location's info. |
GET | https://slime-rancher.vercel.app/api/toy/{toy id} | Returns all toys. If appended with a toy's id, returns only that toy's info. |