promotional bannermobile promotional banner

HyRESTAPI

HyRESTAPI is a Hytale server mod that provides a REST API for managing players, executing server commands and monitoring server status through http endpoint.

File Details

HyRESTAPI-1.0.1.jar

  • R
  • Jan 21, 2026
  • 6.03 MB
  • 98
  • Early Access

File Name

HyRESTAPI-1.0.1.jar

Supported Versions

  • Early Access

Changelog 1.0.1

  • Added patch info and more server statistics to the status endpoint.
  • Added new configuration for disabling unwanted endpoint.
  • Fixed several issues that were happening.

New Configuration

{
  "enabled": false,
  "port": 8080,
  "apiKey": "changeme",
  "host": "0.0.0.0",
  "enableCors": true,
  "allowGetEndpoints": true,
  "allowPostEndpoints": true,
  "allowGiveItem": true,
  "allowKickPlayer": true,
  "allowBanPlayer": true,
  "allowUnbanPlayer": true,
  "allowBroadcast": true,
  "allowCommand": true
}