: Unofficial leaderboards like Cheeseformice utilize the API to scrape and display global rankings, cheese counts, and first-place statistics . Developer Experience & Tools
: Documentation for creating custom buttons, text areas, and popup windows .
Because the official API can be rate-limited or complex to parse raw JSON responses, the community has built excellent wrappers in various languages.
Used inside the game to create custom room modules, mini-games, and tribe house scripts. You can find the latest functions by typing /luahelp in-game or checking the Transformice Wiki .
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM) sock.connect(("transformice.com", 10000)) # Port varies by language
What can you actually build with this? Here are a few ideas: