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: 9T
https://rot47.net/9T
-
9T
Last Accessed = 2026-06-13 03:39:44 -
Count = 53 -
Search = 79 -
Created = 2016-04-12 10:14:11 -
ID: 2v
https://rot47.net/2v
-
2v
Last Accessed = 2026-06-12 01:10:29 -
Count = 53 -
Search = 71 -
Created = 2014-12-30 12:33:50 -
ID: 1v
https://rot47.net/1v
-
1v
Last Accessed = 2026-06-13 11:59:14 -
Count = 53 -
Search = 147 -
Created = 2014-08-13 12:56:54 -
ID: iY
https://rot47.net/iY
-
iY
Last Accessed = 2026-06-12 04:09:14 -
Count = 52 -
Search = 25 -
Created = 2021-11-27 07:29:45 -
ID: 65
https://rot47.net/65
-
65
Last Accessed = 2026-06-21 02:31:12 -
Count = 52 -
Search = 57 -
Created = 2015-08-24 08:16:46 -
ID: 3F
https://rot47.net/3F
-
3F
Last Accessed = 2026-06-12 07:27:16 -
Count = 52 -
Search = 88 -
Created = 2015-02-25 08:06:06 -
ID: M
https://rot47.net/M
-
M
Last Accessed = 2026-06-24 12:11:11 -
Count = 52 -
Search = 137 -
Created = 2013-07-19 12:28:48 -
ID: h5
https://rot47.net/h5
-
h5
Last Accessed = 2026-06-14 01:09:05 -
Count = 51 -
Search = 56 -
Created = 2020-02-12 08:39:48 -
ID: 8u
https://rot47.net/8u
-
8u
Last Accessed = 2026-06-13 03:37:41 -
Count = 51 -
Search = 39 -
Created = 2015-10-15 06:32:42 -
ID: 6m
https://rot47.net/6m
-
6m
Last Accessed = 2026-06-13 03:37:41 -
Count = 51 -
Search = 66 -
Created = 2015-09-14 09:23:04 -
ID: 1S
https://rot47.net/1S
-
1S
Last Accessed = 2026-06-11 12:02:36 -
Count = 50 -
Search = 72 -
Created = 2014-11-18 06:17:54 -
ID: C
https://rot47.net/C
-
C
Last Accessed = 2026-06-20 01:07:24 -
Count = 50 -
Search = 174 -
Created = 2013-03-21 10:59:25 -
ID: gG
https://rot47.net/gG
-
gG
Last Accessed = 2026-06-16 02:01:40 -
Count = 49 -
Search = 82 -
Created = 2019-11-27 12:15:57 -
ID: 3j
https://rot47.net/3j
-
3j
Last Accessed = 2026-06-13 01:02:52 -
Count = 49 -
Search = 62 -
Created = 2015-02-07 07:03:24 -
ID: 19
https://rot47.net/19
-
19
Last Accessed = 2026-06-14 06:46:41 -
Count = 49 -
Search = 139 -
Created = 2014-03-10 08:39:59 -
First Page | Previous Page | Total: 1285, Page 18 / 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: