A blazing-fast API to check Telegram usernames for existence and validity. No API key required, open for everyone.
Enter any Telegram username to check its validity and existence
Free and open for everyone to use. Start integrating right away without any authentication.
Easy to integrate with any platform. Just make a simple HTTP request to get started.
Get instant verification results. Perfect for real-time username checks.
Simple examples to get you started
curl https://tgapi.mohammadalian.ir/v1/usernames/USERNAME/validity
const response = await fetch('https://tgapi.mohammadalian.ir/v1/usernames/telegram/validity');
const data = await response.json();
console.log(data);
Perfect for various integration scenarios
Validate usernames in real-time during registration
Verify user existence in automated workflows
Integrate username validation in your scripts
Simple and straightforward API documentation
GET https://tgapi.mohammadalian.ir/v1/usernames/USERNAME/validity