Skip to content

RIMAPI - RimWorld REST API

RIMAPI Logo

Getting Started Contribute

Overview

RIMAPI is a powerful mod that adds a REST API server to RimWorld, allowing you to interact with your game programmatically. Monitor colony status, control pawns, manage resources, and build external tools and integrations.

Key Features

  • 📡 RESTful API - Standard HTTP endpoints for game data
  • 🔔 Real-time Events - Server-Sent Events (SSE) for live updates
  • 🔌 Extensible Architecture - Other mods can add their own endpoints
  • 🛡️ Safe & Non-blocking - Runs on main thread with request queuing
  • 📚 Auto-documentation - Self-documenting API with multiple formats

Next Steps