Welcome to OsintCat API
OsintCat provides a powerful REST API for OSINT (Open Source Intelligence) lookups, breach data searches, and public record queries. Our API enables developers to integrate comprehensive data lookup capabilities into their applications.Base URL
All API requests should be made to:Authentication
All API endpoints require authentication using an API key. Include your API key as a query parameter namedid in every request.
Example Request
Rate Limits
Our API has a soft rate limit of 3 requests per second. If you exceed this limit, you will receive a 30-minute timeout.Response Format
All API responses are returned in JSON format with proper HTTP status codes:200- Success400- Bad Request (missing or invalid parameters)401- Unauthorized (missing API key)403- Forbidden (invalid API key)429- Too Many Requests (rate limit exceeded)500- Internal Server Error
API Plans
Different API plans have different request limits:Free Plan
- API Requests: 0 requests/day
- Dashboard Requests: 10 requests/day
Premium Plan
- API Requests: 50 requests/day
- Dashboard Requests: Unlimited
Enterprise Plan
- API Requests: Unlimited
- Dashboard Requests: Unlimited
Daily limits reset at midnight UTC. You can check your current usage and limits using the
/api/user endpoint.Available Endpoints
Our API provides the following endpoints:Account Management
- User Info - Get account information and usage statistics
OSINT Lookups
- Breach Lookup - Search for records in data breaches
- Discord Lookup - Find Discord user information
- Roblox Lookup - Get Roblox user details
- Reddit Lookup - Fetch Reddit user information
- Discord to Roblox - Find linked Roblox accounts
- Email OSINT - Discover websites an email is registered on
- Phone OSINT - Gather intelligence on phone numbers
- GitHub OSINT - Find GitHub accounts by email
- GitHub User Info - Get GitHub user information and email from commits
- Username Lookup - Find stealer logs and site information
- Minecraft Lookup - Minecraft breach data lookup
- Minecraft OSINT - Minecraft OSINT lookup with caching
Network & Domain
- IP Info - Get IP information and stealer logs
- DNS Resolver - Resolve domain names to IP addresses
- Domain Lookup - Domain stealer lookup
Public Records
- Public Data (NPD) - Search National Public Data records
- Chilean Name - Find information about Chilean persons
Monitoring
- Discord Monitor - Monitor Discord user activity and messages
Getting Started
- Sign up for an account
- Get your API key from the dashboard
- Start making requests to our endpoints
- Check your usage with the
/api/userendpoint
Code Examples
We provide code examples in multiple languages for each endpoint. You can find examples in:- cURL
- Python
- Node.js
- PHP
Support
If you need help or have questions:- Check the endpoint-specific documentation
- Review the Quickstart Guide
- Contact support through your dashboard
