# Get bot information **GET /v1/bots/{clientId}** Returns detailed information about 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 information with current stats #### Body: application/json (object) - **success** (boolean) - **data** (object) - **meta** (object) ### 404 Bot not found or not public #### Body: application/json (object) - **success** (boolean) - **error** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)