Documentation
Welcome to GGBot's API
Welcome to the GGBot API documentation. This site describes the HTTP endpoints you can use to interact with GGBot instances: querying public bot data, managing your bots (start/stop, settings, modules), sending commands, and retrieving statistics.
Getting started — quick curl examples
- Public: list public servers
Code
- Public: get a bot by link name (server parameter required)
Code
- Protected: retrieve your bots (requires OAuth2 token)
Code
Where to go next
- Read Authentication for how to obtain an access token.
- Use the API Reference for detailed endpoint schemas and parameters.
- Browse SDKs for client libraries and generated docs.
Last modified on
