Dashboard
Overview of your account and usage statistics
Credits
Telegram Bot
Link your account to our official bot for encrypted real-time notifications and mobile intelligence searching.
Usage Statistics
Recent Transactions
| Date | Type | Method | Amount | Credits | Status |
|---|---|---|---|---|---|
| Wait while we load your activity... | |||||
Admin Dashboard
System overview and management tools
Key Management
System Audit
Security Intelligence
Payment Orders
System Activity
Settings
Manage your API key and export settings
API Key Management
Data Export
Export all your account data, search history, activity logs, and complete information
Search History
π Transaction History
| Date & Time | Type | Method | Amount | Credits | Status | Link |
|---|---|---|---|---|---|---|
| Click Refresh to load transaction history | ||||||
OSINT Search
Search across multiple OSINT services simultaneously
Database Search
Search breach databases with advanced filtering
IntelX Search
Search leaked documents and intelligence data using Identity Portal or File Retriever
Global Search
Advanced person search and geolocation intelligence
Search Criteria
Credits & Subscription
Purchase credits to continue using the platform
Operative Access
- 1,000 Search Units
- Standard Priority
- Basic OSINT Access
Special Agent Tier
- 6,000 Search Units
- 100 IntelX Units
- Multi-Node Intelligence
- 24/7 Priority Support
Command Center
- 30,000 Search Units
- 500 IntelX Units
- Direct Admin Uplink
- Enterprise Database Export
Granular Unit Injection
Manually specify your requirements for custom operations
DROPBASE Intelligence API
Access enterprise-grade OSINT intelligence through our comprehensive REST API. All endpoints support JSON responses and require API key authentication.
Quick Start
- Generate your API key from Settings
- Include the key in your request headers
- Start making requests to any endpoint
Authentication
All API requests must include your API key in the request header:
x-api-key: YOUR_API_KEY
Real-time OSINT Stream
/api/lookup/stream
Search across multiple OSINT providers using Server-Sent Events (SSE). Returns real-time results as they become available.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
string | Required | Search query (email, phone, IP, etc.) |
type |
string | Optional | auto, email, username, phone, ip, domain |
curl -N -H "x-api-key: YOUR_KEY" \
"http://localhost:55558/api/lookup/stream?q=user@example.com&type=email"
Database Query
/api/db/search
Advanced search across indexed breach databases with structured filtering and pagination.
{
"filters": [
{
"field": "email",
"mode": "contains",
"value": "example.com"
}
],
"limit": 50
}
IntelligenceX Interface
/api/intelx/search
Access leaked documents and raw data dumps via the IntelligenceX integration.
{
"query": "target@domain.com"
}
Geo-Intelligence Scan
/api/map/scan
BETA
Perform geographic scans for assets or identities associated with a location.
{
"lat": 40.7128,
"lng": -74.0060,
"radius": 1000
}
Operational Status
/api/profile
Retrieve current account metrics, remaining credits, and system health.
{
"search_credits": 1000,
"intelx_credits": 25,
"total_searches": 42,
"total_intelx": 3,
"created": "2026-01-09T00:00:00.000Z"
}
Credits & Attribution
This platform leverages data from trusted industry partners:
Dropbase
Professional OSINT intelligence API providing access to 15+ breach databases. Our search capabilities are powered by their comprehensive API.
IDLeakCheck
Breach database and identity verification service. Geographic mapping data combines our private database with IDLeakCheck contributions.