Mudhaven Developer Platform

Connect your world.

Report live game activity, read hosting-area weather notices, and publish standards-friendly world information through small, versioned APIs built for MUD and BYOND servers.

Current version
v1
Base URL
https://mudhaven.net/api/v1
Response format
JSON
Transport
HTTPS only

Choose an integration

Three APIs, one narrow purpose each.

Mudhaven does not ask for game databases, player identities, chat, saves, or remote-control access. Each endpoint accepts or returns only the public facts needed for its job.

01Server-side by design

Heartbeat tokens stay in private game configuration and never belong in downloadable source or client code.

02One current snapshot

Heartbeat updates replace the previous snapshot instead of producing an unlimited reporting history.

03Public facts only

Unknown fields are rejected, custom fields must be configured first, and private player data is prohibited.

04Fail safely

Offline and stale states come from receipt age; a game cannot falsely submit an offline claim for another service.

Authentication boundary

Documentation is public. Controls are not.

Anyone may read these contracts. Creating or rotating a heartbeat token still requires the verified owner of an approved, active hosting service.

Review token safety