# OathNet API ## Docs - [Database Name Autocomplete](https://docs.oathnet.org/api-reference/endpoints/dbname-autocomplete.md) - [Discord to Roblox](https://docs.oathnet.org/api-reference/endpoints/discord-to-roblox.md): Finds Roblox account linked to Discord user ID. Returns full Roblox profile. - [Discord User Info](https://docs.oathnet.org/api-reference/endpoints/discord-userinfo.md) - [Discord Username History](https://docs.oathnet.org/api-reference/endpoints/discord-username-history.md): Retrieves historical usernames for a Discord user. - [Subdomain Finder](https://docs.oathnet.org/api-reference/endpoints/extract-subdomain.md): Extracts known subdomains for a domain. - [Google Account OSINT (GHunt)](https://docs.oathnet.org/api-reference/endpoints/ghunt.md): Retrieves public Google account info. **Note:** May return error if OSID header not detected. - [Email Account Check (Holehe)](https://docs.oathnet.org/api-reference/endpoints/holehe.md): Checks which services have accounts for an email. - [IP Geolocation](https://docs.oathnet.org/api-reference/endpoints/ip-info.md): Retrieves geolocation and network info for an IP address. - [Minecraft Username History](https://docs.oathnet.org/api-reference/endpoints/mc-history.md): Retrieves username history for a Minecraft account. - [Roblox User Info](https://docs.oathnet.org/api-reference/endpoints/roblox-userinfo.md): Provide either `user_id` OR `username`. - [Create Scanner](https://docs.oathnet.org/api-reference/endpoints/scanners-create.md) - [Delete Scanner](https://docs.oathnet.org/api-reference/endpoints/scanners-delete.md) - [Get Scanner Details](https://docs.oathnet.org/api-reference/endpoints/scanners-detail.md) - [List Scanners](https://docs.oathnet.org/api-reference/endpoints/scanners-list.md) - [Pause Scanner](https://docs.oathnet.org/api-reference/endpoints/scanners-pause.md) - [Get Scanner Quota](https://docs.oathnet.org/api-reference/endpoints/scanners-quota.md) - [Resume Scanner](https://docs.oathnet.org/api-reference/endpoints/scanners-resume.md) - [Get Scanner Run Details](https://docs.oathnet.org/api-reference/endpoints/scanners-run-detail.md) - [List Scanner Runs](https://docs.oathnet.org/api-reference/endpoints/scanners-runs-list.md) - [Test Scanner Notification](https://docs.oathnet.org/api-reference/endpoints/scanners-test.md) - [Test Draft Scanner Delivery](https://docs.oathnet.org/api-reference/endpoints/scanners-test-delivery.md) - [Trigger Scanner Run](https://docs.oathnet.org/api-reference/endpoints/scanners-trigger.md) - [Update Scanner](https://docs.oathnet.org/api-reference/endpoints/scanners-update.md) - [Rotate Scanner Webhook Secret](https://docs.oathnet.org/api-reference/endpoints/scanners-webhook-rotate.md) - [Get Scanner Webhook Security](https://docs.oathnet.org/api-reference/endpoints/scanners-webhook-security.md) - [Search Breach Database](https://docs.oathnet.org/api-reference/endpoints/search-breach.md): Searches across breach databases for leaked credentials and data. - [Initialize Search Session](https://docs.oathnet.org/api-reference/endpoints/search-init.md): Creates a new search session for a given query. Returns session info with available services and quota information. - [Search Stealer Logs (Legacy)](https://docs.oathnet.org/api-reference/endpoints/search-stealer.md): Searches stealer log databases for credential entries. - [Steam Profile](https://docs.oathnet.org/api-reference/endpoints/steam.md) - [Get AI Filter Context](https://docs.oathnet.org/api-reference/endpoints/v2-ai-filter-context.md) - [Create AI Filter](https://docs.oathnet.org/api-reference/endpoints/v2-ai-filter-create.md): Translate natural language into a structured filter context. - [Analytics Stats](https://docs.oathnet.org/api-reference/endpoints/v2-analytics-stats.md) - [V2 Breach Autocomplete](https://docs.oathnet.org/api-reference/endpoints/v2-breach-autocomplete.md): Return raw autocomplete values for supported breach fields. - [V2 Breach DB Name Autocomplete](https://docs.oathnet.org/api-reference/endpoints/v2-breach-autocomplete-dbnames.md) - [V2 Breach Field Coverage](https://docs.oathnet.org/api-reference/endpoints/v2-breach-autocomplete-fields.md) - [V2 Breach Search](https://docs.oathnet.org/api-reference/endpoints/v2-breach-search.md): Current breach search surface for new integrations. Supports flat filters plus structured `filter` and `filter_id` flows. The same route also accepts POST when you want to send `filter` or `filter_id` in the JSON request body instead of the query string. - [Create Bulk Search Job](https://docs.oathnet.org/api-reference/endpoints/v2-bulk-search-create.md): Create an asynchronous bulk-search job across many terms. - [Download Bulk Search Output](https://docs.oathnet.org/api-reference/endpoints/v2-bulk-search-download.md) - [List Bulk Search Jobs](https://docs.oathnet.org/api-reference/endpoints/v2-bulk-search-list.md) - [Get Bulk Search Status](https://docs.oathnet.org/api-reference/endpoints/v2-bulk-search-status.md) - [Create Export Job](https://docs.oathnet.org/api-reference/endpoints/v2-exports-create.md): Create an asynchronous export job. - [Download Export File](https://docs.oathnet.org/api-reference/endpoints/v2-exports-download.md) - [List Export Jobs](https://docs.oathnet.org/api-reference/endpoints/v2-exports-list.md) - [Get Export Status](https://docs.oathnet.org/api-reference/endpoints/v2-exports-status.md) - [Create File Search Job](https://docs.oathnet.org/api-reference/endpoints/v2-file-search-create.md): Create an asynchronous file-search job. - [Get File Search Status](https://docs.oathnet.org/api-reference/endpoints/v2-file-search-status.md): Poll this endpoint to retrieve the latest raw file-search job snapshot. - [Health Check](https://docs.oathnet.org/api-reference/endpoints/v2-health.md) - [V2 Stealer Search](https://docs.oathnet.org/api-reference/endpoints/v2-stealer-search.md): Current stealer search surface for new integrations. Successful responses use the standard search envelope. The same route also accepts POST when you want to send `filter` or `filter_id` in the JSON request body instead of the query string. - [Extract Subdomains from Stealer Data](https://docs.oathnet.org/api-reference/endpoints/v2-stealer-subdomain.md): Extract unique subdomains found in stealer records for one domain. - [Download Victim Archive](https://docs.oathnet.org/api-reference/endpoints/v2-victims-archive.md): Download the complete victim log as a ZIP archive. - [Get File Content](https://docs.oathnet.org/api-reference/endpoints/v2-victims-file.md): Download the content of a specific file from a victim log. - [Get Victim Manifest](https://docs.oathnet.org/api-reference/endpoints/v2-victims-manifest.md): Retrieve the raw manifest for a victim log. - [Search Victims](https://docs.oathnet.org/api-reference/endpoints/v2-victims-search.md): Search victim summaries keyed by `log_id`. Successful responses use the standard search envelope. The same route also accepts POST when you want to send `filter` or `filter_id` in the JSON request body instead of the query string. - [Xbox Profile](https://docs.oathnet.org/api-reference/endpoints/xbox.md) - [OSINT Lookups Overview](https://docs.oathnet.org/api-reference/osint/overview.md): Open Source Intelligence lookups for gaming and social platforms - [API Reference Overview](https://docs.oathnet.org/api-reference/overview.md): Complete reference for all OathNet API endpoints - [Best Practices](https://docs.oathnet.org/guides/best-practices.md): Optimize your OathNet API integration with these recommended patterns - [Error Handling](https://docs.oathnet.org/guides/error-handling.md): Handle API errors gracefully across envelope, raw JSON, and file-stream endpoints - [Pagination](https://docs.oathnet.org/guides/pagination.md): Navigate large result sets with cursor-based pagination - [Quotas](https://docs.oathnet.org/guides/rate-limiting.md): Understand daily quotas and how to manage them - [Scanners (Automated Monitoring)](https://docs.oathnet.org/guides/scanners.md): Monitor newly indexed stealer or breach data with email, Discord, or webhook delivery - [Search Sessions](https://docs.oathnet.org/guides/search-sessions.md): Maximize your lookups with search sessions - the preferred way to search - [Structured Filters](https://docs.oathnet.org/guides/structured-filters.md): Canonical specification for filter, filter_id, operators, merge order, and query_config reuse - [OathNet API Documentation](https://docs.oathnet.org/index.md): Comprehensive data intelligence API for breach search, stealer analysis, victims, scanners, and OSINT lookups - [Authentication](https://docs.oathnet.org/introduction/authentication.md): Learn how to authenticate with the OathNet API using API keys - [Quickstart](https://docs.oathnet.org/introduction/quickstart.md): Make your first OathNet API call in under 5 minutes - [Welcome to OathNet](https://docs.oathnet.org/introduction/welcome.md): Learn about OathNet's data intelligence platform and what you can build with our API - [FAQ](https://docs.oathnet.org/resources/faq.md): Frequently asked questions about the OathNet API - [Support](https://docs.oathnet.org/resources/support.md): Get help with OathNet API integration - [CLI Tool](https://docs.oathnet.org/sdks/cli.md): Command-line interface for OathNet API - [cURL Examples](https://docs.oathnet.org/sdks/curl.md): Copy-paste cURL examples for the current API surface - [Go SDK](https://docs.oathnet.org/sdks/go.md): Official Go client library for OathNet API - [JavaScript SDK](https://docs.oathnet.org/sdks/javascript.md): Official JavaScript/TypeScript client library for OathNet API - [SDK Overview](https://docs.oathnet.org/sdks/overview.md): Official client libraries for Python, JavaScript, Go, and more - [Python SDK](https://docs.oathnet.org/sdks/python.md): Official Python client library for OathNet API ## OpenAPI Specs - [openapi](https://docs.oathnet.org/openapi.yaml)