New Services!

We are pleased to announce two new FSpamlist.com services.

First of which is the RSS feed. Now have spammer data come straight to you!

Feed link: http://www.fspamlist.com/feed.php

Second, we have an XML API! Developers, feel free to use this simple API to write scripts to easily incorporate spammer checking into your programs

API LINK: http://www.fspamlist.com/xml.php

Use it like : http://www.fspamlist.com/xml.php?search=spammertocheckhere

and have this returned:

<IsSpammerRootNamespace>
<IsSpammer>True</IsSpammer>
</IsSpammerRootNamespace>

( Will either return True or False in the <IsSpammer> )

( Credit to Jay for this one 🙂 )