zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Dev Tools/WHOIS Lookup
Logo WHOIS Lookup

WHOIS Lookup

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

Endpoints
1
Requests
13
Updated
3 months ago
For LLMs
llms.txt
Endpoint health19 hours ago
  • lookuppassing, 0.8s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
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 examples

Lookup
zpi-sdkrecommended
// 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);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/dev-tools:whois-lookup/lookup?domain=google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLookup/v1/dev-tools:whois-lookup/lookupPerform lookup dengan input yang diberikan.

Parameters

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

Request

curl -X GET "https://api.zpi.web.id/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-tools/cf-sitekey

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

35 calls·1h cache

DNS Lookup

dev-tools/dns-lookup

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

20 calls·5m cache

IP Geolocation

dev-tools/ip-geo

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

10 calls·5m cache

Meta/OG Preview

dev-tools/meta-preview

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

6 calls·5m cache

SSL Labs

dev-tools/ssl-labs

Retrieve SSL/TLS analysis report for a hostname.

6 calls·5m cache

HTTP Headers Inspector

dev-tools/http-headers

Inspect HTTP response headers and redirect chain for any URL.

4 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026