SirJosh3917 API Reference

This site serves as a reference for all available endpoints in a simple manner. Please take a look at theendpoitns available for usage below.

Endpoint Description
api.sirjosh3917.com/eeu/colors Returns a list of every block and their corresponding colors, maintainted and used by Scarlet.
api.sirjosh3917.com/eeu/worlds/{id}?scale={scale} Returns a PNG image of the EEU World specified. It will also scale the world by the scale specified. The scale will auto clamp to a range from 1 to 4.
api.sirjosh3917.com/eeu/worlds/{id}/meta Returns the metadata of the EEU World specified.
api.sirjosh3917.com/eeu/worlds/{id}/update Purges the specified world from cache, which will present a fresh image of the world on the next load.
api.sirjosh3917.com/ee/colors Returns a list of every block and their corresponding colors, maintainted and used by Scarlet.
api.sirjosh3917.com/ee/worlds/{id}?scale={scale} Returns a PNG image of the EE World specified. It will also scale the world by the scale specified. The scale will auto clamp to a range from 1 to 4.
api.sirjosh3917.com/ee/worlds/{id}/meta Returns the metadata of the EE World specified.
api.sirjosh3917.com/ee/worlds/{id}/update Purges the specified world from cache, which will present a fresh image of the world on the next load.
api.sirjosh3917.com/ee/username/{simpleId} Returns the username of a user, given their Simple ID.
api.sirjosh3917.com/ee/bigdb/{table}/{key} Attempts to make a call to the BigDB, through an authenticated simpleUsers connection.

Deprecated Endpoints

These still work, but they're considered deprecated and should not be used if possible.

Deletion of these endpoints will happen. No indefinite backwards compatibility is attmpted.

Endpoint Description
api.sirjosh3917.com/bigdb/{table}/{key} Returns a JSON representation of the DatabaseObject.
api.sirjosh3917.com/world/update/{id} Returns a page that humans must use to update the image of their world.
api.sirjosh3917.com/world/metadata/{id} Returns the metadata of a world.
api.sirjosh3917.com/world/minimap/{id} Returns the minimap of a world.
api.sirjosh3917.com/username/{simpleid} Fetches the username of a user based on their SimpleID.