-
0
0
0

Credits

Available_Search
0
Available_IntelX
0

Telegram Bot

Link your account to our official bot for encrypted real-time notifications and mobile intelligence searching.

Usage Statistics

Operational_Load
0
Deep_Intel_Pool
0

Recent Transactions

Date Type Method Amount Credits Status
Wait while we load your activity...
Total_Nodes
0
Active_Nodes
0
Banned_Nodes
0
System_Load
0
Revenue_Flow
$0

Key Management

System Audit

Run audit to see results

Security Intelligence

AI THREAT MONITORING
Event Log

Payment Orders

System Activity

API Key Management

Key Created: -
Locked to IP: -

Data Export

Export all your account data, search history, activity logs, and complete information

Search History

Click Refresh to load search history

πŸ“Š Transaction History

Date & Time Type Method Amount Credits Status Link
Click Refresh to load transaction history
IDENTITY PORTAL: 1 Credit | FILE RETRIEVER: 1 Credit (Enter Storage ID)

Search Criteria

Search Results (0)
Select a search type and enter criteria to begin
$10.00

Operative Access

  • 1,000 Search Units
  • Standard Priority
  • Basic OSINT Access
$199.00

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

Amount
Cost $10.00

Choose Payment Method

Select how you'd like to complete your purchase

Credits: 1,000
Total: $10.00
πŸ›‘οΈ SECURITY_CORE_STATUS
ARMED
ACTIVE_BLOCKS
0
VIOLATIONS_DET
0

SELECT PAYMENT SERVICE

PayPal
CashApp
Crypto

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

  1. Generate your API key from Settings
  2. Include the key in your request headers
  3. Start making requests to any endpoint

Authentication

All API requests must include your API key in the request header:

Request Header
x-api-key: YOUR_API_KEY
Security Tip: Never expose your API key in client-side code. Use environment variables and server-side proxies for production applications.

Real-time OSINT Stream

GET /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
curl -N -H "x-api-key: YOUR_KEY" \
  "http://localhost:55558/api/lookup/stream?q=user@example.com&type=email"
Cost: 1 credit per request

Database Query

POST /api/db/search

Advanced search across indexed breach databases with structured filtering and pagination.

Request Body (JSON)
{
  "filters": [
    {
      "field": "email",
      "mode": "contains",
      "value": "example.com"
    }
  ],
  "limit": 50
}
Cost: 1 credit per 50 results

IntelligenceX Interface

POST /api/intelx/search

Access leaked documents and raw data dumps via the IntelligenceX integration.

Request Body (JSON)
{
  "query": "target@domain.com"
}
Cost: 1 IntelX credit per search

Geo-Intelligence Scan

POST /api/map/scan BETA

Perform geographic scans for assets or identities associated with a location.

Request Body (JSON)
{
  "lat": 40.7128,
  "lng": -74.0060,
  "radius": 1000
}
Beta Access: Free during limited beta period

Operational Status

GET /api/profile

Retrieve current account metrics, remaining credits, and system health.

Response (JSON)
{
  "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.

Legal Notice: OSINT data accessed through our paid subscription. Use responsibly and in compliance with applicable laws.