← 返回
沟通协作 Key 中文

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...
使用 apipick Telegram Checker API 检查手机号是否已注册 Telegram,返回注册状态、Telegram 用户 ID、用户名、姓/名等。
javainthinking
沟通协作 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 865
下载
💾 20
安装
1
版本
#latest

概述

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

CodeMeaning
---------------
400Invalid phone number format
401Missing or invalid API key
402Insufficient credits

Cost: 1 credit per request

Usage Pattern

  1. Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key
  2. Ensure the phone number includes a country code
  3. Make the POST request
  4. Report registration status and available profile info

See references/api_reference.md for full response field descriptions.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 13:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 113 📥 52,399
content-creation

Slides/PPT generation and voice narration

javainthinking
基于2slides API的AI演示文稿生成,支持从文本、参考图片或文档摘要创建幻灯片。适用于“创建演示文稿”“制作幻灯片”等请求,提供主题选择、多语言及同步/异步生成模式。
★ 0 📥 2,286
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,583