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": "Fri, 14 Aug 2026 14:48:37 +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, 14 Aug 2026 13:51:17 +0200",
"num_referrals": 2891,
"referrals": {
"pagination": {
"current_page": 1,
"total_pages": 579,
"entries_per_page": 5,
"total_entries": 2891,
"order": {
"field": "date_creation",
"direction": "desc"
}
},
"count": 5,
"entries": [
{
"page": "http://oal.lu/",
"date_creation": "Fri, 14 Aug 2026 13:51:17 +0200",
"ip_address": "54.37.84.39",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.4 Mobile/15E148 Safari/604.1",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"page": "http://oal.lu/",
"date_creation": "Fri, 14 Aug 2026 12:22:52 +0200",
"ip_address": "54.37.84.39",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) obsidian/1.6.5 Chrome/124.0.6367.243 Electron/30.1.2 Safari/537.36",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"page": "http://oal.lu/",
"date_creation": "Fri, 14 Aug 2026 11:39:29 +0200",
"ip_address": "54.37.84.39",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"date_creation": "Fri, 14 Aug 2026 03:26:23 +0200",
"ip_address": "16.147.86.21",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"date_creation": "Fri, 14 Aug 2026 03:12:45 +0200",
"ip_address": "16.147.86.21",
"user_agent": "Mozilla/5.0 (X11; CrOS i686 13.587.48) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.43 Safari/535.1",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
}
]
}
}
}
}
}
}