SHX Modules exposes clean, structured JSON from Instagram, TikTok, Snapchat, Steam, GitHub, and Medal.tv via a unified REST interface. Username search across 140+ platforms. No API key. No account. No cost.
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"account_exists": true,
"backup_email": "j***@gmail.com",
"phones": ["+1 *** *** 42"],
"security_question": null,
"2fa": true
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"status": 200,
"execution_time": "1.24 seconds",
"data": {
"username": "example",
"fullname": "Example User",
"followers": "4.2M",
"region": "Germany",
"verified": "Yes",
"private": "Public Account"
}
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"account_exists": true,
"display_name": "John Doe",
"email": null,
"phones": []
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"account_exists": true,
"steam_id": "76561198401239478",
"display_name": "helo",
"profile_url": "https://steamcommunity.com/id/helo/"
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"account_exists": true,
"user_id": 12345678,
"username": "example",
"emails": ["user@example.com"],
"followers": 842,
"public_repos": 37,
"created_at": "2015-04-12",
"twitter": "exampledev"
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"username": "example",
"found": 14,
"checked": 141,
"results": [ ... ],
"found_on": ["GitHub", "Reddit", "Steam"],
"profile_urls": {
"GitHub": "https://github.com/example",
"Reddit": "https://reddit.com/user/example"
}
}
{
"meta": {
: "SHX Modules",
: "https://shx-osint.xyz/"
},
"connections": [
{
"type": "twitch",
"handle": "example",
"url": "https://twitch.tv/example"
},
{
"type": "youtube",
"handle": "@example",
"url": "https://youtube.com/@example"
}
]
}