Skip to content

caioabrahao/slimepedia-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Slimepedia API

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!

Getting Started

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/

Current Endpoints

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

Querying results

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.

Thats it!

I will be adding more data and more features to the API.

Consider giving this repo a star!

About

A RESTful API for retrieving Slime Rancher Related Information

Topics

Resources

License

Stars

Watchers

Forks