BotsArchive API
Overview
BotsArchive provides a public database of Telegram bots with details returned in JSON format. No authentication is needed, so you can start exploring bot listings immediately. It is useful for building Telegram bot directories or discovering bots for a specific purpose.
Beginner Tip
No API key is required — just make a GET request to the endpoint to receive bot details as JSON. Use the category or keyword parameters to filter results.
Available Data
Example Response
{
"status": "success",
"data": {
"result": "Data from BotsArchive",
"description": "JSON formatted details about Telegram Bots available in database",
"timestamp": "2025-01-15T10:00:00Z"
}
} Field Reference
id Unique identifier of the Telegram bot entry. name Display name of the Telegram bot. username Telegram @username of the bot. description Short description of what the bot does. category Category the bot belongs to, such as Games or Utilities. Implementation Example
const url = "https://botsarchive.com/";
const response = await fetch(url);
if (!response.ok) throw new Error(`Request failed: ${response.status}`);
const data = await response.json();
console.log(data); What Can You Build?
Note: These code examples are AI-generated and unverified. Always refer to the official API documentation for accurate usage.
Common Errors & Troubleshooting
Matrix Score Breakdown
Fully tested on Apr 5, 2026
Technical Specifications
Related Tags
Similar APIs
View All →18F
18F provides programmatic access to unofficial us federal government api development via REST API.
API Setu
API Setu is an Indian Government platform that aggregates a wide variety of official APIs covering KYC verification, business registration, education records, and employment data.
Archive.org
⭐ Beginner's PickThe Internet Archive API gives you programmatic access to the Wayback Machine and one of the world's largest digital libraries, containing archived websites, books, audio, video, and software.
Callook.info
⭐ Beginner's PickCallook.info is a free API that lets you look up United States amateur (ham) radio callsigns.
CollegeScoreCard.ed.gov
⭐ Beginner's PickThe College Scorecard API provides detailed data on U.S.