whois lookup apidomain owner lookupdomain registration checkerdomain expiry apiregistrar lookup

WHOIS Lookup API

Domain ownership, registration dates and registrar data in one call.

Free WHOIS lookup API. Retrieve domain registration details including owner country, registrar, creation date, expiry date, nameservers and privacy protection status. Works for most gTLDs (.com, .net, .org, .io) and many ccTLDs. No external API key required.

POST/api/trpc/whoisLookup.lookup
2 tokens / callAPI online

How it works

Three steps. No complex setup.

1

Send your request

Make a POST with the data you want to analyze. Include your API key in the Authorization header.

2

We process server-side

Our engine validates, analyzes and enriches the data in under 200ms. No external APIs, no network latency.

3

Receive the result

Typed JSON with all documented fields. Clear errors if something fails. Production ready.

Who is it for?

SaaS platforms that need domain intelligence on sign-up
Security teams investigating suspicious domains
Developers building domain monitoring tools
Lead generation tools that enrich prospect data

Response example

Real input and output. What you send and what you get back.

// Input

{
  "domain": "example.com"
}

// Output

{
  "domain": "example.com",
  "registered": true,
  "registrar": "GoDaddy LLC",
  "created_at": "1995-08-14",
  "updated_at": "2023-08-13",
  "expires_at": "2024-08-13",
  "days_until_expiry": 312,
  "status": [
    "clientTransferProhibited"
  ],
  "nameservers": [
    "ns1.example.com",
    "ns2.example.com"
  ],
  "owner_country": "US",
  "privacy_protected": true
}

Try it now

// live demo — no account needed to try

Playground

Demo activa2 tokens

Integrate into your project

Copy and paste. Replace YOUR_API_KEY with your real key.

curl -X POST https://jsnhengine.com/api/trpc/whoisLookup.lookup \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{"json": {"domain":"example.com"}}'

Why choose JSNH Engine Lab

Low latency

Responses in under 200ms

Secure authentication

API keys with per-plan rate limiting

Usage tracking

Every request logged with metrics

Production ready

Input validation and typed errors

Frequently asked questions

Everything you need to know before integrating.

Other modules

Expand your integration with more APIs from the catalogue.

Community reviews

What developers using this module say

Sign in to leave a review

No reviews yet. Be the first!

// production ready

Start using WHOIS Lookup API

Sign up free and get 1,000 tokens to start. No credit card. No complex setup.