Loading LMNx9 API...

Telegram User Info API

Get Any Telegram Username To Account Full Information + Hidden Data, Monthly PAID API.

Security v1.0 Jun 27, 2026 Jun 27, 2026
GET https://api.lmnx9.shop/telegram/info.php?username=&key=

Code Examples

curl -X GET "https://api.lmnx9.shop/telegram/info.php?username=&key=" -H "Content-Type: application/json"
fetch("https://api.lmnx9.shop/telegram/info.php?username=&key=")
  .then(function(r) { return r.json(); })
  .then(function(data) { console.log(data); });
import requests
r = requests.get("https://api.lmnx9.shop/telegram/info.php?username=&key=")
print(r.json())
<?php
$data = file_get_contents("https://api.lmnx9.shop/telegram/info.php?username=&key=");
print_r(json_decode($data, true));

Example Response

{
    "success": true,
    "cached": true,
    "lmnxdata": {
        "profile": {
            "id": 7014659586,
            "username": "x_LMNx9",
            "display_name": " {\"๐ƒ๐€๐‘๐Š\": \"๐‹๐Œ๐๐ฑ๐Ÿ—\"} ๐“๊ฏญ๊ฏญ โƒชโง‰โƒž๊ฏญ๐Ÿ˜ˆ",
            "first_name": " {\"๐ƒ๐€๐‘๐Š\": \"๐‹๐Œ๐๐ฑ๐Ÿ—\"}",
            "last_name": "๐“๊ฏญ๊ฏญ โƒชโง‰โƒž๊ฏญ๐Ÿ˜ˆ",
            "phone": "880188xxxxxxx",
            "bio": " ยขฯƒโˆ‚ั” โ„“ฯƒฮฝั”ั :: t.me/+Q06RbESuEsE2MDFl Never DM For FREE Service ๐Ÿ”ป"
        },
        "account": {
            "account_type": "user",
            "contact": true,
            "mutual_contact": false,
            "deleted": false,
            "verified": false,
            "premium": false,
            "bot": false,
            "scam": false,
            "fake": false,
            "restricted": false,
            "restriction_reason": null
        },
        "status": {
            "type": "userStatusRecently",
            "online": false,
            "last_online": null
        },
        "profile_photo": {
            "available": true,
            "photo_id": 6.172599386202903e+18,
            "dc_id": 5,
            "has_video": false,
            "personal": false,
            "url": "https://api.lmnx9.shop/telegram/photos/6172599386202902153_c_5.jpg"
        },
        "telegram_activity": {
            "common_chats": 56,
            "private_forward_name": " {\"๐ƒ๐€๐‘๐Š\": \"๐‹๐Œ๐๐ฑ๐Ÿ—\"} ๐“๊ฏญ๊ฏญ โƒชโง‰โƒž๊ฏญ๐Ÿ˜ˆ",
            "personal_channel": {
                "id": 2503492263,
                "message_id": 18
            }
        },
        "telegram_features": {
            "phone_calls_available": true,
            "phone_calls_private": true,
            "video_calls_available": false,
            "voice_messages_forbidden": false,
            "stories_available": true
        },
        "gifts_stars": {
            "stars_count": 7,
            "rating": {
                "level": 1,
                "stars": 50,
                "next_level": 5000
            }
        }
    },
    "developer": "DARK LMNx9",
    "telegram": "@x_LMNx9",
    "website": "https://lmnx9.shop"
}

Authorization Required

This is a premium API. Contact admin for access.