v1
latestOpenAPI 3.1.02026-07-141600153.0 KBGet votes on an IP address
get/ip_addresses/{ip}/votes
Path parameters
ipstring required
IP Address
Headers
x-apikeystring required
Your API key
Response
200
Example response
{
"data": [
{
"attributes": {
"date": 1574246328,
"value": 47,
"verdict": "harmless"
},
"id": "i-1.1.1.1-a68784ad",
"links": {
"self": "https://www.virustotal.com/api/v3/votes/i-1.1.1.1-a68784ad"
},
"type": "vote"
}
],
"links": {
"self": "https://www.virustotal.com/api/v3/ip_addresses/1.1.1.1/votes?limit=10"
}
}