authorati

     

Authorati API

EvalSpamBlog
Evaluates if the given Blog URL is a spam blog or not.
Authentication
This method does not require authentication.
Request Format
http://www.authorati.com/?(+evalspamblog)substitute_your_blog_url_here
In the above URL, replace "substitute_your_blog_url_here" with the URL of the blog your are querying about.
For example if the blog URL is "http://www.authoraticom.blogspot.com" then the request will be:
http://www.authorati.com/?(+evalspamblog)http://www.authoraticom.blogspot.com
Example Response Format
<response>
  <spamflagvalue>0</spamflagvalue>
  <spamflagdescription>This is not a spam blog.</spamflagdescription>
</response>
The following are the possible values of spamflagvalue with the associated descriptions:
  • 0 --- This is not a spam blog.
  • 1 --- This is a spam blog.
  • -1 --- This blog is registered on Authorati and is pending verification for spam.
  • -2 --- This blog is not registered on Authorati and has not been verified for spam.