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, 23 Mar 2026 13:52:17 +0100",
"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": "Mon, 23 Mar 2026 10:16:26 +0100",
"num_referrals": 2291,
"referrals": {
"pagination": {
"current_page": 1,
"total_pages": 459,
"entries_per_page": 5,
"total_entries": 2291,
"order": {
"field": "date_creation",
"direction": "desc"
}
},
"count": 5,
"entries": [
{
"page": "http://oal.lu/",
"date_creation": "Mon, 23 Mar 2026 10:16:26 +0100",
"ip_address": "104.244.102.26",
"user_agent": "Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"page": "http://oal.lu/",
"date_creation": "Mon, 23 Mar 2026 03:21:35 +0100",
"ip_address": "51.83.6.42",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51",
"country": {
"short": "United Kingdom",
"long": "United Kingdom of Great Britain and Nothern Ireland",
"iso_alpha2": "UK"
}
},
{
"page": "http://oal.lu/",
"date_creation": "Sun, 22 Mar 2026 22:54:29 +0100",
"ip_address": "51.83.6.42",
"user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71",
"country": {
"short": "United Kingdom",
"long": "United Kingdom of Great Britain and Nothern Ireland",
"iso_alpha2": "UK"
}
},
{
"date_creation": "Sun, 22 Mar 2026 16:38:00 +0100",
"ip_address": "35.91.84.35",
"user_agent": "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.813.0 Safari/535.1",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
},
{
"date_creation": "Sun, 22 Mar 2026 01:03:16 +0100",
"ip_address": "44.251.100.53",
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.220 Safari/535.1",
"country": {
"short": "United States",
"long": "United States of America",
"iso_alpha2": "US"
}
}
]
}
}
}
}
}
}