v1.0
Pro Feature
DorkList API
Access the DorkList database programmatically. Retrieve dorks, categories, and your saved dorks via a simple REST API.
Quick Start
Make your first API request in seconds. All you need is your API key.
bash
curl -X GET "https://dorklist.com/api/v1/dorks" \ -H "Authorization: Bearer dk_your_api_key_here"Base URL
All API requests should be made to the following base URL:
text
https://dorklist.com/api/v1Features
RESTful Design
Simple, predictable endpoints following REST conventions.
Fast & Reliable
Edge-deployed for low latency responses worldwide.
Secure
API keys are hashed and rate-limited for security.
Pro Access
Available exclusively to Pro subscribers.
Available Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /categories | List all dork categories |
GET | /dorks | List dorks with pagination & filtering |
GET | /dork | Get details for a specific dork |
GET | /saved | List your saved dorks |