Host API · REST, WebSocket, webhooks
Everything the app does, from a script.
Turn on the host in Settings and your Mineger becomes an HTTP server: start and stop servers, send commands, install mods, take backups, read the world map. Bots, dashboards, cron jobs, a Stream Deck.
44 endpoints
7 areas
JSON in, JSON out
Port 25580 · no account
Quick start
- 1In Mineger open Settings → Remote control and turn the host on.
- 2Copy the token from the invite link (
mineger://…). - 3Call any endpoint with the token in the Authorization header:
curl -H "Authorization: Bearer $TOKEN" \
http://HOST:25580/api/info
Optional: fills the examples below. Stays in this tab, never sent anywhere.
Nothing matches. Try a path fragment like "map" or a word like "backup".
Built something with it?
A Discord bot, a dashboard, a Home Assistant integration: open an issue or a discussion and it will end up linked here. Missing an endpoint? Ask for it.