get https://www.virustotal.com/vtapi/v2/comments/get
Get comments for a file or URL
{
'response_code': 1,
'verbose_msg': 'Resource found, comments, if any, returned here',
'resource': '13166fc9de263ee2c676430ae88e65040e10761c90e79347a2684476bc60e622',
'comments': [
{
'date': '20120404132340',
'comment': '[b]Bot Communication Details:[\/b]\nServer DNS Name: 67.230.163.30
Service Port: 80\nDirection Command User-Agent Host Connection
Pragma\nGET \/?0b72ab=huTK4N7k6G9718ze0NLa5%2BnM1NaHx9fXtqfeyr
FjiKSbxZ%2BmmqOjpqeXZqPPnpOhnda\nrpJ2bkpfLyZdk0MqokZNplofO5aKh
[... continues ...]'
},
{
'date': '20120404132122',
'comment': '#fakeAV'
},
{
'date': '20120404131639',
'comment': 'GET \/ury1007_8085.php?il41225lo=jeWqkqWocs3h1NDHi6Lcx56mlaqol
tnVmG5lWJbO0eWeuqZ6w4nN4aKjo6CgkqOkb6mrxL%2BZw8%2FJatXCqrOdmO3
S16mjl5eUnNbemcTJooLGicreoqOpp5eeZ2pgY26aoaOUjNih1NfW4aKjmefS0
HFiYmRrkuPnzaPGXtSYx6KepaWkopKopG9jaJ%2BiqJWamWWjicXd0tPc3qbjq
6hlYKXR4ebQ1MaZoNDC4dnX5eLUmpiVoKVj1d3Z0IzPpNnXnuPb6d%2Fm0ZKnp
pR1otCs5sbUyXPcz8aS HTTP\/1.1\nAccept: image\/gif, image\/jpeg
, image\/pjpeg, image\/pjpeg, application\/x-shockwave-flash,
application\/vnd.ms-excel, application\/vnd.ms-powerpoint,
[... continues ...]'
}
]
}
The server answers with the comments sorted in descending order according to their date. Please note that it will only answer back with at most 25 comments. If the answer contains less than 25 comments it means that there are no more comments for that item. On the other hand, if 25 comments were returned you can keep issuing further calls making use of the optional before
parameter, this parameter should be fixed to the oldest (last in the list) comment's date token, exactly in the same format that was returned by your previous API call (e.g. 20120404132340).
If there were any comments the response code will be 1, and 0 if otherwise. Please note that comments may have bbcode formatting tags in them.