Fast Free URL Forwarder, Make URL Shorter
with APIs Support
Buying me a cup of coffee = 1 Link Redirection Ads Free Forever! (Example Premium Shortened Link)
Send me a note on which links/domains to shorten after you buy me a cup of coffee :)
1 Link = 1 Coffee, or 1 Domain = 3 Coffees Per Month5>
to replace a long one and you can monitor the referral times of the URL.
Drag or BookMark This Utility Link!
ID: fb
https://rot47.net/fb
-
fb
Last Accessed = 2026-06-12 01:39:52 -
Count = 308 -
Search = 166 -
Created = 2019-05-31 12:01:50 -
ID: 16
https://rot47.net/16
-
16
Last Accessed = 2026-06-21 03:52:05 -
Count = 308 -
Search = 1044 -
Created = 2014-03-01 04:48:57 -
ID: 7Z
https://rot47.net/7Z
-
7Z
Last Accessed = 2026-06-12 07:03:34 -
Count = 306 -
Search = 47 -
Created = 2015-10-14 07:07:18 -
ID: 5Z
https://rot47.net/5Z
-
5Z
Last Accessed = 2026-06-22 01:50:26 -
Count = 306 -
Search = 586 -
Created = 2015-08-12 10:18:30 -
ID: 10
https://rot47.net/10
-
10
Last Accessed = 2026-06-22 12:11:34 -
Count = 306 -
Search = 1069 -
Created = 2014-03-01 04:38:37 -
ID: 2U
https://rot47.net/2U
-
2U
Last Accessed = 2026-06-12 07:00:41 -
Count = 303 -
Search = 99 -
Created = 2015-01-10 09:06:08 -
ID: 3v
https://rot47.net/3v
-
3v
Last Accessed = 2026-06-12 10:03:53 -
Count = 302 -
Search = 306 -
Created = 2015-02-11 11:29:51 -
ID: 1D
https://rot47.net/1D
-
1D
Last Accessed = 2026-06-23 01:59:05 -
Count = 300 -
Search = 638 -
Created = 2014-09-22 03:10:51 -
ID: 91
https://rot47.net/91
-
91
Last Accessed = 2026-06-20 07:32:48 -
Count = 296 -
Search = 761 -
Created = 2015-11-02 02:28:04 -
ID: 8m
https://rot47.net/8m
-
8m
Last Accessed = 2026-06-12 07:00:42 -
Count = 296 -
Search = 68 -
Created = 2015-10-15 05:32:11 -
ID: 6w
https://rot47.net/6w
-
6w
Last Accessed = 2026-06-17 11:09:53 -
Count = 290 -
Search = 466 -
Created = 2015-09-16 12:05:34 -
ID: 23
https://rot47.net/23
-
23
Last Accessed = 2026-06-21 04:35:09 -
Count = 290 -
Search = 431 -
Created = 2014-11-24 05:27:25 -
ID: 21
https://rot47.net/21
-
21
Last Accessed = 2026-06-21 09:13:42 -
Count = 290 -
Search = 452 -
Created = 2014-11-24 05:25:34 -
ID: 9f
https://rot47.net/9f
-
9f
Last Accessed = 2026-06-19 08:40:52 -
Count = 289 -
Search = 736 -
Created = 2015-11-23 03:50:14 -
ID: bj
https://rot47.net/bj
-
bj
Last Accessed = 2026-06-12 07:02:54 -
Count = 285 -
Search = 95 -
Created = 2017-09-04 01:20:42 -
First Page | Previous Page | Total: 1285, Page 10 / 86 | Next Page | Last Page
Sorted By: Referal - Creation - Accessed - Search Counter
Application Programming Interfaces
The following API is subject to fair use policy and 1 call per second rate limit.API Address
https://rot47.net/api/url/
Parameters - url (GET or POST)
Required: specified the URL to lookup or shorten. When URL is already shortened, it will return e.g.
{"error":"found","errorCode":3,"data":{"id":"595","0":"595","count":"0","1":"0","flag":"7","2":"7","created":"1455395435","3":"1455395435","last":"1455395435","4":"1455395435","search":"0","5":"0"},"url":"https:\/\/rot47.net\/9B"}
Parameter - try (GET or POST)
Optional - Default = False: Do not attempt to shorten the URL. Just to check if the URL has been shortened before.Parameter - private (GET or POST)
Optioal - Default = False: Do not list the link in the Links Browser.Return - errorCode and error
"error" => "invalid url",
"errorCode" => 4
"error" => "found",
"errorCode" => 3,
"error" => "added",
"errorCode" => 0,
"error" => "success",
"errorCode" => 0,
"error" => "$url should start with http or https",
"errorCode" => 1
"error" => "not found",
"errorCode" => 2
Return - other parameters
flag: bit 8 - premium URL does not show ads anyway, anytime, forever! flag: bit 4 - shortened by API flag: bit 2 - public flag: bit 1 - permanent redirect (otherwise temporarily) count: clicked by vistors search: touched by search bots created: created timestamp last: last visited timestamp id: id in decimal
PHP Library
We provide a PHP class that calls the API: https://github.com/DoctorLai/URL-Shortener. Sample Usages:
$obj = new URL();
$response = $obj->shorten("https://example.com", array("try" => 1));
var_dump($response);
$response = $obj->shorten("https://example.com", array("private" => 1));
var_dump($response);
echo $response->url;
Premium Domains
URLs of premium domains are redirected without ads. This is to promote better, decent URLs. If you want your domain in the list, please buy me a cup of coffee, thanks!
function IsPremiumDomain($url) {
$theurl = strtolower($url);
$good_domains = array(
"helloacm.com",
"justyy.com",
"steakovercooked.com",
"google.com",
"google.co.uk",
"codingforspeed.com",
"happyukgo.com",
"bbc.co.uk",
"tumblr.com",
"instagram.com",
"youtube.com",
"ask.fm",
"dropbox.com",
"linkedin.com",
"rot47.net",
"isvbscriptdead.com",
"busy.org",
"steemit.com",
"uploadbeta.com",
"zhihua-lai.com"
);
$parse = parse_url($theurl);
$domain = $parse['host'];
return in_array($domain, $good_domains);
}
Page Edited: