zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
Web Tools/Domain Availability
Logo Domain Availability

Domain Availability

Check domain registration availability via RDAP protocol.

Endpoints
1
Requests
29
Updated
3 months ago
For LLMs
llms.txt
Endpoint health9 hours ago
  • availabilitypassing, 0.6s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/web-tools:rdap/availability5m cache1 paramchecking key…
Parameters
domainstringrequired

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

·
Response
EXAMPLE
{
  "ok": true,
  "domain": "google.com",
  "expires": "2028-09-14T04:00:00Z",
  "available": false,
  "registrar": "MarkMonitor Inc.",
  "registered": "1997-09-15T04:00:00Z"
}

Code examples

Check Availability
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("web-tools:rdap", "availability", {
  "domain": "google.com"
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/web-tools:rdap/availability?domain=google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETCheck Availability/v1/web-tools:rdap/availabilityCheck if a domain is registered or available.

Parameters

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

Request

curl -X GET "https://api.zpi.web.id/v1/web-tools:rdap/availability?domain=google.com" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "domain": "google.com",
  "expires": "2028-09-14T04:00:00Z",
  "available": false,
  "registrar": "MarkMonitor Inc.",
  "registered": "1997-09-15T04:00:00Z"
}

Related APIs

More in web-tools

Jina Reader

web-tools/jina-reader

Convert any webpage ke clean Markdown via Jina Reader — ideal untuk AI/LLM ingestion. Strip nav, ads, scripts; keep title + content.

116 calls·5m cache

Translate

web-tools/translate

Translate text between languages.

109 calls·5m cache

Cek Email Leak

web-tools/cek-email-leak

Cek apakah email kamu pernah bocor dalam data breach — daftar sumber kebocoran, tanggal, data yang bocor, dan jumlah yang terdampak.

26 calls·1h cache

BuiltWith Analyzer

web-tools/builtwith

Tech stack detector — framework, CMS, analytics, CDN, dan lainnya.

14 calls·1h cache

Weather Forecast

web-tools/weather

Retrieve current weather conditions and forecast for a geographic location.

7 calls·5m cache

Wayback Machine

web-tools/wayback

Lookup archived snapshot dari Internet Archive Wayback Machine — find historical version of any URL by date.

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