IP Score
The IP Score is outputted in JSON format. You can get the score via REST or gRPC.
#
Example output#
ParametersField | Description | Possible Values |
---|---|---|
success | Whether the response was a success | boolean |
proxy | If the IP is a proxy | boolean |
ISP | ISP name | string |
Organization | Organization name. Parent company or subcompany of ISP (Need Maxmind) | string |
ASN | Autonomous System Number (Need Maxmind) | integer |
hostname | hostname of IP | string |
country_code | Country of IP (Need Maxmind) | string |
city | City of IP (Need Maxmind) | string |
postal_code | Postal Code/ZIP of IP (Need Maxmind) | string |
is_crawler | If is a search engine; Google, yahoo, bing,yandex etc | boolean |
connection_type | "Residential", "Corporate", "Education", "Mobile", or "Data Center" | string |
latitude | Latitude of IP | float |
longitude | Longitude of IP | float |
timezone | timezone of IP | string |
vpn | Is IP a VPN? | boolean |
tor | Is IP using Tor? | boolean |
recent_abuse | Is IP a spam IP? | boolean |
mobile | Is IP using mobile device? | boolean |
score | A score from 0 to 100. It's set in the config. A score of 100 indicates that the IP is fraudulent. | integer |
operating_system | Operating system of IP | string |
browser | Browser used | string |
device_model | Device Model used | string |
device_brand | Device Brand used | string |