For the complete documentation index, see llms.txt. This page is also available as Markdown.

📖API Integration

Sonoran CMS's open API endpoints allow you to utilize the whitelist system, clock in and out users, etc.

Sonoran JS - NPM Library

Sonoran CMS offers a complete Node API library from NPM!

npm i @sonoransoftware/sonoran.js

How are API calls sent?

All API calls are sent via an HTTP POST with a JSON formatted body.

Can I integrate this with my gamemode/framework?

Yes, our API calls can be integrationed into nearly any gamemode with nearly any programming language.

We provide several drag-and-drop resources written in JS/TS.

You can also write your own script using our API endpoints:

API Endpoints

The newer REST-style v2 surface is documented here, with one page per endpoint:

API Endpoints V2

Are there rate limits?

Yes, Sonoran CMS will automatically block any malicious or spammed traffic. While we don't publicly publish these limits, it's not best to not make more than one call per second for an extended period of time.

Getting Started

Last updated

Was this helpful?