ArisuRESTAPI-1.7.0.jar
13 Feb 2026
CurseForge · Hytale mod
Simple API for web integration: Manage Players, run commands, track deaths and mods info. Works for localhost and servers.
Quick answer
Arisu's REST API + ArisuRESTAPI-1.7.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
ArisuRESTAPI-1.7.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Arisu's REST API + ArisuRESTAPI-1.7.0.jar. Pick another file and the loader, install side or required mods may change.
Use ArisuRESTAPI-1.7.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside ArisuRESTAPI-1.7.0.jar. It opens that exact file at the source.
About this project
A Hytale server mod that exposes a REST API over HTTP so you can manage players, run server commands, and monitor your server from external tools, dashboards, or scripts.
/api/deaths, /api/deaths/summary, /api/deaths/recent/api/mods and /api/mods/configsapiKey in config.json.http://localhost:8223/api/health.All endpoints except /api/health require the header: X-API-Key: <your-api-key>.
I created this mod because I've been playing with friends hosting a server, and I wanted to have a place to centralize general info and useful tools. It started as a side-project but I have used it so much for my boards and other mods, I decided to make it available here as it may suit some of you.
I believe its easier to show it's potential through some stuff I built:







| Method | Endpoint | Description |
|---|---|---|
| GET | /api/health |
Check API status (no auth) |
| GET | /api/server/status |
Server information |
| GET | /api/deaths |
Death counter: summary, recent deaths, total (built-in tracking) |
| GET | /api/deaths/summary |
Per-player death counts (sorted by deaths) |
| GET | /api/deaths/recent |
Recent deaths (optional ?limit=50) |
| GET | /api/mods |
List installed mods (JAR and ZIP in mods folder) |
| GET | /api/mods/configs |
List mod config folders, config files, and main class when resolvable from manifest (mods/<folder>/manifest.json or mods/<folder>.jar) |
| GET | /api/universe/players |
List saved players from Server/universe/players/*.json (id, name) for the board app |
| GET | /api/universe/players/{id} |
Full player JSON by id (filename without .json) |
| GET | /api/players |
List online players |
| GET | /api/players/{name} |
Get specific player info |
| POST | /api/players/{name}/give |
Give item to player |
| POST | /api/players/{name}/kick |
Kick player |
| POST | /api/players/{name}/ban |
Ban player |
| POST | /api/players/{name}/unban |
Unban player |
| POST | /api/broadcast |
Send message to all players |
| POST | /api/command |
Execute server command |
Edit mods/ArisuRESTAPI/config.json:
| Option | Default | Description |
|---|---|---|
port |
8223 | HTTP port |
apiKey |
changeme | needed for authentication |
bindAddress |
0.0.0.0 | Bind address (0.0.0.0 = all) |
There are plenty of uses to manipulate your server with these commands from web if you wish to do so. Use and modify as needed for your server!
Project description from CurseForge.
Recent files
13 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.