Simple URL: Easy URL Shortener
Wish to use Simple URL from within your own Internet Browser without leaving the current site you are on? Well, now you can! Simple URL now exists in several different different Internet Browsers such as Opera and Chrome. View the details below for each different Widget or Extension.

Interested in using an Simple URL API for your own web site to shorten long urls? View our API Section below on how to do so.
Simple URL API
This Application Programming Interface (API) has been created to help web developers and programmers benefit from Simple URL with it's resources. Using the API url listed below, it will return the hash of the newly created Simple URL. As with the site itself, the API also supports the use of the Ident feature. The Ident is optional, leave out if you wish to not use it.

Format: Plain Text

API URL: http://simurl.us/api.php?url=[URL]&ident=[IDENT]
Return: Plain text of 5 character hash. such as "cu2Dg"


Format: JSON

API URL: http://simurl.us/api.php?url=[URL]&ident=[IDENT]&format=json
Return: Javascript Object with elements:
  • hash: Hash given to this newly created Simple URL.
  • ident: The Ident you used, if any.
  • orig_url: The original URL given to us, and possible formated by the system. (i.e. prepending the 'http://' if missing)
  • simurl: The Simple URL Address Link.
  • preview: The Simple URL Preview Address Link.


Note: Please be sure to URL Encode the URL using the PHP function urlencode or a url encode function similar. This is used to help maintain the integrity of the URL.

Example: http://simurl.us/api.php?url=http://simurl.us will return the plain text hash of "oqzpQ".
Opera's Widget
Info & Download Link: Click Here
Version Support: Opera 10.0 Final and below
Features: Create a Simple URL with your Ident with your choice of the Simple URL Domains. Outputs the new Simple URL and Preview for you. Can also switch tabs to view your own URLs and view small stats and info on it such as hits, original url address and more. Will also save your Ident to your session once used and retrieve it every time you re-open the Opera Widget.