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: 8X
https://rot47.net/8X
-
8X
Last Accessed = 2026-06-14 04:35:07 -
Count = 21 -
Search = 57 -
Created = 2015-10-16 01:14:24 -
ID: 8K
https://rot47.net/8K
-
8K
Last Accessed = 2026-06-12 09:17:12 -
Count = 21 -
Search = 38 -
Created = 2015-10-15 04:20:42 -
ID: 6x
https://rot47.net/6x
-
6x
Last Accessed = 2026-06-12 06:13:43 -
Count = 21 -
Search = 82 -
Created = 2015-09-16 12:15:31 -
ID: 6b
https://rot47.net/6b
-
6b
Last Accessed = 2026-06-14 04:35:55 -
Count = 21 -
Search = 78 -
Created = 2015-09-02 12:08:18 -
ID: 6a
https://rot47.net/6a
-
6a
Last Accessed = 2026-06-12 07:04:24 -
Count = 21 -
Search = 60 -
Created = 2015-09-02 11:38:44 -
ID: 5U
https://rot47.net/5U
-
5U
Last Accessed = 2026-06-24 03:35:25 -
Count = 21 -
Search = 36 -
Created = 2015-07-28 10:55:09 -
ID: 5E
https://rot47.net/5E
-
5E
Last Accessed = 2026-06-11 12:12:35 -
Count = 21 -
Search = 62 -
Created = 2015-06-01 05:43:31 -
ID: 5z
https://rot47.net/5z
-
5z
Last Accessed = 2026-06-11 11:08:58 -
Count = 21 -
Search = 69 -
Created = 2015-04-22 10:29:06 -
ID: 54
https://rot47.net/54
-
54
Last Accessed = 2026-06-16 12:55:28 -
Count = 21 -
Search = 72 -
Created = 2015-04-06 11:40:10 -
ID: 4V
https://rot47.net/4V
-
4V
Last Accessed = 2026-06-21 01:55:47 -
Count = 21 -
Search = 101 -
Created = 2015-04-04 07:09:43 -
ID: 4o
https://rot47.net/4o
-
4o
Last Accessed = 2026-06-13 03:36:04 -
Count = 21 -
Search = 45 -
Created = 2015-03-22 09:56:28 -
ID: 4h
https://rot47.net/4h
-
4h
Last Accessed = 2026-06-16 05:24:49 -
Count = 21 -
Search = 55 -
Created = 2015-03-08 02:51:38 -
ID: 3X
https://rot47.net/3X
-
3X
Last Accessed = 2026-06-13 06:53:06 -
Count = 21 -
Search = 52 -
Created = 2015-03-06 02:30:47 -
ID: 3V
https://rot47.net/3V
-
3V
Last Accessed = 2026-06-16 03:45:24 -
Count = 21 -
Search = 66 -
Created = 2015-03-06 02:30:06 -
ID: 3T
https://rot47.net/3T
-
3T
Last Accessed = 2026-06-16 09:20:26 -
Count = 21 -
Search = 60 -
Created = 2015-03-06 02:29:31 -
First Page | Previous Page | Total: 1285, Page 58 / 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: