IP health check

Get any IP health checked and stop spam, scam and infected visitors
Health result
  • Toxic
  • Proxy
  • Spam
JSON response
          
          
        
Try our JSON API
api.antideo.com/ip/health
			
$ curl --compressed api.antideo.com/ip/health/
			
		
			
const request = require('request');

request('http://api.antideo.com/ip/health/', function(error, res, body) {
	console.log(JSON.parse(body));
})
			
		
			
$.getJSON('http://api.antideo.com/ip/health/', function(data){
  console.log(data)
})
			
		
			
$request = file_get_contents('http://api.antideo.com/ip/health/');
$response = gzdecode($request);
$result = json_decode($response);
			
		
			
requests.get('http://api.antideo.com/ip/health/')
			
		
			
require 'json'
require 'open-uri'

JSON.parse(open('http://api.antideo.com/ip/health/').read)
			
		
Use our API to query the health (reputation) of any IP address and receive response in JSON containing the following:
  1. Toxic IP health check result
    - true if the IP address is part of toxic/infected IP range or network
    - false if IP address is not considered as toxic
  2. IP to known proxies result
    - JSON object containing proxy type and last seen date/time
    - false if the IP address does not appear to be proxy
  3. IP spam lookup result
    - JSON object containing number of reports and last reported date/time
    - false if the IP address does not appear in our SPAM database
For more details please consult our documentation
$5.00
Monthly Payment
  • code 50 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$10.00
Monthly Payment
  • code 100 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$20.00
Monthly Payment
  • code 300 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$30.00
Monthly Payment
  • code 600 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$50.00
Monthly Payment
  • code 1000 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$80.00
Monthly Payment
  • code 2000 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *
$160.00
Monthly Payment
  • code 5000 requests/hour

  • email Email support

  • lock_open HTTP

  • https HTTPS

  • done Soft limits *

Soft limit: buffers extra 10% on top of the subscription limit before returning '429 - Too many requests' allowing you to make extra requests without any service interruption.