📖API Integration
Sonoran CAD's open API endpoints allow you to automatically update unit locations, panic statuses, send 911 calls and more from in-game.
Last updated
Sonoran CAD's open API endpoints allow you to automatically update unit locations, panic statuses, send 911 calls and more from in-game.
Last updated
All API calls are sent via an HTTP POST with a JSON formatted body.
Yes, our API calls can be integrated into nearly any gamemode with nearly any programming language.
We provide a library of drag-and-drop plugins written in Lua.
You can also write your own script using our API endpoints:
API EndpointsEasily integrate external scripts with our LUA and JS export examples:
API ExamplesOr, learn more about receiving push events directly to your game server:
Push EventsYes, Sonoran CAD will automatically block any malicious or spammed traffic. While we don't publicly publish these limits, it's best to not make more than one call per second for an extended period of time.
Getting Started