v2/domains/domain_name/whoisdata
Header Parameters
| Name | Type | Restrictions | Required-optional |
|---|---|---|---|
| domain_name | String | Valid full domain name |
Required
|
| Name | Response | Type | Status |
|---|---|---|---|
| success | true | boolean | 200 OK |
| message | Who is data / available | string | 200 OK |
| <details> | Domain details | array / null | 200 OK |
| Code | Response | Status |
|---|---|---|
| success | false | 400 Bad Request |
| message | Whois exception error | 400 Bad Request |
| domain_name | Invalid domain name | 400 Bad Request |
| domain_tld | Invalid domain tld | 400 Bad Request |