Skip to content
@tgvalidator

tgvalidator

Real-time Telegram registration checks.

TG Validator

Real-time Telegram registration checks.

Submit one phone number and get the Telegram registration result in the same HTTP response. Up to 100 numbers per synchronous request. Whole lists — by phone number or by username — go through the bulk task API.

Website · API documentation · Pricing · Get an API key

Official API example repositories

One repository per product, each mirroring its own product page.

Repository Shape Product code Contents
Telegram Registration Check Realtime tg OpenAPI contract, product.json, llms.txt, examples in 7 languages
Telegram Bulk Activity Check Bulk (async) tg_active_batch Input: phone · OpenAPI contract, product.json, llms.txt, examples in 7 languages
Telegram Bulk Profile Check Bulk (async) tg_profile_batch Input: phone · OpenAPI contract, product.json, llms.txt, examples in 7 languages
Telegram Bulk Registration Check Bulk (async) tg_batch Input: phone · OpenAPI contract, product.json, llms.txt, examples in 7 languages
Telegram Bulk Username Check Bulk (async) tg_username_batch Input: username · OpenAPI contract, product.json, llms.txt, examples in 7 languages
Telegram Bulk Username Profile Check Bulk (async) tg_username_profile_batch Input: username · OpenAPI contract, product.json, llms.txt, examples in 7 languages
tgvalidator-resources — — Technical notes, guides and announcements

Every example repository carries a machine-readable product.json, an llms.txt summary for AI clients, an OpenAPI 3.0 contract, and runnable examples in Python, Node.js, Go, Java, C#, PHP and Shell. All request paths, response fields and limits are taken from the live product pages and the published API documentation.

Realtime or bulk?

A realtime check (POST /api/v1/check, or POST /api/v1/batch-check for up to 100 identifiers) answers inside the same HTTP response — that is the shape for a signup form, a checkout step or a live lookup. A bulk task (POST /api/v1/bulk-tasks) takes a .txt/.csv file of 1,000–100,000 entries, returns a task id immediately, and produces a downloadable result file — that is the shape for list cleaning, campaign preparation and enrichment runs. The two are separate endpoints and are not interchangeable.

One bulk task carries one product. Phone-number tasks also carry exactly one country; email and username tasks have no country at all.

One key, one balance

Every product on TG Validator uses the same API key, the same X-API-Key header and the same code / msg / data envelope, and draws from the same account balance.

Responsible use

Results are point-in-time signals: they describe what a provider reported at the moment of the check. They are not identity verification, not proof of ownership, and not permission to contact anyone. Use the API only for identifiers you are authorized to process, and comply with applicable privacy laws and platform terms. Third-party trademarks belong to their respective owners; no affiliation or endorsement is implied.

Popular repositories Loading

  1. tgvalidator-resources tgvalidator-resources Public

    Official TG Validator technical resources, guides, and developer articles.

  2. telegram-number-checker-api telegram-number-checker-api Public

    Official TG Validator API examples for single and batch Telegram number registration checks.

  3. .github .github Public

    TG Validator organization profile — real-time Telegram registration checks.

  4. telegram-bulk-registration-api telegram-bulk-registration-api Public

    Upload a whole file of numbers, find out which ones are registered on Telegram, and download the result file when it finishes.

  5. telegram-bulk-activity-api telegram-bulk-activity-api Public

    Registration status plus username, user ID, last-seen time, active days and the member flag across a whole list.

  6. telegram-bulk-profile-api telegram-bulk-profile-api Public

    Username, user ID, first and last name, gender, age band, ethnicity and avatar across a whole list, plus last-seen time, active days and the member flag.

Repositories

Showing 8 of 8 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…