zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Dev Tools/WHOIS Lookup
Logo WHOIS Lookup

WHOIS Lookup

WHOIS / RDAP domain lookup — registrar, registration & expiry dates, nameservers, status, registrant contact.

1 endpoint1 endpoint on this scraper13 calls13 calls so farupdated 3 months agoLast updated 6/13/2026, 2:24:53 AMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Lookup

Perform lookup dengan input yang diberikan.

GET/v1/dev-tools:whois-lookup/lookup5m cache1 paramchecking key…
Parameters
domainstringrequired

Domain name (akan di-normalize: strip protocol, www, path)

·
Response
EXAMPLE
{
  "domain": "google.com",
  "source": "whois",
  "status": [
    "client delete prohibited",
    "client transfer prohibited",
    "client update prohibited",
    "server delete prohibited",
    "server transfer prohibited",
    "server update prohibited"
  ],
  "expiresAt": "2028-09-14T04:00:00Z",
  "registrar": "MarkMonitor Inc.",
  "updatedAt": "2019-09-09T15:39:04Z",
  "nameservers": [
    "ns1.google.com",
    "ns2.google.com",
    "ns3.google.com",
    "ns4.google.com"
  ],
  "registeredAt": "1997-09-15T04:00:00Z"
}

Code

Lookup
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("dev-tools:whois-lookup", "lookup", {
  "domain": "google.com"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Lookup/v1/dev-tools:whois-lookup/lookup
1 param

Parameters

domainstringrequired
Domain name (akan di-normalize: strip protocol, www, path)

Request

curl -X GET "https://api.zapi.ink/v1/dev-tools:whois-lookup/lookup?domain=google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "domain": "google.com",
  "source": "whois",
  "status": [
    "client delete prohibited",
    "client transfer prohibited",
    "client update prohibited",
    "server delete prohibited",
    "server transfer prohibited",
    "server update prohibited"
  ],
  "expiresAt": "2028-09-14T04:00:00Z",
  "registrar": "MarkMonitor Inc.",
  "updatedAt": "2019-09-09T15:39:04Z",
  "nameservers": [
    "ns1.google.com",
    "ns2.google.com",
    "ns3.google.com",
    "ns4.google.com"
  ],
  "registeredAt": "1997-09-15T04:00:00Z"
}

Related APIs

More in dev-tools

CF Sitekey Extractor

dev-toolscf-sitekey

Mengekstrak Cloudflare Turnstile sitekey dari halaman web dengan multiple fetch mode.

3636 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

IP Geolocation

dev-toolsip-geo

IP geolocation lookup — country, region, city, ISP, ASN, koordinat untuk IPv4 dan IPv6.

1313 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

DNS Lookup

dev-toolsdns-lookup

Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) via secure DNS-over-HTTPS resolver.

2020 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

SSL Labs

dev-toolsssl-labs

Retrieve SSL/TLS analysis report for a hostname.

66 calls so far5mResponses cached for 5m

Meta/OG Preview

dev-toolsmeta-preview

Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack link preview).

66 calls so far5mResponses cached for 5m

HTTP Headers Inspector

dev-toolshttp-headers

Inspect HTTP response headers and redirect chain for any URL.

44 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.