# API Integration

<figure><img src="https://232668649-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M4pGN81fb4R6zFhodcu%2Fuploads%2FLK84lZNRx7sYzRPHAThK%2Fapi-integration.png?alt=media&#x26;token=a4edc2b3-162c-48c3-a074-90bebfeec361" alt=""><figcaption></figcaption></figure>

## 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 integrated into nearly any gamemode with nearly any programming language.

We provide a library of drag-and-drop plugins written in Lua.<br>

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

{% content-ref url="api-integration/api-endpoints" %}
[api-endpoints](https://docs.sonoransoftware.com/cad/api-integration/api-endpoints)
{% endcontent-ref %}

Easily integrate external scripts with our LUA and JS export examples:

{% content-ref url="api-integration/api-examples" %}
[api-examples](https://docs.sonoransoftware.com/cad/api-integration/api-examples)
{% endcontent-ref %}

Or, learn more about receiving push events directly to your game server:

{% content-ref url="api-integration/push-events" %}
[push-events](https://docs.sonoransoftware.com/cad/api-integration/push-events)
{% endcontent-ref %}

## Are there rate limits?

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="api-integration/getting-started" %}
[getting-started](https://docs.sonoransoftware.com/cad/api-integration/getting-started)
{% endcontent-ref %}
