Skip to content

API Documentation

Mateusz Andrzejewski edited this page Jun 25, 2025 · 35 revisions

API Documentation

This page contains API documentation for the RPG Handy Helper project.

API Structure

All API endpoints are available under the base path /api/v1.

Controller Categories

Notes

Scheduler

User

Forgot Password

Register

Rpg Systems

Game

Game Room

Cyberpunk Red

Manual Controllers

Compatibility Controllers

Custom Controllers

Character Controllers

Other Categories

Links to documentation for other controllers will be added here as they are created.

Data Formats

The API uses JSON format for data exchange. Most endpoints return data as Map<String, Object>.

Authentication

Endpoints requiring authentication are located under the path /api/v1/authorized/*.

Clone this wiki locally