BotsArchive

API

Free JSON API for Telegram Bot data and metadata

Visit Website

Overview

The BotsArchive API delivers JSON-formatted details of Telegram bots from its curated database. Key endpoints include GET /bots (filtered list of bots by category/rating) and GET /bot/{username} (detailed info like name, description, tags, ratings, and contact links). It supports RESTful interactions and no authentication. Use cases: Build bot directories, integrate bot info into apps, analyze Telegram’s bot ecosystem, or create discovery tools for users to find relevant bots.

Example Integration (JavaScript)

script.js JS

fetch('https://botsarchive.com/docs.html')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Response Format
  • No Authentication Required
  • Bot Metadata Retrieval
  • Filterable Bot List

Frequently Asked Questions

? Is BotsArchive API free to use?

Yes, the BotsArchive API is completely free for public access with no hidden costs.

? Does it require an API Key?

No, the API does not need any authentication or API key to retrieve bot data.

? What is the response format?

All responses from the BotsArchive API are in JSON format, which is easy to parse and integrate into applications.

Top Alternatives

Telegram Bot API (basic bot info) Search Google
OpenBotList Public API Search Google

People Also Ask about BotsArchive

BotsArchive vs Telegram Bot API (basic bot info)BotsArchive vs OpenBotList Public API BotsArchive 2025 review

Tool Info

Pricing Free
Category Open Data
Platform Public API

Pros

  • Free open access
  • Comprehensive bot details
  • Easy integration

Cons

  • Potential rate limits
  • No SLA
  • Data freshness unspecified

More Open Data Tools