Chat-API

Quick rating

Community listing page, reviews here may not be monitored by the author.

Chat-API

No reviews yet

The Chat API mod forwards Minecraft chat messages via HTTP POST to a configurable, optionally API-key-protected webhook, with ready-to-build projects for Minecraft 1.21.9–26.2.

Mod Loaders
Minecraft
26.2

About

Description

🗨️ Chat API

A lightweight Fabric client-side mod that bridges your Minecraft chat to the outside world.


📋 Overview

Chat API opens up your game's chat via HTTP. Every message you see in chat is sent as a JSON POST request to a freely configurable web address — whether you're playing singleplayer, on your own server, or on someone else's network you don't administer.

It also ships with its own lightweight HTTP server that can accept incoming requests, optionally secured with an API key.


✨ Features

Feature Description
🔄 Real-time chat forwarding Every chat message shown in the client is immediately sent via HTTP POST
🔌 Connection events Reports when you newly connect to a server (not on internal sub-server switches, e.g. lobby → survival)
🌍 Works on any server Purely client-side — no installation or admin rights needed on the target server
🖥️ Built-in HTTP server Accepts incoming requests, open or secured via Authorization: Bearer <key>
⚙️ Simple JSON config Change target address, port & security settings without recompiling
📦 Zero external dependencies Uses Java's built-in HTTP client/server + Fabric API