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": "Wed, 20 May 2026 09:23:38 +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": "Tue, 19 May 2026 22:59:04 +0200",
"num_referrals": 2511,
"referrals": {
"pagination": {
"current_page": 1,
"total_pages": 503,
"entries_per_page": 5,
"total_entries": 2511,
"order": {
"field": "date_creation",
"direction": "desc"
}
},
"count": 5,
"entries": [
{
"date_creation": "Tue, 19 May 2026 22:59:04 +0200",
"ip_address": "86.45.32.102",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36",
"country": {
"short": "Ireland",
"long": "Ireland",
"iso_alpha2": "IE"
}
},
{
"page": "http://oal.lu/",
"date_creation": "Tue, 19 May 2026 00:58:41 +0200",
"ip_address": "51.83.6.42",
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36",
"country": {
"short": "United Kingdom",
"long": "United Kingdom of Great Britain and Nothern Ireland",
"iso_alpha2": "UK"
}
},
{
"date_creation": "Mon, 18 May 2026 16:29:34 +0200",
"ip_address": "85.208.96.206",
"user_agent": "Mozilla/5.0 (compatible; SemrushBot/7~bl; +http://www.semrush.com/bot.html)",
"country": {
"short": "Saudi Arabia",
"long": "Kingdom of Saudi Arabia",
"iso_alpha2": "SA"
}
},
{
"date_creation": "Mon, 18 May 2026 13:31:44 +0200",
"ip_address": "216.73.217.128",
"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": "Sun, 17 May 2026 15:47:34 +0200",
"ip_address": "77.75.77.17",
"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"
}
}
]
}
}
}
}
}
}