Api

From GridPlay

Info

Will work on this soon
We have some useful REST API's for everyone to use on top of our products
Our API URL is https://sl.gridplay.net/api/

GET

slimg/{uuid}/{size}
This will return the image of the in world texture
uuid is the UUID of the in world texture
size is optional for the size you like

name2key/NAMEHERE
This will return the UUID of NAMEHERE

{
  "uuid": "b6fa4693-593d-435c-ad32-45cffe4a8365"
}

key2name/UUID
This will return the username of UUID

{
  "name": "venkellie"
}

useronline/UUID
This will return if the user is online provided the UUID is given

{
  "isOnline": true|false
}

POST

We working on a new API system for POST requests. In the meantime please see Ventalkie#RESTful for its POST API