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: iD
https://rot47.net/iD
-
iD
Last Accessed = 2026-06-16 06:53:59 -
Count = 19 -
Search = 27 -
Created = 2021-07-23 12:46:13 -
ID: iw
https://rot47.net/iw
-
iw
Last Accessed = 2026-06-13 03:55:05 -
Count = 19 -
Search = 37 -
Created = 2021-05-29 03:30:20 -
ID: is
https://rot47.net/is
-
is
Last Accessed = 2026-06-12 12:56:11 -
Count = 19 -
Search = 48 -
Created = 2021-03-23 06:34:33 -
ID: im
https://rot47.net/im
-
im
Last Accessed = 2026-06-15 01:02:32 -
Count = 19 -
Search = 29 -
Created = 2021-03-04 01:58:14 -
ID: ii
https://rot47.net/ii
-
ii
Last Accessed = 2026-06-13 06:50:58 -
Count = 19 -
Search = 45 -
Created = 2021-02-22 07:35:36 -
ID: hU
https://rot47.net/hU
-
hU
Last Accessed = 2026-06-13 07:17:38 -
Count = 19 -
Search = 40 -
Created = 2020-12-14 08:37:42 -
ID: hT
https://rot47.net/hT
-
hT
Last Accessed = 2026-06-12 10:02:44 -
Count = 19 -
Search = 28 -
Created = 2020-12-14 04:10:44 -
ID: hI
https://rot47.net/hI
-
hI
Last Accessed = 2026-06-12 06:04:28 -
Count = 19 -
Search = 49 -
Created = 2020-10-24 06:16:25 -
ID: hp
https://rot47.net/hp
-
hp
Last Accessed = 2026-06-14 07:06:38 -
Count = 19 -
Search = 54 -
Created = 2020-07-18 11:30:07 -
ID: hd
https://rot47.net/hd
-
hd
Last Accessed = 2026-06-15 09:48:31 -
Count = 19 -
Search = 78 -
Created = 2020-04-08 08:56:55 -
ID: hb
https://rot47.net/hb
-
hb
Last Accessed = 2026-06-13 03:53:00 -
Count = 19 -
Search = 78 -
Created = 2020-03-18 11:58:06 -
ID: h7
https://rot47.net/h7
-
h7
Last Accessed = 2026-06-16 01:53:45 -
Count = 19 -
Search = 38 -
Created = 2020-02-21 09:21:09 -
ID: gV
https://rot47.net/gV
-
gV
Last Accessed = 2026-06-12 06:04:28 -
Count = 19 -
Search = 60 -
Created = 2019-12-21 03:07:10 -
ID: gH
https://rot47.net/gH
-
gH
Last Accessed = 2026-06-15 08:02:18 -
Count = 19 -
Search = 62 -
Created = 2019-11-30 04:22:05 -
ID: g6
https://rot47.net/g6
-
g6
Last Accessed = 2026-06-21 12:55:03 -
Count = 19 -
Search = 29 -
Created = 2019-09-03 01:03:28 -
First Page | Previous Page | Total: 1285, Page 66 / 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: