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: ej
https://rot47.net/ej
Share on Facebook Share on Twitter LinkedIn - ej Last Accessed = 2026-06-12 12:56:12 - Count = 20 - Search = 50 - Created = 2019-05-29 08:42:02 -
ID: ea
https://rot47.net/ea
Share on Facebook Share on Twitter LinkedIn - ea Last Accessed = 2026-06-19 02:58:33 - Count = 20 - Search = 61 - Created = 2019-05-29 05:00:19 -
ID: e6
https://rot47.net/e6
Share on Facebook Share on Twitter LinkedIn - e6 Last Accessed = 2026-06-24 05:31:30 - Count = 20 - Search = 65 - Created = 2019-05-29 04:21:35 -
ID: dL
https://rot47.net/dL
Share on Facebook Share on Twitter LinkedIn - dL Last Accessed = 2026-06-18 04:55:34 - Count = 20 - Search = 80 - Created = 2019-05-29 01:01:30 -
ID: dx
https://rot47.net/dx
Share on Facebook Share on Twitter LinkedIn - dx Last Accessed = 2026-06-13 07:09:25 - Count = 20 - Search = 62 - Created = 2019-05-28 11:11:21 -
ID: dw
https://rot47.net/dw
Share on Facebook Share on Twitter LinkedIn - dw Last Accessed = 2026-06-12 12:54:41 - Count = 20 - Search = 75 - Created = 2019-05-28 11:07:37 -
ID: dv
https://rot47.net/dv
Share on Facebook Share on Twitter LinkedIn - dv Last Accessed = 2026-06-18 07:40:57 - Count = 20 - Search = 53 - Created = 2019-05-28 11:05:06 -
ID: du
https://rot47.net/du
Share on Facebook Share on Twitter LinkedIn - du Last Accessed = 2026-06-24 08:18:08 - Count = 20 - Search = 69 - Created = 2019-05-28 11:01:38 -
ID: ds
https://rot47.net/ds
Share on Facebook Share on Twitter LinkedIn - ds Last Accessed = 2026-06-19 05:19:05 - Count = 20 - Search = 66 - Created = 2019-05-27 12:37:54 -
ID: dh
https://rot47.net/dh
Share on Facebook Share on Twitter LinkedIn - dh Last Accessed = 2026-06-14 04:51:12 - Count = 20 - Search = 78 - Created = 2019-04-01 11:18:39 -
ID: df
https://rot47.net/df
Share on Facebook Share on Twitter LinkedIn - df Last Accessed = 2026-06-24 08:39:49 - Count = 20 - Search = 68 - Created = 2019-03-24 02:05:41 -
ID: cO
https://rot47.net/cO
Share on Facebook Share on Twitter LinkedIn - cO Last Accessed = 2026-06-24 07:22:58 - Count = 20 - Search = 47 - Created = 2018-10-30 06:12:00 -
ID: cN
https://rot47.net/cN
Share on Facebook Share on Twitter LinkedIn - cN Last Accessed = 2026-06-13 06:55:52 - Count = 20 - Search = 105 - Created = 2018-10-15 12:43:37 -
ID: cH
https://rot47.net/cH
Share on Facebook Share on Twitter LinkedIn - cH Last Accessed = 2026-06-13 07:07:52 - Count = 20 - Search = 61 - Created = 2018-09-09 10:09:04 -
ID: cE
https://rot47.net/cE
Share on Facebook Share on Twitter LinkedIn - cE Last Accessed = 2026-06-20 05:46:28 - Count = 20 - Search = 65 - Created = 2018-08-23 11:32:15 -

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