Contents
Authentication
The API uses API keys to authenticate requests. You can view and manage your API keys in the API Keys Dashboard.
You must pass your API key via the Authorization header as a Bearer token or via the X-API-Key header.
Bulk Auction Lookup
The bulk lookup endpoint allows you to instantly check the auction status, current price, and bidder count of up to thousands of domain names in a single lightning-fast request.
/api/auctions/lookupRequest Body (JSON)
Response (JSON)
Example cURL Request
Search Auctions
The search endpoint allows you to programmatically query the entire active auction database using advanced filters like keywords, price, length, and providers.
/api/auctions/searchRequest Body (JSON)
Response (JSON)
Example cURL Request
Bulk Daily Registration Lookup
The lookup endpoint allows you to pass an array of domain names and returns detailed information about those domains if they appear in our daily registrations database.
/api/daily-registrations/lookupRequest Body (JSON)
Response (JSON)
Example cURL Request
Search Daily Registrations
The search endpoint allows you to programmatically query the daily registered domains database using advanced filters like keywords, length, and TLDs.
/api/daily-registrations/searchRequest Body (JSON)
Response (JSON)
Example cURL Request
Keyword Trends Historical
Retrieve historical daily registration volume for specific keywords. Perfect for plotting momentum charts and spotting emerging niches before they go mainstream.
/api/trends/historicalQuery Parameters
| Parameter | Required | Description |
|---|---|---|
| term | Yes | Keyword to analyze (e.g. "crypto") |
| tld | No | Target database. Default: "com" |
| days | No | Historical window. Default: 30 |
Response (JSON)
Example cURL Request
-H "Authorization: Bearer YOUR_API_KEY"
Rate Limits & Quotas
API limits are dictated by your active subscription plan. Exceeding these limits will result in a 403 Forbidden or 429 Too Many Requests response.
| Feature | Free | Lite | Pro | Agency/Dev | Enterprise |
|---|---|---|---|---|---|
| API Access | No | No | Yes | Yes | Yes |
| Domains / Request | N/A | N/A | 100 | 500 | Custom |
| Daily Requests | N/A | N/A | 1,000 | 3,000 | Custom |
| Max Domains / Month | N/A | N/A | 2,500,000 | 30,000,000 | Custom |
| Rate Limit (per min) | N/A | N/A | 30 | 60 | Custom |
| API Keys | N/A | N/A | 1 | 3 | Custom |
| Concurrent Requests / Sec | N/A | N/A | 2 | 5 | Custom |