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: fa
https://rot47.net/fa
Share on Facebook Share on Twitter LinkedIn - fa Last Accessed = 2026-06-11 03:57:47 - Count = 24 - Search = 79 - Created = 2019-05-30 11:50:43 -
ID: eY
https://rot47.net/eY
Share on Facebook Share on Twitter LinkedIn - eY Last Accessed = 2026-06-13 07:37:38 - Count = 24 - Search = 40 - Created = 2019-05-30 07:58:06 -
ID: dr
https://rot47.net/dr
Share on Facebook Share on Twitter LinkedIn - dr Last Accessed = 2026-06-20 08:32:01 - Count = 24 - Search = 52 - Created = 2019-05-23 07:00:28 -
ID: b7
https://rot47.net/b7
Share on Facebook Share on Twitter LinkedIn - b7 Last Accessed = 2026-06-24 07:52:18 - Count = 24 - Search = 70 - Created = 2017-08-26 12:28:03 -
ID: aO
https://rot47.net/aO
Share on Facebook Share on Twitter LinkedIn - aO Last Accessed = 2026-06-12 04:05:52 - Count = 24 - Search = 73 - Created = 2017-03-15 07:28:21 -
ID: ai
https://rot47.net/ai
Share on Facebook Share on Twitter LinkedIn - ai Last Accessed = 2026-06-13 01:00:36 - Count = 24 - Search = 120 - Created = 2016-07-12 05:50:04 -
ID: 9X
https://rot47.net/9X
Share on Facebook Share on Twitter LinkedIn - 9X Last Accessed = 2026-06-14 07:06:38 - Count = 24 - Search = 93 - Created = 2016-04-29 04:55:55 -
ID: 9a
https://rot47.net/9a
Share on Facebook Share on Twitter LinkedIn - 9a Last Accessed = 2026-06-18 10:35:29 - Count = 24 - Search = 68 - Created = 2015-11-14 12:15:17 -
ID: 8V
https://rot47.net/8V
Share on Facebook Share on Twitter LinkedIn - 8V Last Accessed = 2026-06-13 01:00:36 - Count = 24 - Search = 30 - Created = 2015-10-16 01:07:47 -
ID: 6h
https://rot47.net/6h
Share on Facebook Share on Twitter LinkedIn - 6h Last Accessed = 2026-06-15 09:06:56 - Count = 24 - Search = 63 - Created = 2015-09-11 10:35:37 -
ID: 5N
https://rot47.net/5N
Share on Facebook Share on Twitter LinkedIn - 5N Last Accessed = 2026-06-14 11:11:47 - Count = 24 - Search = 88 - Created = 2015-06-29 04:42:45 -
ID: 5M
https://rot47.net/5M
Share on Facebook Share on Twitter LinkedIn - 5M Last Accessed = 2026-06-14 11:11:48 - Count = 24 - Search = 71 - Created = 2015-06-28 10:43:39 -
ID: 5p
https://rot47.net/5p
Share on Facebook Share on Twitter LinkedIn - 5p Last Accessed = 2026-06-14 07:03:51 - Count = 24 - Search = 85 - Created = 2015-04-10 06:57:08 -
ID: 4G
https://rot47.net/4G
Share on Facebook Share on Twitter LinkedIn - 4G Last Accessed = 2026-06-13 03:35:07 - Count = 24 - Search = 57 - Created = 2015-04-01 02:18:23 -
ID: 4w
https://rot47.net/4w
Share on Facebook Share on Twitter LinkedIn - 4w Last Accessed = 2026-06-12 12:54:47 - Count = 24 - Search = 78 - Created = 2015-03-26 01:49:36 -

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