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: bo
https://rot47.net/bo
-
bo
Last Accessed = 2026-06-15 07:42:52 -
Count = 25 -
Search = 124 -
Created = 2017-09-26 03:23:29 -
ID: 7T
https://rot47.net/7T
-
7T
Last Accessed = 2026-06-17 01:51:04 -
Count = 25 -
Search = 42 -
Created = 2015-10-14 06:35:20 -
ID: 6c
https://rot47.net/6c
-
6c
Last Accessed = 2026-06-13 12:45:30 -
Count = 25 -
Search = 36 -
Created = 2015-09-02 12:17:45 -
ID: 68
https://rot47.net/68
-
68
Last Accessed = 2026-06-15 06:57:33 -
Count = 25 -
Search = 60 -
Created = 2015-08-26 12:52:54 -
ID: 5J
https://rot47.net/5J
-
5J
Last Accessed = 2026-06-13 12:47:55 -
Count = 25 -
Search = 45 -
Created = 2015-06-12 04:24:00 -
ID: 5F
https://rot47.net/5F
-
5F
Last Accessed = 2026-06-14 12:26:52 -
Count = 25 -
Search = 65 -
Created = 2015-06-05 04:56:17 -
ID: 5x
https://rot47.net/5x
-
5x
Last Accessed = 2026-06-14 12:31:06 -
Count = 25 -
Search = 57 -
Created = 2015-04-15 10:29:08 -
ID: 5c
https://rot47.net/5c
-
5c
Last Accessed = 2026-06-20 06:00:45 -
Count = 25 -
Search = 59 -
Created = 2015-04-07 07:37:53 -
ID: 5b
https://rot47.net/5b
-
5b
Last Accessed = 2026-06-24 11:23:09 -
Count = 25 -
Search = 89 -
Created = 2015-04-07 04:00:26 -
ID: 4P
https://rot47.net/4P
-
4P
Last Accessed = 2026-06-14 12:41:30 -
Count = 25 -
Search = 87 -
Created = 2015-04-04 02:45:02 -
ID: 4a
https://rot47.net/4a
-
4a
Last Accessed = 2026-06-13 10:17:05 -
Count = 25 -
Search = 63 -
Created = 2015-03-08 02:49:03 -
ID: 3J
https://rot47.net/3J
-
3J
Last Accessed = 2026-06-13 03:50:57 -
Count = 25 -
Search = 62 -
Created = 2015-02-28 08:05:39 -
ID: 1L
https://rot47.net/1L
-
1L
Last Accessed = 2026-06-12 12:54:07 -
Count = 25 -
Search = 58 -
Created = 2014-11-18 04:56:23 -
ID: 1f
https://rot47.net/1f
-
1f
Last Accessed = 2026-06-11 08:26:36 -
Count = 25 -
Search = 107 -
Created = 2014-03-15 10:35:29 -
ID: lL
https://rot47.net/lL
-
lL
Last Accessed = 2026-06-24 02:42:46 -
Count = 24 -
Search = 24 -
Created = 2025-08-10 12:09:01 -
First Page | Previous Page | Total: 1285, Page 40 / 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: