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: kM
https://rot47.net/kM
-
kM
Last Accessed = 2026-06-24 12:36:54 -
Count = 27 -
Search = 16 -
Created = 2025-03-08 11:25:44 -
ID: kK
https://rot47.net/kK
-
kK
Last Accessed = 2026-06-24 12:39:27 -
Count = 27 -
Search = 16 -
Created = 2025-03-06 12:32:56 -
ID: hC
https://rot47.net/hC
-
hC
Last Accessed = 2026-06-13 12:48:47 -
Count = 27 -
Search = 37 -
Created = 2020-09-15 08:19:50 -
ID: hg
https://rot47.net/hg
-
hg
Last Accessed = 2026-06-14 12:27:59 -
Count = 27 -
Search = 63 -
Created = 2020-04-24 05:02:47 -
ID: gN
https://rot47.net/gN
-
gN
Last Accessed = 2026-06-24 06:06:23 -
Count = 27 -
Search = 69 -
Created = 2019-12-05 02:36:08 -
ID: gp
https://rot47.net/gp
-
gp
Last Accessed = 2026-06-15 01:07:46 -
Count = 27 -
Search = 91 -
Created = 2019-10-01 09:27:20 -
ID: fL
https://rot47.net/fL
-
fL
Last Accessed = 2026-06-14 04:35:55 -
Count = 27 -
Search = 60 -
Created = 2019-07-10 02:48:48 -
ID: fe
https://rot47.net/fe
-
fe
Last Accessed = 2026-06-14 01:09:05 -
Count = 27 -
Search = 41 -
Created = 2019-05-31 01:46:56 -
ID: cf
https://rot47.net/cf
-
cf
Last Accessed = 2026-06-24 07:10:25 -
Count = 27 -
Search = 56 -
Created = 2018-03-29 10:37:48 -
ID: bW
https://rot47.net/bW
-
bW
Last Accessed = 2026-06-19 05:19:05 -
Count = 27 -
Search = 79 -
Created = 2018-01-23 11:38:25 -
ID: bJ
https://rot47.net/bJ
-
bJ
Last Accessed = 2026-06-13 01:06:18 -
Count = 27 -
Search = 121 -
Created = 2017-12-05 02:03:06 -
ID: ar
https://rot47.net/ar
-
ar
Last Accessed = 2026-06-14 07:03:27 -
Count = 27 -
Search = 49 -
Created = 2016-09-20 06:39:52 -
ID: 9L
https://rot47.net/9L
-
9L
Last Accessed = 2026-06-11 11:07:12 -
Count = 27 -
Search = 81 -
Created = 2016-03-16 06:05:33 -
ID: 9r
https://rot47.net/9r
-
9r
Last Accessed = 2026-06-18 04:56:52 -
Count = 27 -
Search = 63 -
Created = 2015-12-20 12:15:51 -
ID: 8I
https://rot47.net/8I
-
8I
Last Accessed = 2026-06-20 05:14:40 -
Count = 27 -
Search = 40 -
Created = 2015-10-15 07:31:40 -
First Page | Previous Page | Total: 1285, Page 34 / 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: