mrte.ch: link shortener api

Features

Usage

You need to send parameters to http://api.mrte.ch/go.php either via GET or POST. These parameters are:

WordPress/Twitter Plugin also available, should work with no id/pw: YOURLS: WordPress to Twitter

Sample link
http://api.mrte.ch/go.php?action=shorturl&url=http://www.mrtech.com/&format=json

Sample return

XML
<result>
	<url>
		<id>62019439011</id>
		<keyword>shorter</keyword>
		<url>http://somereallylongurlyouneedtoshrink.com/</url>
		<date>2009-06-23 18:08:07</date>
		<ip>127.0.0.1</ip>
	</url>
	<status>success</status>
	<message>http://somereallylongurlyouneedtoshrink.com/ (ID: shorter) added to database</message>
	<shorturl>http://yoursite.com/shorter</shorturl>
</result>
JSON
{
    status: "fail"
    code: "error:url"
    message: "http://www.mrtech.com/ already exists in database"
    shorturl: http://mrte.ch/2
    statusCode: 200
}

Provided by:

YOURLS: Your Own URL Shortener