Really.VG has an API that can be used by third party applications to create and interrogate links.
http://really.vg/shorten/
url
output
text
xml
json
custom
grouptag
comment
tags
Request: http://really.vg/shorten/?output=text&url=http://google.com/ Response: aBc123 http://google.com/
http://really.vg/shorten/?output=text&url=http://google.com/
aBc123 http://google.com/
Request: http://really.vg/shorten/?output=xml&url=http://google.com/ Response: <?xml version='1.0'?><reallyvg><shortcode>aBc123</shortcode><url><![CDATA[http://google.com/]]></url></reallyvg>
http://really.vg/shorten/?output=xml&url=http://google.com/
<?xml version='1.0'?><reallyvg><shortcode>aBc123</shortcode><url><![CDATA[http://google.com/]]></url></reallyvg>
Request: http://really.vg/shorten/?output=json&url=http://google.com/ Response: {"shortCode":"aBc123","url":"http://google.com/"}
http://really.vg/shorten/?output=json&url=http://google.com/
{"shortCode":"aBc123","url":"http://google.com/"}
http://really.vg/show/XXXXXX ...where XXXXXX is the short code.
http://really.vg/show/XXXXXX
XXXXXX
Request: http://really.vg/show/aBc123?output=text Response: http://google.com/
http://really.vg/show/aBc123?output=text
http://google.com/
Request: http://really.vg/show/aBc123?output=xml Response: <?xml version='1.0'?><reallyvg><shortcode>aBc123</shortcode><url><![CDATA[http://google.com/]]></url></reallyvg>
http://really.vg/show/aBc123?output=xml
Request: http://really.vg/show/aBc123?output=json Response: {"shortCode":"aBc123","url":"http://google.com/"}
http://really.vg/show/aBc123?output=json
http://really.vg/group/XXXXXX ...where XXXXXX is the group tag.
http://really.vg/group/XXXXXX
Request: http://really.vg/group/searchengines?output=text Response:
http://really.vg/group/searchengines?output=text
aBc123 http://google.com/DeF456 http://yahoo.com/
DeF456 http://yahoo.com/
Request: http://really.vg/group/searchengines?output=xml Response:
http://really.vg/group/searchengines?output=xml
<?xml version='1.0'?> <reallyvg> <link><shortcode>aBc123</shortcode><url><![CDATA[http://google.com/]]></url></link> <link><shortcode>DeF456</shortcode><url><![CDATA[http://yahoo.com/]]></url></link> </reallyvg>
Request: http://really.vg/show/aBc123?output=json Response: [{"shortCode":"aBc123","url":"http://google.com/"},{"shortCode":"DeF456","url":"http://yahoo.com/"}]
[{"shortCode":"aBc123","url":"http://google.com/"},{"shortCode":"DeF456","url":"http://yahoo.com/"}]
http://really.vg/tag/XXXXXX ...where XXXXXX is the tag.
http://really.vg/tag/XXXXXX
Request: http://really.vg/tag/news?output=text Response:
http://really.vg/tag/news?output=text
GhI789 http://cnn.com/jKl101 http://news.bbc.co.uk/
GhI789 http://cnn.com/
jKl101 http://news.bbc.co.uk/
Request: http://really.vg/tag/news?output=xml Response:
http://really.vg/tag/news?output=xml
<?xml version='1.0'?> <reallyvg> <link><shortcode>GhI789</shortcode><url><![CDATA[http://cnn.com/]]></url></link> <link><shortcode>jKl101</shortcode><url><![CDATA[http://news.bbc.co.uk/]]></url></link> </reallyvg>
Request: http://really.vg/tag/news?output=json Response: [{"shortCode":"GhI789","url":"http://cnn.com/"},{"shortCode":"jKl101","url":"http://news.bbc.co.uk/"}]
http://really.vg/tag/news?output=json
[{"shortCode":"GhI789","url":"http://cnn.com/"},{"shortCode":"jKl101","url":"http://news.bbc.co.uk/"}]