Domain Data
Parameters
enter your website name
Your Vebapi api key
Example Request
curl -X GET "https://vebapi.com/api/seo/domainnamedata?website=codeconia.com" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
{
"age": {
"domainAge": "4 Years, 264 Days",
"createdDate": "6th-Nov-2020",
"updatedDate": "6th-Nov-2024",
"expiredDate": "6th-Nov-2025"
},
"whois": " Domain Name: CODECONIA.COM\r\n Registry Domain ID: 2570666541_DOMAIN_COM-VRSN\r\n Registrar WHOIS Server: whois.hostinger.com\r\n Registrar URL: http://www.hostinger.com\r\n Updated Date: 2024-11-06T15:25:38Z\r\n Creation Date: 2020-11-06T12:06:07Z\r\n Registry Expiry Date: 2025-11-06T12:06:07Z\r\n Registrar: HOSTINGER operations, UAB\r\n Registrar IANA ID: 1636\r\n Registrar Abuse Contact Email: [email protected]\r\n Registrar Abuse Contact Phone: +37064503378\r\n Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited\r\n Name Server: DEB.NS.CLOUDFLARE.COM\r\n Name Server: WALT.NS.CLOUDFLARE.COM\r\n DNSSEC: unsigned\r\n URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/\r\n>>> Last update of whois database: 2025-07-28T00:20:47Z <<<\r\n\r\nFor more information on Whois status codes, please visit https://icann.org/epp\r\n\r\nNOTICE: The expiration date displayed in this record is the date the\r\nregistrar's sponsorship of the domain name registration in the registry is\r\ncurrently set to expire. This date does not necessarily reflect the expiration\r\ndate of the domain name registrant's agreement with the sponsoring\r\nregistrar. Users may consult the sponsoring registrar's Whois database to\r\nview the registrar's reported date of expiration for this registration.\r\n\r\nTERMS OF USE: You are not authorized to access or query our Whois\r\ndatabase through the use of electronic processes that are high-volume and\r\nautomated except as reasonably necessary to register domain names or\r\nmodify existing registrations; the Data in VeriSign Global Registry\r\nServices' (\"VeriSign\") Whois database is provided by VeriSign for\r\ninformation purposes only, and to assist persons in obtaining information\r\nabout or related to a domain name registration record. VeriSign does not\r\nguarantee its accuracy. By submitting a Whois query, you agree to abide\r\nby the following terms of use: You agree that you may use this Data only\r\nfor lawful purposes and that under no circumstances will you use this Data\r\nto: (1) allow, enable, or otherwise support the transmission of mass\r\nunsolicited, commercial advertising or solicitations via e-mail, telephone,\r\nor facsimile; or (2) enable high volume, automated, electronic processes\r\nthat apply to VeriSign (or its computer systems). The compilation,\r\nrepackaging, dissemination or other use of this Data is expressly\r\nprohibited without the prior written consent of VeriSign. You agree not to\r\nuse electronic processes that are automated and high-volume to access or\r\nquery the Whois database except as reasonably necessary to register\r\ndomain names or modify existing registrations. VeriSign reserves the right\r\nto restrict your access to the Whois database in its sole discretion to ensure\r\noperational stability. VeriSign may restrict or terminate your access to the\r\nWhois database for failure to abide by these terms of use. VeriSign\r\nreserves the right to modify these terms at any time.\r\n\r\nThe Registry database contains ONLY .COM, .NET, .EDU domains and\r\nRegistrars.\r\n"
}
๐ 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. |