Ponarize API provides a convenient solution for reputation scoring of IPs, giving developers information about IP. With the Ponarize API, developers can integrate IP scoring functionality into their applications or services with minimal effort.
curl 'https://www.ponarize.com/api/check/domain' -X POST -H 'Accept: application/json' -H 'Authorization: API-KEY' --data $'ip=35.236.146.166'
{ "status": "success", "message": [ { "ip": "35.236.146.166", "range": "35.208.0.0\/12", "country": "United States", "countryCode": "US", "city": "Mountain View", "timezone": "America\/Los_Angeles", "reverse": "-", "lat": "37.42240", "lon": "-122.08421", "isp": "Google LLC", "org": "Google LLC", "asn": "396982", "asnName": "Google LLC", "netName": "-", "descr": "GOOGLE-CLOUD", "openPorts": ["-"], "risk": "100", "attacks": { "ports": {"21":"376"}, "hours": {"00:00":"25","01:00":"14"} } } ] }