Skip to content

Latest commit

 

History

History
121 lines (102 loc) · 3.89 KB

brand-alert.md

File metadata and controls

121 lines (102 loc) · 3.89 KB
title repository_url releases_url header
Brand Alert API Code Samples
//github.com/whois-api-llc/brand-alert2
//github.com/whois-api-llc/brand-alert2/releases
Brand Alert API 2.0

Making a query to Brand Alert API web service

Here you'll find short examples of using brand-alert.whoisxmlapi.com Hosted Brand Alert API implemented in multiple languages.

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

Please, refer to Brand Alert API Documentation for request parameters and response schema description

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