IP Address
You can use the IP module by defining the ipAddress that you want to check to your JSON request.
Endpoints
Headers
Request
{
"ipAddress": "159.253.145.183"
}Response
{
"message": "Account Screening - Single.",
"data": {
"id": "28b78927-8546-45fd-ba9f-17239bf366a9",
"score": -15,
"status": "review",
"ipDetails": {
"ipAddress": "159.253.145.183",
"as": "AS36351 SoftLayer Technologies Inc.",
"asname": "SOFTLAYER",
"city": "Amsterdam",
"continent": "Europe",
"continentCode": "EU",
"country": "Netherlands",
"countryCode": "NL",
"currency": "EUR",
"district": "",
"isp": "SoftLayer",
"lat": 52.3759,
"org": "Hosting Services Inc. (dba Midphase)",
"region": "NH",
"regionName": "North Holland",
"timezone": "Europe/Amsterdam",
"zip": "1012",
"isProxy": true,
"isMobile": false,
"isHosting": true,
"isWhitelist": false,
"isBlacklist": true,
"score": -15
}
}
}Last updated