Community listing page, reviews here may not be monitored by the author.
Spark REST
No reviews yet
Creates a REST Endpoint to show metrics using Spark
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Spark-REST
Spark-REST is a lightweight Minecraft Forge 1.20.1 mod that exposes server performance metrics — provided by the Spark profiler — through a simple REST API.
Designed for server administrators who want to monitor TPS, MSPT, CPU usage, and other performance data using external dashboards, bots, or monitoring tools.
🚀 Features
- Built-in HTTP server that exposes live performance metrics
- Retrieves data directly from Spark
- Metrics include: TPS (10s, 1m, 5m, 15m), MSPT, CPU usage, etc…
- Fully configurable port and endpoint
- Extremely lightweight and safe for production servers
📦 Requirements
- Minecraft Forge 1.20.1
- Spark profiler installed on the server (created by Lucko)
- Java 17 or higher
Note: Spark-REST does not include Spark. You must install Spark separately.
⚙️ Installation
- Download
spark-rest.jar - Place it in your server’s
/mods/folder - Ensure the Spark mod is also installed
- Start the server to generate the configuration file
📝 Configuration
- After the first launch, the configuration file is created at:
config/spark_rest-common.toml- Example:
-
[general] port = 8080 endpoint = "metrics" enabled = true
-
🔗 REST API
- Access your metrics from any browser, bot, or dashboard:
http://{server-ip}:{port}/{endpoint};- Example:
http://localhost:8080/metrics- Example JSON response:
- > { "tps_10s": 20.0, "tps_1m": 19.95, "tps_5m": 19.87, "tps_15m": 19.76, "mspt_1m": 12.4, "cpu": 45.2 }
❓FAQ
- Spark-REST returns no metrics or errors
Make sure Spark is installed and running — Spark-REST depends on Spark’s API. - The port is already in use
Change theportvalue in the config file.
👤 Author
- Developed by JonayKB
🙌 Credits
- This mod is powered by performance data provided by the Spark profiler, created by Lucko.
Spark-REST is not affiliated with the original Spark project but depends on its API to function.
📜 License
- Included in the
LICENSE File(github Repository)
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers