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
- endpoint
- curl
- Node.js
- jQuery
- PHP
- Python
- Ruby
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:
- 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
- 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
- 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
$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.