UrlShorteners: Unterschied zwischen den Versionen

Aus Stratum 0
Wechseln zu:Navigation, Suche
(another update of dead URL shorteners)
(7.ly dokumentiert)
 
(15 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 7: Zeile 7:
 
!APIs
 
!APIs
 
!Example
 
!Example
 +
|-
 +
| [http://7.ly/ 7.ly]
 +
| [http://7.ly/api]
 +
| http://7.ly/api/short?longurl=http://www.google.de/
 +
|-
 +
| [http://b1t.it/ b1t.it]
 +
| [http://b1t.it/docs/api.html]
 +
| curl -d "url=http://identi.ca/notice/62924740" http://b1t.it
 +
|-
 +
| [http://b23.ru b23.ru]
 +
| [http://b23.ru/about/api/]
 +
| http://username:apikey@b23.ru/api/shorten/http://blafasel.com/
 
|-
 
|-
 
| [http://bit.ly bit.ly] / [http://j.mp j.mp]
 
| [http://bit.ly bit.ly] / [http://j.mp j.mp]
| [http://code.google.com/p/bitly-api/wiki/ApiDocumentation api.bit.ly]
+
| [http://code.google.com/p/bitly-api/wiki/ApiDocumentation]
 
| requires a personal key o_O
 
| requires a personal key o_O
 +
|-
 +
| [http://chilp.it chilp.it]
 +
| [http://chilp.it/ap.htm?keepThis=true&TB_iframe=true&height=630&width=620]
 +
| http://chilp.it/api.php?url=http://www.example.com
 +
|-
 +
| [http://cort.as cort.as]
 +
| [http://cortas.elpais.com/api-cortas.html]
 +
| http://cortas.elpais.com/encode.pl?u=http://foobar.com/&r=json
 
|-
 
|-
 
| [http://goo.gl goo.gl]
 
| [http://goo.gl goo.gl]
| http://code.google.com/apis/urlshortener/
+
| [http://code.google.com/apis/urlshortener/]
 
| JSON: http://code.google.com/apis/urlshortener/v1/getting_started.html#shorten
 
| JSON: http://code.google.com/apis/urlshortener/v1/getting_started.html#shorten
|-
 
| [http://tinyurl.com tinyurl.com]
 
| [http://nerdpress.org/2009/10/15/tiny-urls-mit-php-und-de-tinyurl-api/ 1]
 
| http://tinyurl.com/api-create.php?url=http://www.guckes.net/
 
|-
 
| [http://ow.ly ow.ly]
 
| http://ow.ly/api-docs
 
| http://ow.ly/api/1.0/url/shorten?apiKey=12345ABCD57EF&longUrl=http://hootsuite.com
 
|-
 
| [http://u.nu u.nu]
 
| dead! see http://www.techzilo.com/unu-shortest-url-shortener/
 
| http://u.nu/unu-api-simple?url=$URL
 
 
|-
 
|-
 
| [http://is.gd is.gd]
 
| [http://is.gd is.gd]
 
| [http://is.gd/apishorteningreference.php]
 
| [http://is.gd/apishorteningreference.php]
 
| http://is.gd/create.php?format=simple&url=www.example.com
 
| http://is.gd/create.php?format=simple&url=www.example.com
|-
 
| [http://b23.ru b23.ru]
 
| [http://b23.ru/about/api/]
 
| http://username:apikey@b23.ru/api/shorten/http://blafasel.com/
 
|-
 
| [http://cort.as cort.as]
 
| [http://cortas.elpais.com/api-cortas.html]
 
| http://cortas.elpais.com/encode.pl?u=http://foobar.com/&r=json
 
 
|-
 
|-
 
| [http://korta.nu korta.nu]
 
| [http://korta.nu korta.nu]
| http://korta.nu/api.php
+
| [http://korta.nu/api.php]
 
| http://korta.nu/api/api.php?url=http://www.google.se
 
| http://korta.nu/api/api.php?url=http://www.google.se
 
|-
 
|-
| [http://yep.it yep.it]
+
| [http://ow.ly ow.ly]
| [http://yep.it/apipage.php]
+
| [http://ow.ly/api-docs]
| http://yep.it/api.php?url=URL
+
| http://ow.ly/api/1.0/url/shorten?apiKey=12345ABCD57EF&longUrl=http://hootsuite.com
 
|-
 
|-
 
| [http://redir.ec redir.ec]
 
| [http://redir.ec redir.ec]
Zeile 52: Zeile 52:
 
| http://redir.ec/_api/rest/redirec/create?url=http://foobar.com/
 
| http://redir.ec/_api/rest/redirec/create?url=http://foobar.com/
 
|-
 
|-
| [http://chilp.it chilp.it]
+
| [http://ln-s.net ln-s.net]
| [http://chilp.it/ap.htm?keepThis=true&TB_iframe=true&height=630&width=620]
+
| [http://ln-s.net/home/apidoc.jsp]
| http://chilp.it/api.php?url=http://www.example.com
+
| curl http://ln-s.net/home/api.jsp -d 'url=<url>'
 +
|-
 +
| [http://merky.de merky.de]
 +
| [http://merky.de/api.php]
 +
| http://merky.de/api/?url=<ihre_lange_url>&short=1
 
|-
 
|-
 
| [http://migre.me migre.me]
 
| [http://migre.me migre.me]
Zeile 63: Zeile 67:
 
| [http://qlnk.net/]
 
| [http://qlnk.net/]
 
| http://qlnk.net/api.php?url=http://www.example.com/path
 
| http://qlnk.net/api.php?url=http://www.example.com/path
 +
|-
 +
| [http://tinyurl.com tinyurl.com]
 +
| [http://nerdpress.org/2009/10/15/tiny-urls-mit-php-und-de-tinyurl-api/]
 +
| http://tinyurl.com/api-create.php?url=http://www.guckes.net/
 
|-
 
|-
 
| [http://togoto.us togoto.us]
 
| [http://togoto.us togoto.us]
 
| [http://www.togoto.us/api-info.php]
 
| [http://www.togoto.us/api-info.php]
 
|  togoto.us/api.php?u=<url>  
 
|  togoto.us/api.php?u=<url>  
 +
|-
 +
| [http://twurl.nl twurl.nl]
 +
| [http://tweetburner.com/api]
 +
| curl http://tweetburner.com/links -d link[url]=twitter.com
 +
|-
 +
| [http://url.ie url.ie]
 +
| [http://blog.url.ie/2010/05/using-url-ie-in-tweetdeck-for-desktops/#more-14]
 +
| http://url.ie/site/api/tinyurl/create/?url=<url>
 +
|-
 +
| [http://xrl.us xrl.us]
 +
| [http://metamark.net/docs/api/rest.html]
 +
| http://metamark.net/api/rest/simple?long_url=<url>
 +
|-
 +
| [http://yep.it yep.it]
 +
| [http://yep.it/apipage.php]
 +
| http://yep.it/api.php?url=URL
 
|}
 
|}
  
Zeile 76: Zeile 100:
 
!Example
 
!Example
 
|-
 
|-
| [http://p.ly p.ly]
+
| [http://ur1.ca ur1.ca]
| closed due to spamming (hrhr)
 
 
|-
 
|-
| [http://307.to 307.to]
+
| [http://zurl.ws zurl.ws]
| 2012-04-13 dead
+
|}
 +
 
 +
= No API =
 +
 
 +
sites with no API - or problems (license/money/restrictions) with API:
 +
 
 +
{| class="prettytable"
 +
!site
 +
!comment
 
|-
 
|-
| [http://adjix.com adjix.com]
+
| [http://budurl.com budurl.com]
| 2012-04-13 dead
+
| non-free (USD 8/month)
|-
 
| [http://bacn.me bacn.me]
 
| 2012-04-13 dead
 
|-
 
| [http://bloat.me bloat.me]
 
| 2012-04-13 dead
 
 
|-
 
|-
 
| [http://cli.gs cli.gs]
 
| [http://cli.gs cli.gs]
 
| no API documentation, no working logins
 
| no API documentation, no working logins
 
|-
 
|-
| [http://href.in href.in]
+
| [http://fb.me fb.me]
| not a URL shortener
 
 
|-
 
|-
| [http://kl.am kl.am]
+
| [http://fff.to fff.to]
| 2012-04-13 dead
 
 
|-
 
|-
| [http://lin.cr lin.cr]
+
| [http://ff.im ff.im]
| 2012-04-13 dead
 
 
|-
 
|-
 
| [http://livesi.de livesi.de]
 
| [http://livesi.de livesi.de]
 
| redirects to bitly, can't be used as alternative domain
 
| redirects to bitly, can't be used as alternative domain
 
|-
 
|-
| [http://pnt.me pnt.me]
+
| [http://memurl.com memurl.com]
| closed due to spamming
 
 
|-
 
|-
| [http://url4.eu url4.eu]
+
| [http://moourl.com moourl.com]
| 2012-04-13 dead
 
 
|-
 
|-
| [http://urlx.ie urlx.ie]
+
| [http://notlong.com notlong.com]
| 2012-04-13 dead
+
| no proper API, weird perl module
 
|-
 
|-
| [http://w34.us w34.us]
+
| [http://retwt.me retwt.me]
| 2012-04-13 dead
+
| redirects to tweetmeme.com, no URL shortening API
 +
|-
 +
| [http://www.shorl.com shorl.com]
 
|-
 
|-
| [http://zi.ma zi.ma]
+
| [http://www.shurl.org shurl.org]
| 2012-04-13 dead
 
 
|-
 
|-
| [http://budurl.com budurl.com]
+
|
| non-free (USD 8/month)
+
[http://snipr.com snipr.com] = <br>
 +
[http://snipurl.com snipurl.com] = <br>
 +
[http://snurl.com snurl.com] = <br>
 +
[http://sn.im sn.im]
 +
| no supported API
 +
|-
 +
| [http://su.pr su.pr]
 +
| no API (is it even a URL shortener?)
 +
|-
 +
| [http://tiny.cc tiny.cc]
 +
| requires API key; restrictions to number of accesses
 +
|-
 +
| [http://tra.kz tra.kz]
 +
| requires an API key that must be requested by email o_O
 
|-
 
|-
| [http://clipurl.us clipurl.us]
+
| [http://url.az url.az]
| 2012-04-17 dead
+
|}
 +
 
 +
= NoShort =
 +
 
 +
these sites arent URL shorteners:
 +
 
 +
{| class="prettytable"
 +
!site
 
|-
 
|-
 
| [http://digg.com digg.com]
 
| [http://digg.com digg.com]
| not a URL shortener
 
 
|-
 
|-
| [http://dwarfurl.com dwarfurl.com]
+
| [http://href.in href.in]
| 2012-04-17 dead
+
|-
 +
| [http://loopt.us loopt.us]
 
|-
 
|-
| [http://fb.me fb.me]
+
| [http://ping.fm ping.fm]
| no public API?
 
 
|-
 
|-
| [http://fff.to fff.to]
+
| [http://post.ly post.ly]
| no API
 
 
|-
 
|-
| [http://ff.im ff.im]
+
| [http://tinysong.com tinysong.com]
| no API
+
|}
 +
 
 +
= Dead =
 +
 
 +
"it's dead, Jim!"
 +
 
 +
{| class="prettytable"
 +
!check
 +
!site
 
|-
 
|-
| [http://idek.net idek.net]
+
| 2012-04-13 || [http://307.to 307.to]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://ln-s.net ln-s.net]
+
| 2012-04-13 || [http://adjix.com adjix.com]
 
|-
 
|-
| [http://loopt.us loopt.us]
+
| 2012-04-13 || [http://bacn.me bacn.me]
| not a URL shortener
 
 
|-
 
|-
| [http://lost.in lost.in]
+
| 2012-04-13 || [http://bloat.me bloat.me]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://memurl.com memurl.com]
+
| 2012-04-18 || [http://www.clipURL.com clipURL.com] || invalid hostname
| no API
 
 
|-
 
|-
| [http://merky.de merky.de]
+
| 2012-04-17 || [http://clipurl.us clipurl.us]
 
|-
 
|-
| [http://moourl.com moourl.com]
+
| 2012-04-17 || [http://dwarfurl.com dwarfurl.com]
| no API
 
 
|-
 
|-
| [http://nanourl.se nanourl.se]
+
| 2012-04-17 || [http://u.mavrev.com u.mavrev.com] || [http://mavrev.com/site/story/public_shortening_via_urlshort_at_umavrevcom_discontinued/ discontinued]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://notlong.com notlong.com]
+
| 2012-04-17 || [http://idek.net idek.net]
| no proper API
 
 
|-
 
|-
| [http://om.ly om.ly]
+
| 2012-04-18 || [http://jtty.com Jitty]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://peaurl.com peaurl.com]
+
| 2012-04-13 || [http://kl.am kl.am]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://ping.fm ping.fm]
+
| 2012-04-13 || [http://lin.cr lin.cr]
| not a URL shortener
 
 
|-
 
|-
| [http://piurl.com piurl.com]
+
| 2012-04-17 || [http://lost.in lost.in]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://plurl.me plurl.me]
+
| 2012-04-17 || [http://nanourl.se nanourl.se]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://poprl.com poprl.com]
+
| 2012-04-17 || [http://om.ly om.ly]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://post.ly post.ly]
+
| 2012-04-17 || [http://peaurl.com peaurl.com]
| not a URL shortener
 
 
|-
 
|-
| [http://rde.me rde.me]
+
| 2012-04-17 || [http://piurl.com piurl.com]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://reallytinyurl.com reallytinyurl.com]
+
| 2012-04-17 || [http://plurl.me plurl.me]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://retwt.me retwt.me]
+
| 2012-04-17 || [http://p.ly p.ly] || closed due to spamming (hrhr)
| redirects to tweetmeme.com, no URL shortening API
 
 
|-
 
|-
| [http://rubyurl.com rubyurl.com]
+
| 2012-04-17 || [http://pnt.me pnt.me] || closed due to spamming
| 2012-04-17 dead
 
 
|-
 
|-
| [http://short.ie short.ie]
+
| 2012-04-17 || [http://poprl.com poprl.com]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://short.to short.to]
+
| 2012-04-18 || [http://qurl.net qurl.net]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://smallr.com smallr.com]
+
| 2012-04-17 || [http://rde.me rde.me]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://snipr.com snipr.com] =
+
| 2012-04-17 || [http://reallytinyurl.com reallytinyurl.com]
[http://snipurl.com snipurl.com] =
 
[http://snurl.com snurl.com] =
 
[http://sn.im sn.im]
 
| no supported API
 
 
|-
 
|-
| [http://sn.vc sn.vc]
+
| 2012-04-17 || [http://rubyurl.com rubyurl.com]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://su.pr su.pr]
+
| 2012-04-18 || [http://rurl.org rurl.com]
| no API (is it even a URL shortener?)
 
 
|-
 
|-
| [http://tiny.cc tiny.cc]
+
| 2012-04-17 || [http://short.ie short.ie]
 
|-
 
|-
| [http://tinysong.com tinysong.com]
+
| 2012-04-17 || [http://short.to short.to]
| not a URL shortener
 
 
|-
 
|-
| [http://tra.kz tra.kz]
+
| 2012-04-18 || [http://shrinkster.com shrinkster.com]
| requires an API key that must be requested by email o_O
 
 
|-
 
|-
| [http://trg.li trg.li]
+
| 2012-04-17 || [http://smallr.com smallr.com]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://tr.im tr.im]
+
| 2012-04-17 || [http://sn.vc sn.vc]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://trim.li trim.li]
+
| 2012-04-17 || [http://trg.li trg.li]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://twurl.cc twurl.cc]
+
| 2012-04-17 || [http://tr.im tr.im]
| 2012-04-17 dead
 
 
|-
 
|-
| [http://twurl.nl twurl.nl]
+
| 2012-04-17 || [http://trim.li trim.li]
 
|-
 
|-
| [http://u.mavrev.com u.mavrev.com]
+
| 2012-04-17 || [http://twurl.cc twurl.cc]
| 2012-04-17 discontinued: [http://mavrev.com/site/story/public_shortening_via_urlshort_at_umavrevcom_discontinued/]
 
 
|-
 
|-
| [http://ur1.ca ur1.ca]
+
| 2012-04-17 || [http://u.nu u.nu] [http://www.techzilo.com/unu-shortest-url-shortener/]
 
|-
 
|-
| [http://url.az url.az]
+
| 2012-04-13 || [http://url4.eu url4.eu]
| no API
 
 
|-
 
|-
| [http://url.ie url.ie]
+
| 2012-04-13 || [http://urlx.ie urlx.ie]
 
|-
 
|-
| [http://xrl.us xrl.us]
+
| 2012-04-13 || [http://w34.us w34.us]
 
|-
 
|-
| [http://zurl.ws zurl.ws]
+
| 2012-04-13 || [http://zi.ma zi.ma]
 
|}
 
|}
  
== Remarks ==
+
= Remarks =
  
 
* the API of bit.lt resides on the host '''api.bit.ly''' - good choice!
 
* the API of bit.lt resides on the host '''api.bit.ly''' - good choice!

Aktuelle Version vom 19. April 2012, 12:35 Uhr

URL Shorteners

kleine sammlung von URL shortener websites:

site APIs Example
7.ly [1] http://7.ly/api/short?longurl=http://www.google.de/
b1t.it [2] curl -d "url=http://identi.ca/notice/62924740" http://b1t.it
b23.ru [3] http://username:apikey@b23.ru/api/shorten/http://blafasel.com/
bit.ly / j.mp [4] requires a personal key o_O
chilp.it [5] http://chilp.it/api.php?url=http://www.example.com
cort.as [6] http://cortas.elpais.com/encode.pl?u=http://foobar.com/&r=json
goo.gl [7] JSON: http://code.google.com/apis/urlshortener/v1/getting_started.html#shorten
is.gd [8] http://is.gd/create.php?format=simple&url=www.example.com
korta.nu [9] http://korta.nu/api/api.php?url=http://www.google.se
ow.ly [10] http://ow.ly/api/1.0/url/shorten?apiKey=12345ABCD57EF&longUrl=http://hootsuite.com
redir.ec [11] http://redir.ec/_api/rest/redirec/create?url=http://foobar.com/
ln-s.net [12] curl http://ln-s.net/home/api.jsp -d 'url=<url>'
merky.de [13] http://merky.de/api/?url=<ihre_lange_url>&short=1
migre.me [14] http://migre.me/api.txt?url=http://example.com/
qlnk.net [15] http://qlnk.net/api.php?url=http://www.example.com/path
tinyurl.com [16] http://tinyurl.com/api-create.php?url=http://www.guckes.net/
togoto.us [17] togoto.us/api.php?u=<url>
twurl.nl [18] curl http://tweetburner.com/links -d link[url]=twitter.com
url.ie [19] http://url.ie/site/api/tinyurl/create/?url=<url>
xrl.us [20] http://metamark.net/api/rest/simple?long_url=<url>
yep.it [21] http://yep.it/api.php?url=URL

TODO

site APIs Example
ur1.ca
zurl.ws

No API

sites with no API - or problems (license/money/restrictions) with API:

site comment
budurl.com non-free (USD 8/month)
cli.gs no API documentation, no working logins
fb.me
fff.to
ff.im
livesi.de redirects to bitly, can't be used as alternative domain
memurl.com
moourl.com
notlong.com no proper API, weird perl module
retwt.me redirects to tweetmeme.com, no URL shortening API
shorl.com
shurl.org

snipr.com =
snipurl.com =
snurl.com =
sn.im

no supported API
su.pr no API (is it even a URL shortener?)
tiny.cc requires API key; restrictions to number of accesses
tra.kz requires an API key that must be requested by email o_O
url.az

NoShort

these sites arent URL shorteners:

site
digg.com
href.in
loopt.us
ping.fm
post.ly
tinysong.com

Dead

"it's dead, Jim!"

check site
2012-04-13 307.to
2012-04-13 adjix.com
2012-04-13 bacn.me
2012-04-13 bloat.me
2012-04-18 clipURL.com invalid hostname
2012-04-17 clipurl.us
2012-04-17 dwarfurl.com
2012-04-17 u.mavrev.com discontinued
2012-04-17 idek.net
2012-04-18 Jitty
2012-04-13 kl.am
2012-04-13 lin.cr
2012-04-17 lost.in
2012-04-17 nanourl.se
2012-04-17 om.ly
2012-04-17 peaurl.com
2012-04-17 piurl.com
2012-04-17 plurl.me
2012-04-17 p.ly closed due to spamming (hrhr)
2012-04-17 pnt.me closed due to spamming
2012-04-17 poprl.com
2012-04-18 qurl.net
2012-04-17 rde.me
2012-04-17 reallytinyurl.com
2012-04-17 rubyurl.com
2012-04-18 rurl.com
2012-04-17 short.ie
2012-04-17 short.to
2012-04-18 shrinkster.com
2012-04-17 smallr.com
2012-04-17 sn.vc
2012-04-17 trg.li
2012-04-17 tr.im
2012-04-17 trim.li
2012-04-17 twurl.cc
2012-04-17 u.nu [22]
2012-04-13 url4.eu
2012-04-13 urlx.ie
2012-04-13 w34.us
2012-04-13 zi.ma

Remarks

  • the API of bit.lt resides on the host api.bit.ly - good choice!