Credits & Pricing API Documentation
Credits & Pricing API Documentation: Every API call costs credits. You get 10,000 free credits per month (resets on the 1st). Need more? Purchase credit packs starting at €9 for 50,000 credits.
Credits & Pricing
Every API call costs credits. You get 10,000 free credits per month (resets on the 1st). Need more? Purchase credit packs starting at €9 for 50,000 credits.
Credits per Endpoint
Find each endpoint's cost below. All endpoints cost at least 1 credit.
| Endpoint | Credits | Description |
|---|---|---|
/v1/coverage |
1 | List supported TLDs |
/v1/tlds |
1 | TLD metadata list |
/v1/watchlist |
1 | View your watchlist |
/v1/status |
1 | Check domain availability |
/v1/health/quick |
1 | Quick health check |
/v1/dns |
1 | DNS lookup |
/v1/dns/bulk |
1 base + 1/domain | Bulk DNS lookup (up to 25 domains) |
/v1/ip |
1 | IP geolocation |
/v1/value |
1 | Domain valuation |
/v1/prices |
1 | Registration prices |
/v1/tlds/:tld |
1 | TLD details |
/v1/watchlist/check |
1 | Check watchlist item |
/v1/typos/permutations |
1 | Typo permutations |
/v1/typos/score |
1 | Typo risk score |
/v1/email/check |
1 | Email blacklist check |
/v1/status/bulk |
1 base + 0.5/domain | Bulk availability (up to 50 TLDs) |
/v1/health |
2 | Full health check |
/v1/dns/all |
2 | All DNS records |
/v1/profile |
2 | Domain profile |
/v1/redirects |
2 | Redirect chain |
/v1/tech |
2 | Tech stack detection |
/v1/categorize |
2 | Website categorization |
/v1/similarity |
2 | Domain similarity |
/v1/typos |
2 | Typosquatting detection |
/v1/reputation |
2 | Domain reputation |
/v1/reputation/bulk |
1 base + 2/domain | Bulk domain reputation (up to 3 domains) |
/v1/certificates |
2 | SSL certificate |
/v1/social |
2 | Social handle check |
/v1/company |
2 | Company lookup |
/v1/suggest |
2 | Domain suggestions |
/v1/whois |
2 | WHOIS lookup |
/v1/whois/history |
2 | WHOIS change history |
/v1/whois/bulk |
1 base + 1/domain | Bulk WHOIS lookup (up to 20 domains) |
/v1/prices/bulk |
1 base + 0.5/TLD | Bulk pricing |
/v1/dns/security |
2 | DNS security analysis |
/v1/dns/propagation |
2 | DNS propagation |
/v1/value/bulk |
1 base + 0.5/domain | Bulk valuation |
/v1/health/bulk |
1 base + 1/domain | Bulk health check |
/v1/subdomains |
3 | Subdomain finder |
/v1/report |
5 | Comprehensive report (saves ~10 credits vs individual calls) |
Credit Enforcement
When your credits reach zero, API requests that cost credits return HTTP 402 (Payment Required). Free browser-based tools are not affected.
HTTP 402 Payment Required
{
"error": {
"code": "INSUFFICIENT_CREDITS",
"message": "Insufficient credits. This endpoint costs 2 credits but you have 0.",
"credits_remaining": 0,
"credits_required": 2,
"purchase_url": "https://domscan.net/billing"
}
}
To restore access: purchase credits at the subscription page, enable auto-recharge, or wait for your monthly reset on the 1st of each month.
Credit Response Headers
All authenticated API responses include an X-Credits-Remaining header showing your current credit balance after the request.
X-Credits-Remaining: 9500
Credit Calculator
Estimate your credit usage for bulk operations:
Credit Packs
Need more credits? Purchase packs that never expire:
| Pack | Price | Per Credit |
|---|---|---|
| 50,000 credits | €9 / £7.50 / ¥1,500 | €0.00018 |
| 250,000 credits | €29 / £24 / ¥4,800 | €0.000116 |
| 1,000,000 credits | €79 / £66 / ¥13,000 | €0.000079 |