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, 02 Dec 2024 20:57:01 +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": "Sun, 01 Dec 2024 22:21:50 +0100", "num_referrals": 1740, "referrals": { "pagination": { "current_page": 1, "total_pages": 348, "entries_per_page": 5, "total_entries": 1740, "order": { "field": "date_creation", "direction": "desc" } }, "count": 5, "entries": [ { "date_creation": "Sun, 01 Dec 2024 22:21:50 +0100", "ip_address": "4.227.36.55", "user_agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.2; +https://openai.com/gptbot)", "country": { "short": "United States", "long": "United States of America", "iso_alpha2": "US" } }, { "date_creation": "Sat, 30 Nov 2024 22:16:50 +0100", "ip_address": "66.249.79.136", "user_agent": "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.6778.69 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)", "country": { "short": "United States", "long": "United States of America", "iso_alpha2": "US" } }, { "date_creation": "Thu, 28 Nov 2024 22:52:34 +0100", "ip_address": "77.75.76.168", "user_agent": "Mozilla/5.0 (compatible; SeznamBot/4.0; +http://napoveda.seznam.cz/seznambot-intro/)", "country": { "short": "Czech Republic", "long": "Czech Republic", "iso_alpha2": "CZ" } }, { "date_creation": "Thu, 28 Nov 2024 09:29:48 +0100", "ip_address": "85.208.96.204", "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": "Wed, 27 Nov 2024 16:13:55 +0100", "ip_address": "103.9.147.46", "user_agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:133.0) Gecko/20100101 Firefox/133.0", "country": { "short": "Indonesia", "long": "Republic of Indonesia", "iso_alpha2": "ID" } } ] } } } } } }