Telegram Phone Checker
/install apipick-telegram-phone-check
apipick Telegram Phone Checker
Check Telegram registration status for any phone number with international country code.
Endpoint
POST https://www.apipick.com/api/check-phone-telegram
Authentication: x-api-key: YOUR_API_KEY header required.
Get a free API key at https://www.apipick.com/dashboard/api-keys
Request
{"phone_number": "+1234567890"}
Phone number must include international country code (e.g. +86 for China, +1 for US).
Response
{
"code": 200,
"registered": true,
"user_id": 123456789,
"username": "example_user",
"first_name": "John",
"last_name": "Doe",
"dc_id": 2,
"message": "User found successfully"
}
If registered is false, user_id, username, first_name, last_name will be null/empty.
Only publicly visible Telegram profile information is returned.
Error Codes
| Code | Meaning |
|---|---|
| 400 | Invalid phone number format |
| 401 | Missing or invalid API key |
| 402 | Insufficient credits |
Cost: 1 credit per request
Usage Pattern
- Use
$APIPICK_API_KEYenv var as thex-api-keyheader value; if not set, ask the user for their apipick API key - Ensure the phone number includes a country code
- Make the POST request
- Report registration status and available profile info
See references/api_reference.md for full response field descriptions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install apipick-telegram-phone-check - After installation, invoke the skill by name or use
/apipick-telegram-phone-check - Provide required inputs per the skill's parameter spec and get structured output
What is Telegram Phone Checker?
Check if a phone number is registered on Telegram using the apipick Telegram Checker API. Returns registration status, Telegram user ID, username, first/last... It is an AI Agent Skill for Claude Code / OpenClaw, with 551 downloads so far.
How do I install Telegram Phone Checker?
Run "/install apipick-telegram-phone-check" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Telegram Phone Checker free?
Yes, Telegram Phone Checker is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Telegram Phone Checker support?
Telegram Phone Checker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Telegram Phone Checker?
It is built and maintained by javainthinking (@javainthinking); the current version is v1.0.0.