tags:

views:

33

answers:

2

Hello.

i want to use the functionality of www.stopbadwares.com and implement it in my web app using php.

so i can pass a url and check if it's contains badwares or it's dangerous for use.

is there an api, or class, or something to do that ? or even if there isn't, is there a similar service, to protect my users from sharing bad links ?

Note: firefox , chrome, and safari, uses the same service ( maybe it's of google too )

Thanks

+1  A: 

Yes, there is.

To clarify, this isn't StopBadware's data.

SLaks
This is definitely good stuff.
Nicholas Kreidberg
+3  A: 

from their site:

To be clear, we do not have a public API for access to our data. Google offers the Safe Browsing API for access to their data, which they also make available to us through our Clearinghouse.

http://blog.stopbadware.org/2008/09/12/mse360-uses-our-name-in-vain

http://code.google.com/apis/safebrowsing/

jspcal
you mean after he asked "is there an api of stopbadwares?" and "i want to use the functionality of www.stopbadwares.com" ? i answered both questions in any case.
jspcal