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: 8Y
https://rot47.net/8Y
-
8Y
Last Accessed = 2026-06-11 09:27:22 -
Count = 17 -
Search = 76 -
Created = 2015-10-16 01:19:32 -
ID: 7b
https://rot47.net/7b
-
7b
Last Accessed = 2026-06-11 12:04:19 -
Count = 17 -
Search = 79 -
Created = 2015-10-13 09:01:01 -
ID: 6J
https://rot47.net/6J
-
6J
Last Accessed = 2026-06-11 11:39:37 -
Count = 17 -
Search = 73 -
Created = 2015-09-23 09:13:44 -
ID: 6C
https://rot47.net/6C
-
6C
Last Accessed = 2026-06-11 11:43:56 -
Count = 17 -
Search = 80 -
Created = 2015-09-21 02:29:08 -
ID: 4T
https://rot47.net/4T
-
4T
Last Accessed = 2026-06-11 11:51:32 -
Count = 17 -
Search = 72 -
Created = 2015-04-04 05:49:19 -
ID: 4R
https://rot47.net/4R
-
4R
Last Accessed = 2026-06-11 12:06:58 -
Count = 17 -
Search = 92 -
Created = 2015-04-04 03:15:25 -
ID: 4A
https://rot47.net/4A
-
4A
Last Accessed = 2026-06-11 11:56:13 -
Count = 17 -
Search = 59 -
Created = 2015-03-30 08:10:58 -
ID: 4d
https://rot47.net/4d
-
4d
Last Accessed = 2026-06-20 09:03:55 -
Count = 17 -
Search = 72 -
Created = 2015-03-08 02:50:19 -
ID: 3f
https://rot47.net/3f
-
3f
Last Accessed = 2026-06-11 11:47:59 -
Count = 17 -
Search = 93 -
Created = 2015-02-03 08:18:56 -
ID: 2X
https://rot47.net/2X
-
2X
Last Accessed = 2026-06-11 11:56:14 -
Count = 17 -
Search = 51 -
Created = 2015-01-12 06:22:35 -
ID: 2g
https://rot47.net/2g
-
2g
Last Accessed = 2026-06-11 12:14:21 -
Count = 17 -
Search = 77 -
Created = 2014-12-30 11:25:21 -
ID: lV
https://rot47.net/lV
-
lV
Last Accessed = 2026-06-20 05:45:08 -
Count = 16 -
Search = 30 -
Created = 2025-10-30 07:38:14 -
ID: g9
https://rot47.net/g9
-
g9
Last Accessed = 2026-06-21 12:26:26 -
Count = 16 -
Search = 38 -
Created = 2019-09-06 02:16:52 -
ID: dt
https://rot47.net/dt
-
dt
Last Accessed = 2026-06-11 05:04:54 -
Count = 16 -
Search = 54 -
Created = 2019-05-28 10:49:31 -
ID: d2
https://rot47.net/d2
-
d2
Last Accessed = 2026-06-11 04:31:41 -
Count = 16 -
Search = 90 -
Created = 2019-01-22 05:52:26 -
First Page | Previous Page | Total: 1285, Page 84 / 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: