# Get bot statistics **GET /v1/bots/{clientId}/stats** Returns current statistics for a specific bot (public bots only) ## Servers - Production: https://api.4mina.app (Production) ## Parameters ### Path parameters - **clientId** (string) Discord bot client ID ## Responses ### 200 Bot statistics #### Body: application/json (object) - **success** (boolean) - **data** (object) - **meta** (object) ### 404 Bot not found, not public, or stats not available #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)