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": "Sat, 19 Sep 2026 16:34:25 +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": "Sat, 19 Sep 2026 05:32:11 +0200",
"num_referrals": 3076,
"referrals": {
"pagination": {
"current_page": 1,
"total_pages": 616,
"entries_per_page": 5,
"total_entries": 3076,
"order": {
"field": "date_creation",
"direction": "desc"
}
},
"count": 5,
"entries": [
{
"date_creation": "Sat, 19 Sep 2026 05:32:11 +0200",
"ip_address": "152.163.113.9",
"user_agent": "Mozilla/5.0 (compatible; ExaSearchBot/1.0; +https://crawler.exa.ai/)",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"date_creation": "Fri, 18 Sep 2026 19:34:46 +0200",
"ip_address": "31.76.91.2",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/153.0.0.0 Safari/537.36 Edg/153.0.0.0",
"country": {
"short": "United Kingdom",
"long": "United Kingdom of Great Britain and Nothern Ireland",
"iso_alpha2": "UK"
}
},
{
"date_creation": "Fri, 18 Sep 2026 12:56:16 +0200",
"ip_address": "43.135.107.74",
"user_agent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:123.0) Gecko/20100101 Firefox/123.0",
"country": {
"short": "Japan",
"long": "Japan",
"iso_alpha2": "JP"
}
},
{
"page": "https://oal.lu/",
"date_creation": "Fri, 18 Sep 2026 08:16:53 +0200",
"ip_address": "183.80.97.177",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.2512.14 Safari/537.36",
"country": {
"short": "Vietnam",
"long": "Socialist Republic of Vietnam",
"iso_alpha2": "VN"
}
},
{
"date_creation": "Fri, 18 Sep 2026 04:05:34 +0200",
"ip_address": "141.94.94.40",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36",
"country": {
"short": "United Kingdom",
"long": "United Kingdom of Great Britain and Nothern Ireland",
"iso_alpha2": "UK"
}
}
]
}
}
}
}
}
}