Bots.Business API v2
  1. Libraries
Bots.Business API v2
  • Bots.Business API v2
    • BB Api docs
    • Authentication
      • Sign in
      • Get Telegram login URL
      • Sign up
      • Telegram login
      • Reset Password
    • User account
      • Update password
      • Get user details
      • Update email
      • Get linked telegram accounts
      • Get telegram link url
      • Get users session token
      • Reset api key
      • Log out all device
      • Get iteration usage
      • Turn ON or OFF ads
      • Get payment plan
    • Bots
      • Create Bot
      • Get Bots
      • Get single bot
      • Edit Bot
      • Delete Bot
      • Start or Stop bot
      • Start CSV import
      • CSV import task status
      • Copy Bot
      • Git export
      • Git import
      • Get installed libraries
      • Install Lib
      • Uninstall lib
      • Get error log
      • Clear error logs
    • Commands
      • Folders
        • Create a folder
        • Get all folders
        • Delete a folder
      • Get Commands
      • Create Command
      • Get Command Details
      • Edit Command
      • Delete Command
    • Broadcast
      • Get broadcast tasks
      • Delete Broadcast task
      • Pause broadcast task
      • Resume broadcast task
    • Chats
      • Get chats
      • Block chat
      • Unblock chat
    • Properties
      • Get properties
      • Delete property
    • Libraries
      • Get libraries
        GET
    • Admin Panel
      • Get admin panels
      • Update admin panel values
    • Demo Store
      • Get store bots
      • Install demo bot
    • Get cloud plans
      GET
    • Schemas
      • Command Schema
      • User Public
      • Create & Edit Bot
      • Bot
  1. Libraries

Get libraries

GET
https://api.bots.business/v2/store/libs
Last modified:2025-10-31 10:37:20
Use this endpoint to retrieve a list of available libraries that can be installed for your bot.

Request

Query Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.bots.business/v2/store/libs?api_key=UKDZu-c68cubrIbniuE2P_nWj0p5r4IHARNrAV-I'
Response Response Example
200 - Success
{
    "id": 10,
    "name": "ResourcesLib",
    "description": "With this library, you can manage various resources within your bot such as balances (USD, BTC, etc.) or game resources (gold, wood, stone). Resources can be user-specific or chat-specific, with methods for setting, adding, checking, transferring, and auto-growing values over time.",
    "img_url": "https://i.imgur.com/MPuABWf.png",
    "installations_count": 659375,
    "created_at": "2018-12-11T02:14:52.473Z",
    "updated_at": "2025-10-27T08:42:40.606Z"
}
Modified at 2025-10-31 10:37:20
Previous
Delete property
Next
Get admin panels
Built with