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: af
https://rot47.net/af
-
af
Last Accessed = 2026-06-24 12:05:21 -
Count = 22 -
Search = 88 -
Created = 2016-07-02 07:02:47 -
ID: 9b
https://rot47.net/9b
-
9b
Last Accessed = 2026-06-25 03:22:22 -
Count = 22 -
Search = 61 -
Created = 2015-11-18 12:42:53 -
ID: 99
https://rot47.net/99
-
99
Last Accessed = 2026-06-20 07:52:07 -
Count = 22 -
Search = 70 -
Created = 2015-11-13 02:04:05 -
ID: 95
https://rot47.net/95
-
95
Last Accessed = 2026-06-19 05:24:02 -
Count = 22 -
Search = 71 -
Created = 2015-11-10 04:51:18 -
ID: 8c
https://rot47.net/8c
-
8c
Last Accessed = 2026-06-25 09:15:03 -
Count = 22 -
Search = 47 -
Created = 2015-10-15 01:25:11 -
ID: 6L
https://rot47.net/6L
-
6L
Last Accessed = 2026-06-25 12:17:12 -
Count = 22 -
Search = 100 -
Created = 2015-09-25 05:33:36 -
ID: 6y
https://rot47.net/6y
-
6y
Last Accessed = 2026-06-11 02:11:37 -
Count = 22 -
Search = 62 -
Created = 2015-09-17 10:26:58 -
ID: 6v
https://rot47.net/6v
-
6v
Last Accessed = 2026-06-15 01:16:38 -
Count = 22 -
Search = 76 -
Created = 2015-09-16 12:01:26 -
ID: 6s
https://rot47.net/6s
-
6s
Last Accessed = 2026-06-13 06:53:34 -
Count = 22 -
Search = 65 -
Created = 2015-09-15 01:50:05 -
ID: 62
https://rot47.net/62
-
62
Last Accessed = 2026-06-11 08:26:35 -
Count = 22 -
Search = 51 -
Created = 2015-08-22 01:53:41 -
ID: 5m
https://rot47.net/5m
-
5m
Last Accessed = 2026-06-14 04:35:07 -
Count = 22 -
Search = 71 -
Created = 2015-04-10 03:37:53 -
ID: 5i
https://rot47.net/5i
-
5i
Last Accessed = 2026-06-14 07:06:38 -
Count = 22 -
Search = 80 -
Created = 2015-04-10 12:08:08 -
ID: 5f
https://rot47.net/5f
-
5f
Last Accessed = 2026-06-14 02:08:55 -
Count = 22 -
Search = 59 -
Created = 2015-04-08 04:11:41 -
ID: 5e
https://rot47.net/5e
-
5e
Last Accessed = 2026-06-14 02:08:55 -
Count = 22 -
Search = 73 -
Created = 2015-04-08 03:52:29 -
ID: 52
https://rot47.net/52
-
52
Last Accessed = 2026-06-20 08:28:20 -
Count = 22 -
Search = 49 -
Created = 2015-04-06 11:39:00 -
First Page | Previous Page | Total: 1285, Page 52 / 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: