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: cY
https://rot47.net/cY
-
cY
Last Accessed = 2026-06-11 02:11:54 -
Count = 16 -
Search = 87 -
Created = 2018-12-30 12:24:34 -
ID: cD
https://rot47.net/cD
-
cD
Last Accessed = 2026-06-11 04:35:52 -
Count = 16 -
Search = 55 -
Created = 2018-08-18 10:05:26 -
ID: cC
https://rot47.net/cC
-
cC
Last Accessed = 2026-06-11 04:27:27 -
Count = 16 -
Search = 54 -
Created = 2018-08-16 08:54:54 -
ID: ct
https://rot47.net/ct
-
ct
Last Accessed = 2026-06-12 09:44:21 -
Count = 16 -
Search = 60 -
Created = 2018-06-08 07:05:29 -
ID: bV
https://rot47.net/bV
-
bV
Last Accessed = 2026-06-16 12:56:36 -
Count = 16 -
Search = 62 -
Created = 2018-01-15 12:31:47 -
ID: bU
https://rot47.net/bU
-
bU
Last Accessed = 2026-06-16 12:58:59 -
Count = 16 -
Search = 102 -
Created = 2018-01-15 12:30:20 -
ID: bI
https://rot47.net/bI
-
bI
Last Accessed = 2026-05-21 04:14:56 -
Count = 16 -
Search = 83 -
Created = 2017-11-28 07:21:51 -
ID: bw
https://rot47.net/bw
-
bw
Last Accessed = 2026-06-11 04:51:24 -
Count = 16 -
Search = 71 -
Created = 2017-10-21 05:14:04 -
ID: bh
https://rot47.net/bh
-
bh
Last Accessed = 2026-06-12 09:46:53 -
Count = 16 -
Search = 69 -
Created = 2017-09-04 01:19:31 -
ID: b6
https://rot47.net/b6
-
b6
Last Accessed = 2026-05-09 05:40:32 -
Count = 16 -
Search = 79 -
Created = 2017-08-12 02:52:05 -
ID: aD
https://rot47.net/aD
-
aD
Last Accessed = 2026-06-16 12:14:05 -
Count = 16 -
Search = 86 -
Created = 2016-12-25 08:24:04 -
ID: 7U
https://rot47.net/7U
-
7U
Last Accessed = 2026-06-16 01:03:51 -
Count = 16 -
Search = 67 -
Created = 2015-10-14 06:44:12 -
ID: 4r
https://rot47.net/4r
-
4r
Last Accessed = 2026-06-16 01:18:26 -
Count = 16 -
Search = 94 -
Created = 2015-03-23 10:50:47 -
ID: m1
https://rot47.net/m1
-
m1
Last Accessed = 2026-06-11 12:56:49 -
Count = 15 -
Search = 28 -
Created = 2025-11-04 04:33:35 -
ID: lT
https://rot47.net/lT
-
lT
Last Accessed = 2026-06-20 05:28:04 -
Count = 15 -
Search = 31 -
Created = 2025-10-25 05:46:19 -
First Page | Previous Page | Total: 1285, Page 85 / 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: