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: co
https://rot47.net/co
-
co
Last Accessed = 2026-06-12 04:04:11 -
Count = 23 -
Search = 161 -
Created = 2018-05-14 10:49:05 -
ID: ba
https://rot47.net/ba
-
ba
Last Accessed = 2026-06-13 03:36:56 -
Count = 23 -
Search = 99 -
Created = 2017-09-03 07:35:04 -
ID: b9
https://rot47.net/b9
-
b9
Last Accessed = 2026-06-16 02:40:30 -
Count = 23 -
Search = 47 -
Created = 2017-09-03 07:33:11 -
ID: aN
https://rot47.net/aN
-
aN
Last Accessed = 2026-06-18 09:24:18 -
Count = 23 -
Search = 99 -
Created = 2017-03-13 05:44:51 -
ID: ax
https://rot47.net/ax
-
ax
Last Accessed = 2026-06-07 09:10:45 -
Count = 23 -
Search = 74 -
Created = 2016-10-31 11:44:45 -
ID: ae
https://rot47.net/ae
-
ae
Last Accessed = 2026-06-24 04:27:45 -
Count = 23 -
Search = 82 -
Created = 2016-06-28 01:57:08 -
ID: 9k
https://rot47.net/9k
-
9k
Last Accessed = 2026-06-16 05:36:57 -
Count = 23 -
Search = 34 -
Created = 2015-11-27 05:47:41 -
ID: 9d
https://rot47.net/9d
-
9d
Last Accessed = 2026-06-17 04:46:04 -
Count = 23 -
Search = 53 -
Created = 2015-11-22 01:10:20 -
ID: 8v
https://rot47.net/8v
-
8v
Last Accessed = 2026-06-13 12:46:23 -
Count = 23 -
Search = 36 -
Created = 2015-10-15 06:34:16 -
ID: 66
https://rot47.net/66
-
66
Last Accessed = 2026-06-20 07:36:36 -
Count = 23 -
Search = 79 -
Created = 2015-08-24 10:52:15 -
ID: 5A
https://rot47.net/5A
-
5A
Last Accessed = 2026-06-11 03:59:30 -
Count = 23 -
Search = 79 -
Created = 2015-04-26 07:27:17 -
ID: 5r
https://rot47.net/5r
-
5r
Last Accessed = 2026-06-14 12:56:19 -
Count = 23 -
Search = 94 -
Created = 2015-04-12 10:56:13 -
ID: 5g
https://rot47.net/5g
-
5g
Last Accessed = 2026-06-13 03:48:56 -
Count = 23 -
Search = 108 -
Created = 2015-04-09 01:28:02 -
ID: 4S
https://rot47.net/4S
-
4S
Last Accessed = 2026-06-14 01:04:14 -
Count = 23 -
Search = 70 -
Created = 2015-04-04 04:27:32 -
ID: 4O
https://rot47.net/4O
-
4O
Last Accessed = 2026-06-13 10:03:54 -
Count = 23 -
Search = 70 -
Created = 2015-04-03 12:12:56 -
First Page | Previous Page | Total: 1285, Page 47 / 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: