Logo Domains Counter
API TLD List How it works Prices Faq

API Documentation

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.

Authentication

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
		

Base URL

All API requests should be made to the following base URL:

https://domainscounter.org/api/v1/

Available Endpoints

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

Query Parameters

  • zone — Filter by domain zone (e.g., com, net, io)
  • status — Filter by domain status (new, deleted, available)
  • created_after — Fetch domains created after a specific ISO date
  • limit — Limit the number of results per request (maximum: 1000)
  • offset — Pagination offset for large datasets

Sample Request


		GET https://domainscounter.org/api/v1/domains?zone=com&status=new&limit=50
		Authorization: Bearer YOUR_API_KEY
		

Response Format


		[
		  {
		    "domain": "exampledomain.com",
		    "zone": "com",
		    "status": "new",
		    "created_at": "2025-04-20T12:30:00Z"
		  }
		]
		

Pricing & Rate Limits

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)

Support

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.

Custom Integrations

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.