Check if a phone number is on Telegram

Digital Footprint checks Telegram from a phone number or username as part of every lookup, alongside 886+ other platforms, breach history and public web mentions - one request, one shape of answer. A hit means a profile exists for that input; profile contents are never collected.

Accepts
phone number or username
Speed
Instant tier
Popularity
#42 by global traffic
Category
Social media

What we check on Telegram

Instant tier for phone number and username lookups - answered in well under a second

Telegram is one of the few platforms that can be checked from a phone number. The response says whether that number is registered on Telegram, with the moment that was established in checkedAt.

Telegram is in the instant tier: with ?instant=true it is among the first platforms answered, in well under a second. On a full lookup it is checked alongside every other platform and streamed as it lands.

If Telegram blocks the check, times out, or answers ambiguously, it is omitted from results[] entirely rather than returned as registered: false. Absence from the response means "unconfirmed", never "no account".

One request

POST /v1/lookup?wait=true
curl -X POST "https://api.digifootprint.dev/v1/lookup?wait=true" \
  -H "Authorization: Bearer dfp_your_key" \
  -H "Content-Type: application/json" \
  -d '{"query": "+14155552671"}'

What a Telegram result looks like

From results[]
{
  "platform": "telegram",
  "registered": true,
  "checkedAt": "2026-08-30T01:50:26.915Z"
}

The full response shape - breaches, web mentions, matches versus socialMatches, and what method means - is in running a lookup.

Related platforms

Every one of these is checked in the same request as Telegram.

Telegram lookup FAQ

Can I check a phone number on Telegram?
Yes. Telegram is one of the platforms that can be checked from a phone number; send the number in E.164 format as query.
How fast is a Telegram check?
Fast: Telegram is in the instant tier, so with ?instant=true it is answered in well under a second. A full lookup streams it as soon as it lands.
What happens if Telegram blocks the check?
Telegram is left out of the response. We never report a platform we could not confirm as "not registered" - a missing platform means unconfirmed, not absent.
Does the API return the Telegram profile itself?
No. You get whether a profile exists for the input you sent, and when that was established. No profile contents, photos, followers or private data are collected or returned.
Try it freeRead the docs