π Domain Data API – VebAPI
Fetch WHOIS records and key domain age details including registration, update, and expiry dates for any domain.
π Description
The Domain Data API allows you to retrieve essential domain information such as WHOIS data, domain creation date, last updated date, expiration date, and domain age in a clean JSON format.
This API is ideal for domain monitoring tools, SEO platforms, competitive research dashboards, and expiry alert systems.
π― Key Benefits
-
π Instantly access WHOIS data without manual lookup
-
π Track domain registration, expiry, and update timelines
-
β Calculate domain age to assess trust and authority
-
π§Ύ Useful for domain analysis, expired domain hunting, and SEO insights
-
π All data comes through secure, authenticated API calls
π Base URL
https://vebapi.com/api/seo/domainnamedata
π₯ Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
website |
string | β Yes | The domain name to check (e.g., codeconia.com) |
Headers Required:
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
π€ Output Response
The response is a JSON object with the following fields:
age (Domain Lifecycle Info)
| Field | Type | Description |
|---|---|---|
domainAge |
string | Human-readable age (e.g., "4 Years, 264 Days") |
createdDate |
string | Date when the domain was registered |
updatedDate |
string | Last update date of domain records |
expiredDate |
string | Domain expiration date |
whois (Raw WHOIS Record)
| Field | Type | Description |
|---|---|---|
whois |
string | Full raw WHOIS text dump of the domain registration details, including registrar, name servers, domain status, and contact info. |