Skip to content

Meta

Endpoints in the Meta group. All paths are relative to https://rmhstudios.com.

GET/api/v1/openapi.json

The machine-readable OpenAPI 3.1 description of this API. No authentication required.

Example response

{
  "openapi": "3.1.0",
  "info": {
    "title": "RMH Studios API",
    "version": "v1"
  }
}