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 Month to replace a long one and you can monitor the referral times of the URL.
Drag or BookMark This Utility Link!
The Long (Complete) URL (e.g. http://...):

ID: Y
https://rot47.net/Y
Share on Facebook Share on Twitter LinkedIn - Y Last Accessed = 2026-06-18 09:24:30 - Count = 1194 - Search = 536 - Created = 2014-02-15 10:35:15 -
ID: 8n
https://rot47.net/8n
Share on Facebook Share on Twitter LinkedIn - 8n Last Accessed = 2026-06-18 09:24:30 - Count = 1185 - Search = 206 - Created = 2015-10-15 05:39:04 -
ID: 7n
https://rot47.net/7n
Share on Facebook Share on Twitter LinkedIn - 7n Last Accessed = 2026-06-18 09:24:29 - Count = 1146 - Search = 132 - Created = 2015-10-13 10:33:31 -
ID: q
https://rot47.net/q
Share on Facebook Share on Twitter LinkedIn - q Last Accessed = 2026-06-20 07:01:22 - Count = 1142 - Search = 1087 - Created = 2013-01-15 03:50:57 -
ID: 8t
https://rot47.net/8t
Share on Facebook Share on Twitter LinkedIn - 8t Last Accessed = 2026-06-16 05:20:46 - Count = 1093 - Search = 120 - Created = 2015-10-15 06:25:45 -
ID: 78
https://rot47.net/78
Share on Facebook Share on Twitter LinkedIn - 78 Last Accessed = 2026-06-15 11:42:47 - Count = 1079 - Search = 160 - Created = 2015-10-13 08:32:49 -
ID: 8k
https://rot47.net/8k
Share on Facebook Share on Twitter LinkedIn - 8k Last Accessed = 2026-06-11 11:51:32 - Count = 1074 - Search = 132 - Created = 2015-10-15 05:17:32 -
ID: 8a
https://rot47.net/8a
Share on Facebook Share on Twitter LinkedIn - 8a Last Accessed = 2026-06-12 09:15:52 - Count = 1063 - Search = 189 - Created = 2015-10-14 05:05:33 -
ID: 7A
https://rot47.net/7A
Share on Facebook Share on Twitter LinkedIn - 7A Last Accessed = 2026-06-11 05:47:28 - Count = 1062 - Search = 160 - Created = 2015-10-14 04:43:50 -
ID: a6
https://rot47.net/a6
Share on Facebook Share on Twitter LinkedIn - a6 Last Accessed = 2026-06-21 10:07:04 - Count = 1039 - Search = 701 - Created = 2016-06-22 05:35:49 -
ID: 7l
https://rot47.net/7l
Share on Facebook Share on Twitter LinkedIn - 7l Last Accessed = 2026-06-11 12:06:59 - Count = 1023 - Search = 114 - Created = 2015-10-13 10:28:37 -
ID: 7e
https://rot47.net/7e
Share on Facebook Share on Twitter LinkedIn - 7e Last Accessed = 2026-06-11 02:13:58 - Count = 977 - Search = 140 - Created = 2015-10-13 09:10:59 -
ID: 7X
https://rot47.net/7X
Share on Facebook Share on Twitter LinkedIn - 7X Last Accessed = 2026-06-11 11:54:30 - Count = 960 - Search = 122 - Created = 2015-10-14 06:52:57 -
ID: 7t
https://rot47.net/7t
Share on Facebook Share on Twitter LinkedIn - 7t Last Accessed = 2026-06-16 03:37:33 - Count = 958 - Search = 117 - Created = 2015-10-13 11:03:17 -
ID: 7H
https://rot47.net/7H
Share on Facebook Share on Twitter LinkedIn - 7H Last Accessed = 2026-06-16 03:20:59 - Count = 881 - Search = 104 - Created = 2015-10-14 05:09:30 -

First Page | Previous Page | Total: 1285, Page 3 / 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: