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: 9m
https://rot47.net/9m
-
9m
Last Accessed = 2026-06-18 04:29:29 -
Count = 19 -
Search = 56 -
Created = 2015-12-01 06:57:46 -
ID: 8F
https://rot47.net/8F
-
8F
Last Accessed = 2026-06-12 07:01:47 -
Count = 19 -
Search = 53 -
Created = 2015-10-15 07:19:56 -
ID: 6H
https://rot47.net/6H
-
6H
Last Accessed = 2026-06-12 12:57:54 -
Count = 19 -
Search = 67 -
Created = 2015-09-22 12:05:00 -
ID: 6E
https://rot47.net/6E
-
6E
Last Accessed = 2026-06-15 01:07:46 -
Count = 19 -
Search = 81 -
Created = 2015-09-21 12:38:40 -
ID: 6A
https://rot47.net/6A
-
6A
Last Accessed = 2026-06-15 01:14:40 -
Count = 19 -
Search = 59 -
Created = 2015-09-21 12:04:10 -
ID: 6p
https://rot47.net/6p
-
6p
Last Accessed = 2026-06-13 03:36:05 -
Count = 19 -
Search = 80 -
Created = 2015-09-15 12:04:07 -
ID: 5V
https://rot47.net/5V
-
5V
Last Accessed = 2026-06-14 11:17:08 -
Count = 19 -
Search = 53 -
Created = 2015-07-30 05:28:08 -
ID: 5T
https://rot47.net/5T
-
5T
Last Accessed = 2026-06-13 10:10:52 -
Count = 19 -
Search = 57 -
Created = 2015-07-21 10:42:27 -
ID: 5S
https://rot47.net/5S
-
5S
Last Accessed = 2026-06-16 04:32:33 -
Count = 19 -
Search = 70 -
Created = 2015-07-20 03:18:29 -
ID: 55
https://rot47.net/55
-
55
Last Accessed = 2026-06-16 01:26:15 -
Count = 19 -
Search = 96 -
Created = 2015-04-06 11:40:36 -
ID: 4q
https://rot47.net/4q
-
4q
Last Accessed = 2026-06-11 04:37:02 -
Count = 19 -
Search = 35 -
Created = 2015-03-23 07:24:56 -
ID: 4k
https://rot47.net/4k
-
4k
Last Accessed = 2026-06-11 11:05:53 -
Count = 19 -
Search = 44 -
Created = 2015-03-11 05:36:16 -
ID: 4f
https://rot47.net/4f
-
4f
Last Accessed = 2026-06-12 06:58:18 -
Count = 19 -
Search = 54 -
Created = 2015-03-08 02:50:52 -
ID: 3e
https://rot47.net/3e
-
3e
Last Accessed = 2026-06-18 03:18:45 -
Count = 19 -
Search = 66 -
Created = 2015-02-03 08:12:35 -
ID: 30
https://rot47.net/30
-
30
Last Accessed = 2026-06-13 01:09:04 -
Count = 19 -
Search = 96 -
Created = 2015-01-16 04:15:39 -
First Page | Previous Page | Total: 1285, Page 71 / 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: