Domain Intelligence

Domainr / Fastly Alternative for Domain Availability Checks

Fastly's Domain Research API is a strong choice for domain search, suggestions, and rich availability status. But if you mainly need to check domain availability at scale, you may be paying for more product than your workflow needs.

June 1, 20269 min readDomain Availability · Fastly · Domainr · API Comparison

Introduction

Domainr has long been known for fast domain search and availability status. Today, Domainr is part of Fastly, and the product appears as the Fastly Domain Research API. That matters because Fastly is not just an availability API vendor: it is a broad edge cloud platform with CDN, compute, security, observability, domain management, TLS, and many other products.

This article is not a "Fastly is bad" comparison. Fastly does a lot more than WhoisJSON, and the Domain Research API has capabilities WhoisJSON does not try to replicate: instant search, suggestions, premium domain signals, aftermarket status, registry-level detail, and autocomplete-style experiences.

The narrower question is this: if you mainly need to check whether domains are available for registration, which API is more economical? For that specific workload, WhoisJSON is cheaper at common production volumes. For implementation details, see the Domain Availability API product page and the developer guide. For broader provider comparisons, see our best domain availability API guide.

Short version: choose Fastly Domain Research API for search, suggestions, premium/aftermarket signals, and deeper domain status semantics. Choose WhoisJSON when your main need is low-cost availability checks plus WHOIS, DNS, SSL, subdomain discovery, and monitoring under one API key.

WhoisJSON is a better fit if you want:

  • Simple JSON availability responses
  • $10/month for 30,000 requests
  • $50/month for 1,000,000 requests
  • WHOIS, DNS, SSL, subdomains, availability, and monitoring in one plan
  • No per-request overage surprise on fixed-quota plans

Domainr / Fastly Alternative: Best Choice by Use Case

The right answer depends on the product you are building. A domain registrar search box and a backend availability audit do not need the same API.

Use caseBest fitWhy
Instant domain search while a user typesFastly / DomainrThe Domain Research API is built for search and suggestion workflows, not only one-off checks.
Premium domain and aftermarket signalsFastly / DomainrFastly documents premium, marketed, transferable, and offer-style status data.
Straightforward availability checks at 30,000 to 1,000,000 requests/monthWhoisJSONFixed monthly plans are much cheaper for this narrow workload.
Availability plus WHOIS, DNS, SSL, subdomains, and monitoringWhoisJSONOne API key covers multiple current domain intelligence endpoints.
Teams already building on the Fastly platformFastly / DomainrExisting Fastly customers may value platform consolidation more than lowest availability-check cost.

What Fastly Domain Research API Does Well

Fastly documents the Domain Research API as a way to retrieve algorithmic domain search results and check domains for detailed availability. The public Domainr page also positions the API around real-time availability, premium-priced names, aftermarket signals, and instant suggestion experiences. In practical terms, Fastly is strongest when availability is part of a product search flow.

Fastly is a strong choice when you need:

  • Search and suggestion UX: autocomplete-style domain discovery, extension suggestions, and naming flows.
  • Detailed status semantics: values such as inactive, active, reserved, premium, marketed, transferable, expiring, deleting, and unknown.
  • Premium and aftermarket context: useful when your product shows whether a domain may be available through a marketplace, not only through new registration.
  • Fastly platform fit: useful for teams already using Fastly for edge delivery, compute, TLS, security, or observability.

Where WhoisJSON Is Not a Fastly Replacement

WhoisJSON is not trying to replace Fastly's domain search experience. If your product needs autocomplete, domain suggestions, premium availability semantics, or aftermarket purchase paths, Fastly / Domainr is the stronger fit.

WhoisJSON is designed for a narrower workflow: check whether a domain is available, then enrich that domain with WHOIS/RDAPDNSSSL certificatesubdomain, or monitoring data when needed.

Practical split: Fastly / Domainr is a stronger product search layer. WhoisJSON is a lower-cost domain intelligence API for availability checks and follow-up enrichment.

Pricing Comparison: Availability Checks

Fastly's public pricing page lists Domain Research API Status-Precise with 10,000 free requests, then $0.001 per request from 10,000 to 1 million requests per month, $0.0008 from 1 million to 5 million, $0.0006 from 5 million to 25 million, and $0.0005 beyond 25 million.

WhoisJSON uses fixed monthly plans. The Basic plan includes 1,000 requests/month. Pro is $10/month for 30,000 requests, Ultra is $30/month for 150,000 requests, and Scale is $50/month for 1,000,000 requests. Those requests can be used across the included API endpoints, not only domain availability.

Monthly availability checksFastly Status-Precise estimateWhoisJSON planDifference for this workload
10,000$0Basic is 1,000 free; Pro gives room to growFastly's free allowance is stronger for exactly 10,000 availability checks/month.
30,000About $20 after the 10,000 free requestsPro: $10/monthWhoisJSON is about 50% cheaper.
150,000About $140 after the 10,000 free requestsUltra: $30/monthWhoisJSON is far cheaper for recurring checks.
1,000,000About $990 after the 10,000 free requestsScale: $50/monthWhoisJSON is much cheaper for high-volume availability sweeps.

Calculation note: examples use the public Fastly Status-Precise pricing shown for June 1, 2026 and subtract the 10,000 free monthly requests before applying the $0.001/request tier up to 1 million requests. Always re-check current vendor pricing before making a procurement decision.

API Shape: Detailed Status vs Simple Boolean

The API shape is different because the products optimize for different jobs.

Fastly status responses can express multiple states and tags. That is useful when you need to distinguish a name that is available for new registration from a name that is parked, premium-priced, reserved, marketed, transferable through an aftermarket, or temporarily unknown.

WhoisJSON's domain availability endpoint is deliberately simpler. It answers the question most backend workflows ask first: can this domain currently be registered?

cURL
curl "https://whoisjson.com/api/v1/domain-availability?domain=example.com" \
  -H "Authorization: TOKEN=YOUR_API_KEY"
JSON
{
  "domain": "example.com",
  "available": true
}

The endpoint is documented in WhoisJSON's API documentation and in the OpenAPI spec as GET /api/v1/domain-availability. Every response also includes a Remaining-Requests header so production systems can track quota. For production retry and quota handling patterns, see the WHOIS API rate limits and retries guide.

Bulk Domain Availability Checks

The price gap becomes more visible when availability checks move from an interactive search box to bulk processing. A naming tool might generate thousands of candidates. A brand protection workflow might check typo variants across many TLDs every day. A portfolio audit might scan owned, expired, and defensive domains on a schedule.

WhoisJSON does not require a special batch endpoint for this. The reliable pattern is controlled client-side batching: send one request per domain to /domain-availability, keep concurrency within your plan's rate limit, retry individual failures, and store each result separately. The same pattern applies when you enrich unavailable domains with WHOISDNS, or SSL data.

Need the full bulk pattern? Read the Bulk WHOIS API guide for controlled parallelisation, retry logic, error handling, and plan selection. You can also review the Bulk WHOIS API product page for high-volume lookup workflows.

When to Choose Each API

Choose Fastly / Domainr when:

  • You are building an instant domain search UI.
  • You need suggestions, alternate TLDs, IDNA/Unicode search behavior, or registrar-oriented discovery.
  • You need premium, aftermarket, or detailed domain status semantics.
  • You already use Fastly and want domain research inside the same vendor platform.

Choose WhoisJSON when:

Example Workflow: Availability Then Enrichment

A common WhoisJSON pattern is to start with availability, then enrich only the domains that need more context. That keeps request usage easy to reason about. The same approach also fits domain portfolio audits; see the domain portfolio management API guide for a complete operations workflow.

Read the domain portfolio management API guide for an example that combines availability, WHOIS, DNS, SSL, and monitoring across many domains.

JavaScript
const API_KEY = process.env.WHOISJSON_API_KEY;
const BASE_URL = 'https://whoisjson.com/api/v1';

async function getJson(path, domain) {
  const url = `${BASE_URL}${path}?domain=${encodeURIComponent(domain)}`;
  const response = await fetch(url, {
    headers: { Authorization: `TOKEN=${API_KEY}` }
  });

  if (!response.ok) {
    throw new Error(`WhoisJSON returned ${response.status}`);
  }

  return response.json();
}

async function inspectCandidate(domain) {
  const availability = await getJson('/domain-availability', domain);

  if (availability.available) {
    return { domain, available: true };
  }

  const [whois, dns, ssl] = await Promise.all([
    getJson('/whois', domain),
    getJson('/nslookup', domain),
    getJson('/ssl-cert-check', domain)
  ]);

  return { domain, available: false, whois, dns, ssl };
}

For naming tools, this can support bulk checks against generated candidates. For security teams, the same pattern helps detect when a watched brand variant becomes registered and then immediately enrich it with WHOIS, DNS, and SSL signals.

Conclusion

Fastly Domain Research API is the better fit for rich domain search, suggestions, premium status, aftermarket signals, and teams already invested in the Fastly platform. It is a broader product, and that breadth is real.

WhoisJSON is the better fit when the job is narrower: check domain availability at predictable monthly volume, then optionally enrich the result with WHOIS, DNS, SSL, subdomains, and monitoring. For that specific availability-check workload, WhoisJSON is significantly cheaper at 30,000, 150,000, and 1,000,000 monthly requests.

Try WhoisJSON for Free

1,000 requests/month. No credit card. Availability, WHOIS, DNS, SSL, subdomains, and monitoring included.

Get Your Free API Key

Availability Guide

Build a domain availability checker with cURL, Node.js and Python.

Read the guide
Domain Availability API

Availability Checks Without Per-Request Surprises

Use WhoisJSON for domain availability, WHOIS/RDAP, DNS, SSL, subdomain discovery, and monitoring under one API key.

1,000 free req/monthPro: 30,000 req/monthScale: 1,000,000 req/monthAll endpoints included

Start Free

No credit card. 1,000 requests/month across all endpoints.

Get Free API Key

Read the Docs

See the documented /domain-availability endpoint.

Documentation