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

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -