Skip to content

Latest commit

 

History

History
121 lines (102 loc) · 3.88 KB

registrant-alert.md

File metadata and controls

121 lines (102 loc) · 3.88 KB
title repository_url releases_url header
Registrant Alert API Code Samples
//github.com/whois-api-llc/registrant-alert2
//github.com/whois-api-llc/registrant-alert2/releases
Registrant Alert API

Making a query to Registrant Alert API web service

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

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

Please, refer to Registrant Alert API User Guide for request and response formats, usage limits.

```c# {% include_relative assets/samples/registrant.alert/net/registrant.alert.cs %} ```
```java {% include_relative assets/samples/registrant.alert/java/registrant.alert.java %} ```
```html {% include_relative assets/samples/registrant.alert/js/registrant.alert.html %} ```
```js {% include_relative assets/samples/registrant.alert/nodejs/registrant.alert.js %} ```
```php {% include_relative assets/samples/registrant.alert/php/registrant.alert.php %} ```
```perl {% include_relative assets/samples/registrant.alert/perl/registrant.alert.pl %} ```
```posh {% include_relative assets/samples/registrant.alert/powershell/registrant.alert.ps1 %} ```
```python {% include_relative assets/samples/registrant.alert/python/registrant.alert.py %} ```
```ruby {% include_relative assets/samples/registrant.alert/ruby/registrant.alert.rb %} ```