Skip to main content
OathNet API

Welcome to OathNet API

OathNet provides enterprise-grade data intelligence services through a powerful REST API. Search billions of records across breach databases, stealer logs, and OSINT sources with millisecond response times.

Core Capabilities

Breach Search

Search across 50B+ breach records with advanced filtering by source, date, and field type

Stealer Logs

Access V2 stealer search with victim profiles, file trees, and credential extraction

OSINT Lookups

Instant lookups for Discord, Steam, Xbox, Roblox, and Google accounts

Quick Example

Make your first API call to search the breach database:
The header name must be lowercase: x-api-key (not X-API-Key or X-Api-Key)
curl -X GET "https://oathnet.org/api/service/[email protected]" \
  -H "x-api-key: YOUR_API_KEY"

Response

{
  "success": true,
  "message": "Breach search completed",
  "data": {
    "results": [
      {
        "email": "[email protected]",
        "password": "***REDACTED***",
        "source": "linkedin_2012",
        "date": "2012-06-05"
      }
    ],
    "results_found": 1,
    "results_shown": 1
  },
  "lookups_left": 999
}

What OathNet Offers

Access stealer log data with victim device profiles, credential extraction, and file browsing capabilities. Search by email, domain, Discord ID, and more.
Instant profile lookups for Discord, Steam, Xbox, Roblox, Minecraft, and email account detection across platforms.
Use search sessions to maximize your lookups per query. Each plan has a quota per session - see pricing for details.

Getting Help


New to OathNet? Start with our Quickstart Guide to make your first API call in under 5 minutes.