|
By appending &xml=1 to the Tiny2Go creation URL, the response will be returned as an XML document. Example:
GET http://tiny2go.com/tiny2go.html?url=http://www.tiny2go.com/api-en.html&xml=1
<?xml version="1.0"> <tiny2go>http://tiny2go.com/0f</tiny2go> <?xml-stylesheet href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"?> <rss version="2.0"> <channel> <title>Tiny2Go RSS Feed</title> <description><![CDATA[Tiny2Go Short URL Redirection]]></description> <link>http://www.tiny2go.com</link> <lastBuildDate>Mon, 21 Nov 2009 10:35:20</lastBuildDate> <generator>FeedCreator 1.7.2</generator> <copyright>2009 tiny2go.com</copyright> <webMaster>support@tiny2go.com</webMaster> <ttl>60</ttl> <item> <title>http://www.tiny2go.com/api-en.html</title> <link>http://tiny2go.com/0f</link> <description><![CDATA[http://tiny2go.com/tiny2go.html?url=http://www.tiny2go.com/api-en.html&xml=1]]></description> <pubDate>Mon, 21 Nov 2009 06:52:08</pubDate> </item> </channel> </rss>
|