Page cover image

⚙️Amara API

Good to know: With the Revenue Plugin you can sell ranks, kits and in-game items!

API Integrations

cake

Here is an example of how this works... okay!?

{
    "id": "1234"
    "type": "activeMembersRequest"
    "data": {
        "activeMembers": 31
    }
}
fetch("").then(response => {
    // Do something with the response here!
});

Last updated