# List all public bots (paginated) **GET /v1/bots** Returns a paginated list of all bots registered with the API that are marked as public. - Default limit: 20 - Maximum limit: 100 - Pagination metadata is returned under `meta`. ## Servers - Production: https://api.4mina.app (Production) ## Parameters ### Query parameters - **page** (integer) Page number for paginated results - **limit** (integer) Number of bots per page (default: 20, max: 100) ## Responses ### 200 Paginated list of public bots #### Body: application/json (object) - **success** (boolean) - **data** (object) - **meta** (object) [Powered by Bump.sh](https://bump.sh)