Whois info

Command line (bash/shell) whois info.


Endpoint


Method URI
POST https://apiv2.keliweb.it/api/v2/keliweb/whois-info

Request Parameters


Parameter Type Description Required
HTTP headers: Authorization string Bearer + the token to access APIs Required
domain string the domain to search for availability Required

Example Request (PHP Curl)

            

                    $curl = curl_init();
                    
                    curl_setopt_array($curl, array(
                      CURLOPT_URL => "https://apiv2.keliweb.it/api/v2/keliweb/whois-info",
                      CURLOPT_RETURNTRANSFER => true,
                      CURLOPT_ENCODING => "",
                      CURLOPT_MAXREDIRS => 10,
                      CURLOPT_TIMEOUT => 0,
                      CURLOPT_FOLLOWLOCATION => false,
                      CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
                      CURLOPT_CUSTOMREQUEST => "POST",
                      CURLOPT_POSTFIELDS =>
                        http_build_query(
                                array(
                                    'domain'    => 'google.it',
                                )
                            ),
                      CURLOPT_HTTPHEADER => array(
                        "Content-Type: multipart/form-data",
                        "X-Requested-With: XMLHttpRequest",
                        "Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NhMmNlNkNjNhMmU2MmUxIzZDRkODY5MS1mMDMzLTQ1MWMtYjU-3EHc",
                      ),
                    ));
                    
                    $response = curl_exec($curl);
                    $err = curl_error($curl);
                    
                    curl_close($curl);
                    
                    if ($err) {
                      echo "cURL Error #:" . $err;
                    } else {
                      echo $response;
                    }

            
        

Example Request (jQuery AJAX)

            
                    var form = new FormData();
                    form.append("domain", "google.it");

                    var settings = {
                        "async": true,
                        "crossDomain": true,
                        "url": "https://apiv2.keliweb.it/api/v2/keliweb/whois-info",
                        "method": "POST",
                        "headers": {
                            "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImNjMDEwYWVlYmUzMjMxMmZlZjBiNzRjYTBhMmNlNDc2MjNjNhMMTA1MzJjODk1In0",
                            "cache-control": "no-cache",
                        },
                        "processData": false,
                        "contentType": false,
                        "mimeType": "multipart/form-data",
                        "data": form
                    }

                    $.ajax(settings).done(function (response) {
                        console.log(response);
                    });
            
        

Example Response (Bash/Shell)

            
                [Querying whois.nic.it]
                [whois.nic.it]
                
                *********************************************************************
                * Please note that the following result could be a subgroup of      *
                * the data contained in the database.                               *
                *                                                                   *
                * Additional information can be visualized at:                      *
                * http://web-whois.nic.it                                           *
                * Privacy Information: http://web-whois.nic.it/privacy              *
                *********************************************************************
                
                Domain:             google.it
                Status:             ok / autoRenewPeriod
                Signed:             no
                Created:            1999-12-10 00:00:00
                Last Update:        2019-04-22 00:47:55
                Expire Date:        2019-04-21
                
                Registrant
                  Organization:     Google Ireland Holdings Unlimited Company
                  Address:          70 Sir John Rogerson's Quay
                                    Dublin
                                    2
                                    Dublin
                                    IE
                  Created:          2018-03-02 19:04:02
                  Last Update:      2018-03-02 19:04:02
                
                Admin Contact
                  Name:             Christina Chiou
                  Organization:     Google LLC
                  Address:          1600 Amphitheatre Parkway
                                    Mountain View
                                    94043
                                    CA
                                    US
                  Created:          2018-03-12 23:25:59
                  Last Update:      2018-03-12 23:25:59
                
                Technical Contacts
                  Name:             Domain Administrator
                  Organization:     Google LLC
                  Address:          1600 Amphitheatre Parkway
                                    Mountain View
                                    94043
                                    CA
                                    US
                  Created:          2017-12-21 19:54:04
                  Last Update:      2017-12-21 19:54:04
                
                Registrar
                  Organization:     MarkMonitor International Limited
                  Name:             MARKMONITOR-REG
                  Web:              https://www.markmonitor.com/
                  DNSSEC:           no
                
                
                Nameservers
                  ns1.google.com
                  ns2.google.com
                  ns3.google.com
                  ns4.google.com