Telegram User Info API
Get Any Telegram Username To Account Full Information + Hidden Data, Monthly PAID API.
Endpoint
GET
https://api.lmnx9.shop/telegram/info.php?username=&key=
Code Examples
cURL
curl -X GET "https://api.lmnx9.shop/telegram/info.php?username=&key=" -H "Content-Type: application/json"JavaScript
fetch("https://api.lmnx9.shop/telegram/info.php?username=&key=")
.then(function(r){return r.json()})
.then(function(d){console.log(d)});Python
import requests
r = requests.get("https://api.lmnx9.shop/telegram/info.php?username=&key=")
print(r.json())PHP
<?php
$d = file_get_contents("https://api.lmnx9.shop/telegram/info.php?username=&key=");
print_r(json_decode($d, 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"
}