Skip to content

Latest commit

 

History

History
120 lines (102 loc) · 3.73 KB

bulk-whois.md

File metadata and controls

120 lines (102 loc) · 3.73 KB
title repository_url releases_url header
Bulk Whois API Code Samples
//github.com/whois-api-llc/bulk-whois
//github.com/whois-api-llc/bulk-whois/releases
Bulk Whois API

Making a query to Bulk Whois API web service

Here you'll find short examples of using www.whoisxmlapi.com Hosted Bulk Whois Web API implemented in multiple languages.

You can view more sample code, incl. dealing with the API's response formats, requests order and more, in the [repository]({{ page.repository_url }}).

Please, refer to Bulk Whois API User Guide for request and response formats, usage limits.

```c# {% include_relative assets/samples/bulk.whois/net/bulk_whois.cs %} ```
```java {% include_relative assets/samples/bulk.whois/java/bulk_whois.java %} ```
```html {% include_relative assets/samples/bulk.whois/js/bulk_whois.html %} ```
```js {% include_relative assets/samples/bulk.whois/node/bulk.search.js %} ```
```perl {% include_relative assets/samples/bulk.whois/perl/bulk_whois.pl %} ```
```php {% include_relative assets/samples/bulk.whois/php/bulkwhois.php %} ```
```posh {% include_relative assets/samples/bulk.whois/powershell/bulk_whois.ps1 %} ```
```python {% include_relative assets/samples/bulk.whois/python/bulkwhois.py %} ```
```ruby {% include_relative assets/samples/bulk.whois/ruby/bulk_whois.rb %} ```