A RESTful API that delivers all the data you need about the Slime Rancher games.
Access all sorts of information such as Names, Types, Slimepedia entries and even Images!
Everything is sorted in an easy to use structure for you to worry less about the data and more about creating your amazing app!
Make your first Slimepedia API call! Just use the link below or check the guide to get started in the Docs!
https://slimepedia-api.vercel.app/api/
The following are the currently available data you can access trough the API:
Data | Endpoint |
---|---|
Slimes | /api/slimes |
Plorts | /api/plorts |
Ranchers | /api/ranchers |
Locations | /api/locations |
You can also query you request for specific results. Here are some examples:
Data | Queried Endpoint |
---|---|
Slimes | /api/slimes/{slime_id} |
Plorts | /api/plorts/{plort_id} |
Ranchers | /api/ranchers/{rancher_id} |
Locations | /api/locations/{game_version}/{location_id} |
To know more about data querying within the API, check the Query Parameter article in the Docs.
I will be adding more data and more features to the API.
Consider giving this repo a star!