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/v1

Features

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

MethodEndpointDescription
GET
/categoriesList all dork categories
GET
/dorksList dorks with pagination & filtering
GET
/dorkGet details for a specific dork
GET
/savedList your saved dorks