TurtyBot Backend
A supporting REST API used by TurtyBot for utility, content, and data-heavy commands.
A REST API used by TurtyBot for utility endpoints, game data, image processing, Minecraft version lookups, and other command support.
Total Commits
105
Open Issues
0
Last Updated
5 days ago
Jun 18, 2026, 10:45 PM UTC
Stars
0
Languages
Java 99%
A supporting REST API used by TurtyBot for utility, content, and data-heavy commands.
It covers everything from random content and snippets to game lookups, image manipulation, and Minecraft metadata.
The goal is simple: give TurtyBot a cleaner source of data and processed results for commands that need more than local bot logic.
TurtyAPI gives TurtyBot a single backend for a mix of utility and content-driven features, instead of spreading those lookups across lots of separate command implementations.
A big part of the API is exposing structured data that TurtyBot can turn into useful responses for games and Minecraft-related commands.
TurtyAPI also handles image-based features so TurtyBot can request transformed results without embedding that processing directly into the bot.