14ed77182d241e509dac7a69c1148be837f9a894
[stratum0-wiki.git] / UrlShorteners.mw
1 == URL Shorteners ==
2
3 kleine sammlung von URL shortener websites:
4
5 {| class="prettytable"
6 !site
7 !APIs
8 !Example
9 |-
10 | [http://bit.ly bit.ly] / [http://j.mp j.mp]
11 | [http://code.google.com/p/bitly-api/wiki/ApiDocumentation]
12 | requires a personal key o_O
13 |-
14 | [http://goo.gl goo.gl]
15 | [http://code.google.com/apis/urlshortener/]
16 | JSON: http://code.google.com/apis/urlshortener/v1/getting_started.html#shorten
17 |-
18 | [http://tinyurl.com tinyurl.com]
19 | [http://nerdpress.org/2009/10/15/tiny-urls-mit-php-und-de-tinyurl-api/]
20 | http://tinyurl.com/api-create.php?url=http://www.guckes.net/
21 |-
22 | [http://ow.ly ow.ly]
23 | [http://ow.ly/api-docs]
24 | http://ow.ly/api/1.0/url/shorten?apiKey=12345ABCD57EF&longUrl=http://hootsuite.com
25 |-
26 | [http://is.gd is.gd]
27 | [http://is.gd/apishorteningreference.php]
28 | http://is.gd/create.php?format=simple&url=www.example.com
29 |-
30 | [http://b23.ru b23.ru]
31 | [http://b23.ru/about/api/]
32 | http://username:apikey@b23.ru/api/shorten/http://blafasel.com/
33 |-
34 | [http://cort.as cort.as]
35 | [http://cortas.elpais.com/api-cortas.html]
36 | http://cortas.elpais.com/encode.pl?u=http://foobar.com/&r=json
37 |-
38 | [http://korta.nu korta.nu]
39 | [http://korta.nu/api.php]
40 | http://korta.nu/api/api.php?url=http://www.google.se
41 |-
42 | [http://yep.it yep.it]
43 | [http://yep.it/apipage.php]
44 | http://yep.it/api.php?url=URL
45 |-
46 | [http://redir.ec redir.ec]
47 | [http://redir.ec/_api]
48 | http://redir.ec/_api/rest/redirec/create?url=http://foobar.com/
49 |-
50 | [http://chilp.it chilp.it]
51 | [http://chilp.it/ap.htm?keepThis=true&TB_iframe=true&height=630&width=620]
52 | http://chilp.it/api.php?url=http://www.example.com
53 |-
54 | [http://migre.me migre.me]
55 | [http://www.migre.me/api-migreme/]
56 | http://migre.me/api.txt?url=http://example.com/
57 |-
58 | [http://qlnk.net qlnk.net]
59 | [http://qlnk.net/]
60 | http://qlnk.net/api.php?url=http://www.example.com/path
61 |-
62 | [http://togoto.us togoto.us]
63 | [http://www.togoto.us/api-info.php]
64 | togoto.us/api.php?u=<url>
65 |-
66 | [http://twurl.nl twurl.nl]
67 | [http://tweetburner.com/api]
68 | curl http://tweetburner.com/links -d link[url]=twitter.com
69 |-
70 | [http://url.ie url.ie]
71 | [http://blog.url.ie/2010/05/using-url-ie-in-tweetdeck-for-desktops/#more-14]
72 | http://url.ie/site/api/tinyurl/create/?url=<url>
73 |-
74 | [http://xrl.us xrl.us]
75 | [http://metamark.net/docs/api/rest.html]
76 | http://metamark.net/api/rest/simple?long_url=<url>
77 |-
78 | [http://ln-s.net ln-s.net]
79 | [http://ln-s.net/home/apidoc.jsp]
80 | curl http://ln-s.net/home/api.jsp -d 'url=<url>'
81 |-
82 | [http://merky.de merky.de]
83 | [http://merky.de/api.php]
84 | http://merky.de/api/?url=<ihre_lange_url>&short=1
85 |}
86
87 == TODO ==
88
89 {| class="prettytable"
90 !site
91 !APIs
92 !Example
93 |-
94 | [http://www.clipURL.com clipURL.com]
95 |-
96 | [http://www.qurl.net qurl.net]
97 |-
98 | [http://www.jtty.com Jitty]
99 |-
100 | [http://www.rurl.org rurl.com]
101 |-
102 | [http://www.shorl.com shorl.com]
103 |-
104 | [http://www.shurl.org shurl.org]
105 |-
106 | [http://www.shrinkster.com shrinkster.com]
107 |-
108 | [http://www.snipURL.com snipURL.com]
109 |-
110 | [http://ur1.ca ur1.ca]
111 |-
112 | [http://zurl.ws zurl.ws]
113 |-
114 | [http://budurl.com budurl.com]
115 | non-free (USD 8/month)
116 |-
117 | [http://livesi.de livesi.de]
118 | redirects to bitly, can't be used as alternative domain
119 |-
120 | [http://p.ly p.ly]
121 | closed due to spamming (hrhr)
122 |-
123 | [http://pnt.me pnt.me]
124 | closed due to spamming
125 |-
126 | [http://u.mavrev.com u.mavrev.com]
127 | 2012-04-17 discontinued: [http://mavrev.com/site/story/public_shortening_via_urlshort_at_umavrevcom_discontinued/]
128 |}
129
130 = No API =
131
132 sites with no API - or problems with API:
133
134 {| class="prettytable"
135 !site
136 !comment
137 |-
138 | [http://cli.gs cli.gs]
139 | no API documentation, no working logins
140 |-
141 | [http://fb.me fb.me]
142 |-
143 | [http://fff.to fff.to]
144 |-
145 | [http://ff.im ff.im]
146 |-
147 | [http://memurl.com memurl.com]
148 |-
149 | [http://moourl.com moourl.com]
150 |-
151 | [http://notlong.com notlong.com]
152 | no proper API, weird perl module
153 |-
154 | [http://retwt.me retwt.me]
155 | redirects to tweetmeme.com, no URL shortening API
156 |-
157 |
158 [http://snipr.com snipr.com] = <br>
159 [http://snipurl.com snipurl.com] = <br>
160 [http://snurl.com snurl.com] = <br>
161 [http://sn.im sn.im]
162 | no supported API
163 |-
164 | [http://su.pr su.pr]
165 | no API (is it even a URL shortener?)
166 |-
167 | [http://tiny.cc tiny.cc]
168 | requires API key; restrictions to number of accesses
169 |-
170 | [http://tra.kz tra.kz]
171 | requires an API key that must be requested by email o_O
172 |-
173 | [http://url.az url.az]
174 |}
175
176 = NoShort =
177
178 these sites arent URL shorteners:
179
180 {| class="prettytable"
181 !site
182 |-
183 | [http://digg.com digg.com]
184 |-
185 | [http://href.in href.in]
186 |-
187 | [http://loopt.us loopt.us]
188 |-
189 | [http://ping.fm ping.fm]
190 |-
191 | [http://post.ly post.ly]
192 |-
193 | [http://tinysong.com tinysong.com]
194 |}
195
196 = Dead =
197
198 "it's dead, Jim!"
199
200 {| class="prettytable"
201 !check
202 !site
203 |-
204 | 2012-04-13 || [http://307.to 307.to]
205 |-
206 | 2012-04-13 || [http://adjix.com adjix.com]
207 |-
208 | 2012-04-13 || [http://bacn.me bacn.me]
209 |-
210 | 2012-04-13 || [http://bloat.me bloat.me]
211 |-
212 | 2012-04-17 || [http://clipurl.us clipurl.us]
213 |-
214 | 2012-04-17 || [http://dwarfurl.com dwarfurl.com]
215 |-
216 | 2012-04-17 || [http://idek.net idek.net]
217 |-
218 | 2012-04-13 || [http://kl.am kl.am]
219 |-
220 | 2012-04-13 || [http://lin.cr lin.cr]
221 |-
222 | 2012-04-17 || [http://lost.in lost.in]
223 |-
224 | 2012-04-17 || [http://nanourl.se nanourl.se]
225 |-
226 | 2012-04-17 || [http://om.ly om.ly]
227 |-
228 | 2012-04-17 || [http://peaurl.com peaurl.com]
229 |-
230 | 2012-04-17 || [http://piurl.com piurl.com]
231 |-
232 | 2012-04-17 || [http://plurl.me plurl.me]
233 |-
234 | 2012-04-17 || [http://poprl.com poprl.com]
235 |-
236 | 2012-04-17 || [http://rde.me rde.me]
237 |-
238 | 2012-04-17 || [http://reallytinyurl.com reallytinyurl.com]
239 |-
240 | 2012-04-17 || [http://rubyurl.com rubyurl.com]
241 |-
242 | 2012-04-17 || [http://short.ie short.ie]
243 |-
244 | 2012-04-17 || [http://short.to short.to]
245 |-
246 | 2012-04-17 || [http://smallr.com smallr.com]
247 |-
248 | 2012-04-17 || [http://sn.vc sn.vc]
249 |-
250 | 2012-04-17 || [http://trg.li trg.li]
251 |-
252 | 2012-04-17 || [http://tr.im tr.im]
253 |-
254 | 2012-04-17 || [http://trim.li trim.li]
255 |-
256 | 2012-04-17 || [http://twurl.cc twurl.cc]
257 |-
258 | 2012-04-17 || [http://u.nu u.nu] [http://www.techzilo.com/unu-shortest-url-shortener/]
259 |-
260 | 2012-04-13 || [http://url4.eu url4.eu]
261 |-
262 | 2012-04-13 || [http://urlx.ie urlx.ie]
263 |-
264 | 2012-04-13 || [http://w34.us w34.us]
265 |-
266 | 2012-04-13 || [http://zi.ma zi.ma]
267 |}
268
269 = Remarks =
270
271 * the API of bit.lt resides on the host '''api.bit.ly''' - good choice!
This page took 0.052111 seconds and 3 git commands to generate.