URL Shortener
Full fledged REST API to shorten your urls on the fly. Track click-throughs and obtain geolocation data for each click.
Full fledged REST API to shorten urls on the fly and easily track trends in site registrations, returning visitors, social posts, resulting referral traffic and geolocation data about your users. With our high speed redirection your visitors will experience almost instant redirects.
In the example below you can see the last five clicks that our API has tracked for the shortened URL redirecting to the page that you are viewing now. To test the demo, simply click on the button below. This will open the shortened url, redirect you back to the current page and update the click-through data.
Click-through data
{ "response": { "request": { "date": "Mon, 14 Jul 2025 22:20:47 +0200", "resource": "/shorturls/Dpkuo.json?entries_per_page=5&order_direction=desc", "status": { "flag": "success", "code": 200, "info": "Your request has been processed successfully" } }, "result": { "data": { "shorturl": { "shorturl_token": "Dpkuo", "original_url": "http://www.oneall.com/services/user-engagement-solutions/url-shortener/#product-demo-data", "short_url": "http://oal.lu/Dpkuo", "date_creation": "Thu, 21 Mar 2019 16:30:14 +0100", "date_last_referral": "Fri, 11 Jul 2025 19:11:04 +0200", "num_referrals": 1940, "referrals": { "pagination": { "current_page": 1, "total_pages": 388, "entries_per_page": 5, "total_entries": 1940, "order": { "field": "date_creation", "direction": "desc" } }, "count": 5, "entries": [ { "date_creation": "Fri, 11 Jul 2025 19:11:04 +0200", "ip_address": "43.155.157.239", "user_agent": "Mozilla/5.0 (compatible; Thinkbot/0.5.8; +In_the_test_phase,_if_the_Thinkbot_brings_you_trouble,_please_block_its_IP_address._Thank_you.)", "country": { "short": "Japan", "long": "Japan", "iso_alpha2": "JP" } }, { "date_creation": "Fri, 11 Jul 2025 18:08:51 +0200", "ip_address": "139.177.204.28", "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_6) AppleWebKit/534.24 (KHTML, like Gecko) Chrome/11.0.698.0 Safari/534.24", "country": { "short": "United States", "long": "United States of America", "iso_alpha2": "US" } }, { "date_creation": "Fri, 11 Jul 2025 08:45:10 +0200", "ip_address": "39.144.39.138", "user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.5 Mobile/15E148 Safari/604.1", "country": { "short": "China", "long": "People's Republic of China", "iso_alpha2": "CN" } }, { "date_creation": "Wed, 09 Jul 2025 21:27:00 +0200", "ip_address": "216.73.216.80", "user_agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)", "country": { "short": "United States", "long": "United States of America", "iso_alpha2": "US" } }, { "date_creation": "Wed, 09 Jul 2025 17:44:31 +0200", "ip_address": "77.75.76.161", "user_agent": "Mozilla/5.0 (compatible; SeznamBot/4.0; +https://o-seznam.cz/napoveda/vyhledavani/en/seznambot-crawler/)", "country": { "short": "Czech Republic", "long": "Czech Republic", "iso_alpha2": "CZ" } } ] } } } } } }