SplogSpot API
The SplogSpot API enables you to integrate the power of SplogSpot database into your custom application. It provides a simple interface that you can query, results being returned in the XML format.
API Url : http://splogspot.com/api
Parameters : url
The URL parameter can be passed either via the GET or the POST method
eg: http://splogspot.com/api?url=http://901am.com/901am
If the url is found in the splog database, this will be the response.
<?xml version="1.0" encoding="utf-8" ?> <!-- generator="SplogSpot.com" --> <splog> <result>1</result> <blog_name>901am</blog_name> <blog_url>http://901am.com/901am</blog_url> </splog>other wise
<?xml version="1.0" encoding="utf-8" ?> <!-- generator="SplogSpot.com" --> <splog> <result>0</result> </splog>
Find recipes | Blog Pinger | Blog Network Watch | Pod Basket
