description |
---|
Sonoran CAD's open API endpoints allow you to automatically update unit locations, panic statuses, send 911 calls and more from in-game. |
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:
{% content-ref url="api-endpoints/" %} api-endpoints {% endcontent-ref %}
Easily integrate external scripts with our LUA and JS export examples:
{% content-ref url="api-examples/" %} api-examples {% endcontent-ref %}
Or, learn more about receiving push events directly to your game server:
{% content-ref url="push-events/" %} push-events {% endcontent-ref %}
Yes, 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.
{% content-ref url="getting-started/" %} getting-started {% endcontent-ref %}