> ## Documentation Index
> Fetch the complete documentation index at: https://docs.osintcat.net/llms.txt
> Use this file to discover all available pages before exploring further.

# OsintCat API Documentation

> Comprehensive API documentation for OsintCat - OSINT and data lookup services

## Welcome to OsintCat API

OsintCat provides a powerful REST API for OSINT (Open Source Intelligence) lookups, breach data searches, and public record queries. Integrate comprehensive data lookup capabilities into your applications.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Follow our quickstart guide to get your API key and make your first request.
</Card>

## Quick Links

<Columns cols={2}>
  <Card title="API Reference" icon="terminal" href="/api-reference/introduction">
    Browse all available API endpoints and their documentation.
  </Card>

  <Card title="Get API Key" icon="key" href="https://www.osintcat.net/account?tab=api">
    Sign up for an account and get your API key to start making requests.
  </Card>

  <Card title="Dashboard" icon="chart-line" href="https://www.osintcat.net/dashboard">
    View your API usage, manage your account, and monitor your requests.
  </Card>

  <Card title="Pricing" icon="tag" href="https://www.osintcat.net/pricing">
    View our pricing plans and choose the one that fits your needs.
  </Card>
</Columns>

## Features

### Comprehensive OSINT Lookups

* **Breach Data**: Search across multiple breach databases
* **Social Media**: Lookup Discord, Roblox, and more
* **Email & Phone**: Discover where emails and phone numbers are registered
* **Username Search**: Find information across multiple platforms
* **Network Intelligence**: IP and domain lookups with stealer logs

### Developer Friendly

* **RESTful API**: Simple HTTP requests with JSON responses
* **Multiple Languages**: Code examples in cURL, Python, Node.js, and PHP
* **Rate Limiting**: Clear rate limits with automatic timeout protection
* **Comprehensive Docs**: Detailed documentation for every endpoint

### Reliable & Secure

* **API Key Authentication**: Secure access with API keys
* **Error Handling**: Clear error messages and HTTP status codes
* **Usage Tracking**: Monitor your API usage in real-time
* **Plan Flexibility**: Choose from Free, Premium, or Enterprise plans

## Popular Endpoints

<CardGroup cols={2}>
  <Card title="User Info" icon="user" href="/api-reference/endpoint/user">
    Get account information and usage statistics
  </Card>

  <Card title="Breach Lookup" icon="shield-halved" href="/api-reference/endpoint/breach">
    Search for records in data breaches
  </Card>

  <Card title="Discord Lookup" icon="discord" href="/api-reference/endpoint/discord">
    Find Discord user information
  </Card>

  <Card title="IP Info" icon="network-wired" href="/api-reference/endpoint/ip">
    Get IP information and stealer logs
  </Card>

  <Card title="Username Lookup" icon="at" href="/api-reference/endpoint/username">
    Find information across multiple platforms
  </Card>
</CardGroup>

## Need Help?

<Card title="View API Reference" icon="book" href="/api-reference/introduction">
  Browse our complete API documentation with examples and detailed parameter descriptions.
</Card>
