BotGame API Logo Alternate

BotGame API - Documentation

API Usage

Query Home The base URL for all queries is https://botgameapi.com/app/ You MUST send all queries via https (secure socket layer). If any queries hit the server via non-ssl, they will be rejected. Get a Single Entity You can get a particular entity by sending a GET query. The endpoint is...

Read more

Code Examples

Here are some code examples for reference, using dummy data. You would typically replace your API Key with your actual API Key and the Entity and/or Group name with the actual group name. Do not forget to URL encode your Group and Entity names if they have spaces or unusual...

Read more