✓ Verified 📱 Social Media ✓ Enhanced Data

Apipick Telegram Phone Check

Check if a phone number is registered on Telegram using the apipick Telegram Checker API.

Rating
4.3 (115 reviews)
Downloads
1,446 downloads
Version
1.0.0

Overview

Check if a phone number is registered on Telegram using the apipick Telegram Checker API.

Complete Documentation

View Source →

apipick Telegram Phone Checker

Check Telegram registration status for any phone number with international country code.

Endpoint

text
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

json
{"phone_number": "+1234567890"}

Phone number must include international country code (e.g. +86 for China, +1 for US).

Response

json
{
  "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

CodeMeaning
400Invalid phone number format
401Missing or invalid API key
402Insufficient credits
Cost: 1 credit per request

Usage Pattern

  • Use $APIPICK_API_KEY env var as the x-api-key header 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.

Installation

Terminal bash

openclaw install apipick-telegram-phone-check
    
Copied!

💻Code Examples

POST https://www.apipick.com/api/check-phone-telegram

post-httpswwwapipickcomapicheck-phone-telegram.txt
**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"}

phonenumber-1234567890.txt
Phone number must include international country code (e.g. `+86` for China, `+1` for US).

## Response
example.json
{
  "code": 200,
  "registered": true,
  "user_id": 123456789,
  "username": "example_user",
  "first_name": "John",
  "last_name": "Doe",
  "dc_id": 2,
  "message": "User found successfully"
}

Tags

#communication #api

Quick Info

Category Social Media
Model Claude 3.5
Complexity One-Click
Author javainthinking
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install apipick-telegram-phone-check