clipped from: www.claimid.com   

claimID API information

claimID supports a simple pull API at present. A key push/pull API will be implemented in the near term.

API Elements

Get Links

The simple claimID pull API will allow you to extract a maximum of 50 links at a time from your claimID. The API accepts an HTTP GET request, submitted to http://claimid.com/api/get_links, and the only required element is the username. The output is XML.

PULL API: get_links

CALL: http://claimid.com/api/get_links

FORMAT: http://claimid.com/api/get_links?option=value&option2=value...

OPTIONS:
id, Value (Required, String): claimID login ID
aboutness, Value (Optional, Integer, Accepts One): 0 = Not About, 1 = About
authorship, Value (Optional, Integer, Accepts One): 0 = Not By, 1 = By
link_verified, Value (Optional, Integer, Accepts One): 0 = Not Verified, 1 = Pending, 2 = Verified
year, Value (Optional, Integer, Accepts One): Ex: 2006
color, Value (Optional, String, Accepts One): grey, green , blue , orange , purple , red
tag, Value (Optional, String): tagname (multiword tags joined with +)
limit, Value (Optional, Integer): Value between 0-50

REFERENCE EXAMPLE:
http://claimid.com/api/get_links?id=username&aboutness=1&authorship=1...

SAMPLE OUTPUT:
    
      
        This is my blog<title/>
        <url>http://myblog.blogspot.com/</url>
        <description>My blog</description>
        <aboutness>0</aboutness>
        <authorship>1</authorship>
        <year>2006</year>
        <date_created>Mon Jan 30 00:08:55 UTC 2006</date_created>
        <tags>tag1 tag2 tag3</tags>
      </item>
    </links>
    </PRE></BLOCKQUOTE>
    
  </DIV>
  <BR />
  User API Implementations
  <UL>
    <LI><A href="http://claimid.com/josh">Josh Peek</A> - <A href="http://www.bigbold.com/snippets/posts/show/2136">Using the claimID API with Ruby</A></LI>
  </UL>

  
  
</DIV></div></div></body>
</HTML>