Transformice Api [verified] Jun 2026
Technical Overview: The Transformice API Ecosystem In the context of the multiplayer platformer Transformice
Whether you want to build a Discord bot for your tribe, create a stats leaderboard, or just explore the data, here is an overview of the official and community-driven APIs available for Transformice. transformice api
Atelier 801 does not officially publish a REST API for third-party developers. However, the official website and launcher use several JSON endpoints. The community has reverse-engineered these. Technical Overview: The Transformice API Ecosystem In the
ws.on('open', () => ws.send('v2'); ws.send('aMyBot'); ws.send('pen'); ); The community has reverse-engineered these
Use Python . It’s excellent for scraping leaderboards and generating graphs of player growth.
Unlike the in-game Lua API, the external API requires authentication for actions like sending whispers or changing room settings. You need a transformice_session cookie and an api_token . These can only be obtained via OAuth2 through Atelier 801's SSO (Single Sign-On), which requires user consent.
const tfapi = require('tfapi');