get https://api.spamverify.com/v1/check/ip/
Note: SpamVerify subnets always return as a /24 subnet for consistency of structure
Response
Note: SpamVerify subnets always return as a /24 subnet for consistency of structure
xxxxxxxxxx
curl --request GET \
--url 'https://api.spamverify.com/v1/check/ip/ip?days=365&limit=1000&include_hierarchy=true&include_reports=true' \
--header 'accept: application/json'
xxxxxxxxxx
27}
{
"ip": {
"ip_address": "",
"subnet": "",
"ip_version": 4,
"is_whitelisted": false,
"threat_score": 100,
"statistics": {
"total_distinct_reporters": 987,
"total_reports": 1234
},
"types": {
"proxy_type": [
"Residential Proxies"
],
"address_type": [
"Unicast"
],
"usage_type": [
"Fixed Line ISP",
"Mobile ISP"
]
},
"first_at": "2025-02-27T07:46:40.000000Z",
"updated_at": "2025-02-27T12:15:03.000000Z"