> For the complete documentation index, see [llms.txt](https://docs.amarahosting.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amarahosting.com/developers/amara-api.md).

# Amara API

{% hint style="info" %}
**Good to know:** With the Revenue Plugin you can sell ranks, kits and in-game items!
{% endhint %}

## API Integrations

cake

{% tabs %}
{% tab title="JavaScript" %}
Here is an example of how this works... okay!?

<pre class="language-json"><code class="lang-json"><strong>{
</strong><strong>    "id": "1234"
</strong><strong>    "type": "activeMembersRequest"
</strong><strong>    "data": {
</strong><strong>        "activeMembers": 31
</strong><strong>    }
</strong>}
</code></pre>

```javascript
fetch("").then(response => {
    // Do something with the response here!
});
```

{% endtab %}

{% tab title="PHP" %}
Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus. Donec ullamcorper nulla non metus auctor fringilla. Donec sed odio dui. Donec ullamcorper nulla non metus auctor fringilla.
{% endtab %}
{% endtabs %}
