Back to projects

API-Finder-BOT

A Telegram bot that helps users find API links by API name.

https://t.me/apifinder_bot

Problem

Developers often need the official URL for an API while they are already inside a chat or mobile workflow. Opening a browser, searching, and filtering through results is unnecessary friction for a simple lookup.

What I Built

API-Finder-BOT is a Telegram bot that returns API site links from a plain API-name query. The flow is intentionally minimal: open the bot, type the API name, and get the relevant link back inside Telegram.

Technical Decisions

The project keeps the interface command-driven instead of building a separate web UI. That made the bot lightweight, fast to test, and easy to use from any device where Telegram is already installed.

Outcome

The result is a small automation tool that turns API discovery into a chat command and demonstrates practical bot development around third-party API lookup workflows.