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": "Thu, 22 Jan 2026 20:33:00 +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": "Thu, 22 Jan 2026 18:03:43 +0100",
"num_referrals": 2139,
"referrals": {
"pagination": {
"current_page": 1,
"total_pages": 428,
"entries_per_page": 5,
"total_entries": 2139,
"order": {
"field": "date_creation",
"direction": "desc"
}
},
"count": 5,
"entries": [
{
"page": "http://www.oneall.com/",
"date_creation": "Thu, 22 Jan 2026 18:03:43 +0100",
"ip_address": "27.206.17.32",
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 SP-engine/3.55.0 main/1.0 baiduboxapp/15.45.0.10 (Baidu; P2 26.2) NABar/1.0 themeUA=Theme/default",
"country": {
"short": "China",
"long": "People's Republic of China",
"iso_alpha2": "CN"
}
},
{
"date_creation": "Wed, 21 Jan 2026 15:41:22 +0100",
"ip_address": "85.190.243.162",
"user_agent": "NestDaddybot/1.0.0 (+https://nestdaddy.com/bot)",
"country": {
"short": "Germany",
"long": "Federal Republic of Germany",
"iso_alpha2": "DE"
}
},
{
"page": "http://www.oneall.com/services/user-engagement-solutions/url-shortener/",
"date_creation": "Wed, 21 Jan 2026 08:14:28 +0100",
"ip_address": "176.100.243.13",
"user_agent": "Mozilla/5.0 (Linux; U; Android 2.0.1; en-us; Droid Build/ESD56) AppleWebKit/530.17 (KHTML, like Gecko) Version/4.0 Mobile Safari/530.17",
"country": {
"short": "Russia",
"long": "Russian Federation",
"iso_alpha2": "RU"
}
},
{
"date_creation": "Sat, 17 Jan 2026 15:08:47 +0100",
"ip_address": "77.75.79.36",
"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"
}
},
{
"date_creation": "Sat, 17 Jan 2026 09:43:54 +0100",
"ip_address": "144.76.32.242",
"user_agent": "Mozilla/5.0 (compatible; SERankingBacklinksBot/1.0; +https://seranking.com/backlinks-crawler)",
"country": {
"short": "Germany",
"long": "Federal Republic of Germany",
"iso_alpha2": "DE"
}
}
]
}
}
}
}
}
}