Currently 13,071 Shortened URLs

API Information

Want to use our service as a 3rdparty tool? or setup your own URL shortening service for free? Well you can use our API.


PHP Script Example:


Above Demo

Long URL:
Password: Optional
Tag: Optional



URL Variables

Variable Required Value Description
http://eg3.net/api.php yes -- The API URL.
url yes <url> The long URL required to be shortened.
tag no a-z, A-Z & 0-9. Random key will be generated if no tag supplied.
password no a-z & 0-9. Password to access the URL.
expire no seconds Secounds until the url expires.


Standalone URL (complete variables)

http://eg3.net/api.php?url=http://google.com&tag=google&password=123&expire=604800

 • API Information