php - Safe Browsing Lookup API to return just true or false? -
i looking api's check urls malware. found safe browsing lookup api
, want so:
1) in php pass url api 2) response api - 1(or true) if doesnt have malware, 0(or false) if has malware.
how can that? need make dom document , parse result? tried reading developer's guide didnt see me (maybe im blind).
any suggestions?
edit: api using google safe browsing (https://developers.google.com/safe-browsing/)
have @ wot api - http://www.mywot.com/wiki/api
wot community powered service , had experience developing api in past.
Comments
Post a Comment