Skip to content

craft-together/craftyapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CraftyAPI (Craft Together API)

CraftyAPI is a plugin which serves data over a REST API, it allows other users to be able to fetch data from CraftTogether with a simple and easy to use API.

Endpoints

/api/global/blocks-broken

Gets the total number of blocks broken on the server

Example response:

{
  "user": "global",
  "blocksBroken": 28
}

WARNING the user will always be global, this is due to the same object being used for user dependant statistics

Releases

No releases published

Packages

No packages published

Languages