Public
Documentation Settings

whois

POSTinfo

http://localhost/whoisApi/info?arr_domain_name[]=testdomain00013&arr_domain_type[]=.com
PARAMS
arr_domain_name[]

testdomain00013

조회할 도메인명 배열 (여러개 입력 가능) : 필수

arr_domain_type[]

.com

조회할 도메인 tld (여러개 입력 가능) : 필수

Example Request
curl
curl --location --request POST 'http://localhost/whoisApi/info?domain_name=&domain_type='
200 OK
Example Response
json
{
  "code": 1000,
  "msg": "Command completed successfully",
  "value": null,
  "result": [
    {
      "code": 2101,
      "msg": "un support domain type",
      "value": null
    }
  ]
}
Date

Tue, 23 Oct 2018 01:07:15 GMT

Server

Apache/2.4.33 (Win32) OpenSSL/1.1.0h PHP/7.2.6

X-Powered-By

PHP/7.2.6

Expires

Thu, 19 Nov 1981 08:52:00 GMT

Cache-Control

no-store, no-cache, must-revalidate

Pragma

no-cache

Content-Length

134

Keep-Alive

timeout=5, max=100

Connection

Keep-Alive

Content-Type

text/html; charset=UTF-8

POSTcheck

http://localhost/whoisApi/check?domain=blueweb.com
PARAMS
domain

blueweb.com

검색하려는 도메인명

Example Request
curl
curl --location --request POST 'http://localhost/whoisApi/check?domain=blueweb.com'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSThost_info

http://localhost/whoisApi/host_info/?arr_domain_name[]=blueweb.net&arr_host_name[]=ns4
PARAMS
arr_domain_name[]

blueweb.net

조회할 호스트 도메인명 배열 (여러개 입력 가능) : 필수

arr_host_name[]

ns4

조회할 네임서버 (여러개 입력 가능) : 필수

Example Request
curl
curl --location -g --request POST 'http://localhost/whoisApi/host_info/?arr_domain_name[]=blueweb.net&arr_host_name[]=ns4'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSThost_manage

http://localhost/whoisApi/host_manage?arr_domain_name[]=testdomain00013.com&arr_host_name[]=ns1&arr_host_ip[]=58.151.236.81&operation=regist
PARAMS
arr_domain_name[]

testdomain00013.com

도메인명 배열 (여러개 입력 가능) : 필수

arr_host_name[]

ns1

호스트명 (여러개 입력 가능) : 필수

arr_host_ip[]

58.151.236.81

아이피 (여러개 입력 가능) : 필수

operation

regist

등록 [regist], 수정 [modify], 삭제 [delete]

Example Request
curl
curl --location -g --request POST 'http://localhost/whoisApi/host_manage?arr_domain_name[]=testdomain00013.com&arr_host_name[]=ns1&arr_host_ip[]=58.151.236.81&operation=regist'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers