Whois Information
Webservice API
GKG.NET offers a RESTful webservice for retrieving Whois data for domains managed by GKG.NET.
Get a Whois Record
In order to retrieve a Whois record, you need to use the GET
method on the domain.
Request
- URL
- https://www.gkg.net/ws/domain/domain.org/whois
- Method
- GET
Response
On success, a 200 OK
response is returned. The response body is a text/plain response
containing the whois data.
If the requested domain is not found or is not under management by
GKG.NET, then a 404 Not Found
responses is returned.
The response body is text/plain
with a message
indicating that the domain was not found.