API Reference
Welcome to the OPSEC Intelligence API Documentation. Our API provide high-performance, real-time access to massive datasets of digital intelligence, breaches, and social metadata.
Architecture
All endpoints are proxied through our core infrastructure to ensure your scanning remains anonymous and bypasses upstream challenges.
Authentication
| Content-Type | application/json |
| Accept | application/json |
Rate Limiting
Standard Global Limit: 30 requests per minute
Lockout Duration: 180 seconds
Shodan Intelligence
Query the Shodan search engine for internet-connected devices, open ports, and infrastructure metadata. Supports standard Shodan search filters.
# Search by IP /api/shodan&query=8.8.8.8 # Search by Filter (Product) /api/shodan&query=product:nginx # Search by Port and Location /api/shodan&query=port:21 country:US
Snusbase Search
Access the industry-leading repository for historical breach data. Search billions of records using emails, usernames, IPs, or passwords.
types: ["email"]
types: ["username"]
types: ["lastip"]
types: ["password"]
types: ["hash"]
types: ["domain"]
{ "terms": ["user@email.com"], "types": ["email"] }
SEON Risk Engine
Identify digital footprints and social media presence for any email or phone number. Returns linked profiles across 40+ platforms.
# Email Search
{ "email": "target@gmail.com" }
# Phone Search (International Format)
{ "phone": "14155552671" }
# IP Risk Search
{ "ip": "1.1.1.1" }
# Fraud Fingerprint
{ "fraud": "fingerprint_hash" }
Platforms Detected: LinkedIn, Instagram, Twitter, Facebook, Spotify, and more.
LeakCheck
Enterprise-grade breach discovery focusing on credential leakage and exposure monitoring.
{
"q": "user@example.com",
"type": "email" /* options: email, username, ip, phone, hash, pass_email, pass_username, pass_salt, domain */
}
Breach.vip
Full-source access to premium breach data with support for advanced filtering and wildcard searches.
types: ["email"]
types: ["ip"]
types: ["domain"]
types: ["steamid"]
types: ["discordid"]
types: ["uuid"]
{ "terms": ["target"], "types": ["email"], "wildcard": false }
Aggregation (Mix)
The ultimate multi-source lookup. Aggregates results from every high-performance intelligence stream simultaneously with a single query.
{ "q": "search_term" }
Integrated Search Modules
q: "user@email.com"
q: "user@email.com"
q: "password123"
q: "username"
q: "example.com"
q: "1.1.1.1"
q: "search_term"
q: "VIN_NUMBER"
q: "github_user"
q: "github_user"
q: "player_name"
Combined sources:
Email 1 & 2, Password, Username, Domain, IP, Depth, VIN, GitHub (OSINT & UserInfo), Minecraft, Instagram, Reddit, Roblox.
IntelVault Search
High-security database focused on private archives and indexed data. Supports multiple entry points including email, username, phone, and IP.
field: [{"email": "..."}]
field: [{"username": "..."}]
field: [{"phone": "..."}]
{ "field": [{ "email": "user@example.com" }] }
LeakOSINT
Real-time crawler for active leaks, pastebins, and fresh data dumps across surface and dark web.
type: "email"
type: "username"
{ "query": "target", "type": "email" }
INF0SEC Intelligence
Advanced platform with specialized modules for HLR verification and FiveM asset discovery.
leaks - Credential discovery username - Account linking domain - Infrastructure assets hlr - Real-time mobile status cfx - CitizenFX/FiveM data
BreachBase
Core repository for bulk breach records, optimized for high-speed credential discovery.
{
"term": "user@example.com",
"search_type": "email" /* options: email, username */
}
NPD Search (National Public Data)
Access the National Public Data repository for detailed identity information, including SSN records and historical addresses.
The NPD endpoint supports multiple search methods based on the parameters provided in the request body.
1. Search by Name & Location
{
"first_name": "John",
"last_name": "Doe",
"state": "CA",
"city": "Los Angeles" (Optional),
"zip_code": "90001" (Optional)
}
2. Search by SSN
{ "ssn": "000-00-0000" }
3. Search by Contact Info
{ "phone": "1234567890" }
/* OR */
{ "email": "user@example.com" }
4. Search by DOB
{ "dob": "YYYY-MM-DD" }
Melissa Data
Verified residence history, address validation, and parcel records for identity verification.
{ "input": "Name or Address" }
People Breach
Specific database for resolving real-world identities and physical addresses linked to digital footprints.
{ "q": "Name or Email" }
Phone Breach
{ "q": "123456789" }
Discord User Lookup
Resolve Discord snowflakes into rich user metadata including flags, avatar history, and account creation dates.
{ "q": "713456789012345678" }
Discord Stalker
Advanced tracking for Discord profiles, uncovering historical status changes and known shared server footprints.
{ "q": "713456789012345678" }
Discord to Roblox
Cross-reference Discord identities with Roblox accounts using public verification databases like Bloxlink and RoVer.
{ "q": "username" }
{ "q": "username" }
Roblox
{ "q": "userID" }
Minecraft
{ "q": "username" }
Chilean Identity
Lookup individuals in the Chilean national registry to find RUT numbers and linked addresses.
{ "q": "Nombre Completo" }
General Breach Search
General cross-referencing against our widest array of non-specialized breach datasets.
{ "q": "user@example.com" }
Rutify Search (Chile)
Direct integration with the Rutify enterprise platform for RUT and SII lookup services.
rut, name, address, sii
/api/rutify/rut&rut=12345678-9
HackCheck DOWN
Fast, cached credential search API focusing on high-volume leak monitoring.
{ "term": "user@email.com", "search_type": "email" }
Akula Search
High-end scraping engine for modern datasets, providing advanced deep-search capabilities.
searchTerm / search_type
term / search_type
# Akula
{ "searchTerm": "target", "search_type": "email" }
# LeakSight
{ "term": "target", "search_type": "email" }
LeakSight Monitor
Real-time monitor and search engine for credential leaks and active surface-web exposures.
{
"term": "query",
"search_type": "email" /* options: email, username, ip, phone */
}
Minecraft OSINT
Advanced OSINT for Minecraft, mapping usernames to UUIDs and associated email leaks.
{ "q": "PlayerName" }
GitHub Intelligence
Extract public data from GitHub profiles, including associated email addresses from logs.
{ "q": "username" }
VIN Lookup
Reverse vehicle identification numbers to find production details and records.
{ "q": "VIN_NUMBER" }
Depth Search
Extremely deep recursive search across multiple layers of linked leaks.
{ "q": "user@example.com" }
Email OSINT
Advanced email validator and profile aggregator that resolves identifiers.
{ "q": "target@gmail.com" }