Base URL
All API requests are made to:Authentication
Every request requires an API key in thex-api-key header:
Get Your API Key
Generate an API key from your dashboard
Interactive Playground
Each endpoint page includes an interactive playground where you can test API requests directly in your browser.1
Enter Your API Key
Click the “Authorization” section in the playground and enter your API key
2
Set Parameters
Fill in the required parameters for the endpoint
3
Send Request
Click “Send” to execute the request and see the response
Your API key is stored locally in your browser and is only sent directly to the API server.
Response Format
All responses follow a consistent envelope:Endpoints by Category
Search & Session
| Endpoint | Description |
|---|---|
| POST /service/search/init | Initialize a search session |
| GET /service/search-breach | Search breach database |
| GET /service/search-stealer | Search stealer logs (legacy) |
| GET /service/v2/stealer/search | Enhanced V2 stealer search |
| GET /service/v2/stealer/subdomain | Extract subdomains from stealer data |
Victims & Files
| Endpoint | Description |
|---|---|
| GET /service/v2/victims/search | Search victim profiles |
| GET /service/v2/victims/ | Get victim manifest |
| GET /service/v2/victims//files/ | Get file content |
| GET /service/v2/victims//archive | Download victim archive |
| POST /service/v2/file-search | Create file search job |
| GET /service/v2/file-search/ | Get file search status |
Exports
| Endpoint | Description |
|---|---|
| POST /service/v2/exports | Create export job |
| GET /service/v2/exports/ | Get export status |
| GET /service/v2/exports//download | Download export file |
Discord OSINT
| Endpoint | Description |
|---|---|
| GET /service/discord-userinfo | Discord user profile |
| GET /service/discord-username-history | Discord username history |
| GET /service/discord-to-roblox | Discord to Roblox mapping |
Gaming Profiles
| Endpoint | Description |
|---|---|
| GET /service/steam | Steam profile lookup |
| GET /service/xbox | Xbox profile lookup |
| GET /service/roblox-userinfo | Roblox user info |
| GET /service/mc-history | Minecraft username history |
Network & Email OSINT
| Endpoint | Description |
|---|---|
| GET /service/ip-info | IP geolocation lookup |
| GET /service/holehe | Email account check |
| GET /service/ghunt | Google account OSINT |
| GET /service/extract-subdomain | Subdomain extraction |
Utility
| Endpoint | Description |
|---|---|
| GET /service/dbname-autocomplete | Database name autocomplete |
Quotas
Your daily quota resets 24 hours after your first lookup of the day. See Quotas Guide for details.OpenAPI Specification
Download our complete OpenAPI 3.1.0 specification:Download OpenAPI Spec
Get the full API specification in YAML format