Our Domain Lists API provides real-time access to fresh, deleted, and available domain datasets across hundreds of zones. Whether you're integrating domain lists into your own tools, research projects, or monitoring platforms — our API is built for speed, reliability, and scale.
To use the API, you must include your API key in the headers of each request. API keys can be generated in your dashboard under the "API Access" section.
GET /api/v1/domains
Headers:
Authorization: Bearer YOUR_API_KEY
All API requests should be made to the following base URL:
https://domainscounter.org/api/v1/
Endpoint | Description | Method |
---|---|---|
/domains | Returns domain lists based on selected filters | GET |
/zones | Lists all supported domain zones (e.g., .com, .net, .org) | GET |
/stats | Get API usage statistics and remaining limits | GET |
GET https://domainscounter.org/api/v1/domains?zone=com&status=new&limit=50
Authorization: Bearer YOUR_API_KEY
[
{
"domain": "exampledomain.com",
"zone": "com",
"status": "new",
"created_at": "2025-04-20T12:30:00Z"
}
]
Your API usage depends on your subscription plan. You can view all available plans and limits here.
Plan | Zones Included | Price (USD) | Support |
---|---|---|---|
Single Zone | 1 Zone | $5 | Email Support (24h) |
10 Zones | 10 Zones | $10 | Email Support (24h) |
100 Zones | 100 Zones | $20 | Priority Email Support (12h) |
All Zones | All Available Zones | $39 | Priority Email Support (12h) |
If you need any help with API integration, technical questions, or custom development, feel free to reach out through our contact form — we’ll get back to you quickly.
Need something custom? We can provide tailored endpoints, scheduled full exports, or custom features built specifically for your project. Contact us through support for more details.