Skip to content

Domain Name Generation

The /domain endpoint generates various random data about a domain to create a complete profile. This endpoint does not require any options.

Parameters

This endpoint does not require any parameters. It returns a randomly generated domain profile with IP, DNS, registrar and WHOIS data.

Response Fields

FieldTypeDescription
domainstringMain domain name
full_domainstringFull domain with subdomain
ip_addressstring[]Array of IP addresses
ssl_certifiedbooleanSSL certificate status
hosting_providerstringHosting provider name
dns_serversstring[]DNS servers array
dns_providerstringDNS provider name
trafficstringEstimated daily traffic
seo_scorenumberSEO score (0-100)
page_ranknumberPage rank value
countrystringCountry of origin
website_typestringType of website
random_namestringGenerated domain name
random_subdomainstringGenerated subdomain
random_tldstringGenerated top-level domain
backlinks_countnumberNumber of backlinks
creation_datestringDomain creation date
expiration_datestringDomain expiration date

Code Examples

curl -X GET \
  "https://api.sylvain.sh/v5/domain"

Try It