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, 30 Jun 2022 10:49:54 +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": "Wed, 29 Jun 2022 13:54:07 +0200", "num_referrals": 1095, "referrals": { "pagination": { "current_page": 1, "total_pages": 219, "entries_per_page": 5, "total_entries": 1095, "order": { "field": "date_creation", "direction": "desc" } }, "count": 5, "entries": [ { "page": "http://www.oneall.com/services/user-engagement-solutions/url-shortener/", "date_creation": "Wed, 29 Jun 2022 13:54:07 +0200", "ip_address": "82.112.184.232", "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" } }, { "page": "http://www.oneall.com/services/user-engagement-solutions/url-shortener/", "date_creation": "Tue, 28 Jun 2022 20:09:54 +0200", "ip_address": "207.241.234.19", "user_agent": "Mozilla/5.0 (compatible; NLUX_IAHarvester/3.3.0 +http://crawl.bnl.lu/)", "country": { "short": "United States", "long": "United States of America", "iso_alpha2": "US" } }, { "date_creation": "Mon, 27 Jun 2022 17:38:34 +0200", "ip_address": "92.119.18.76", "user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36", "country": { "short": "Greece", "long": "Hellenic Republic", "iso_alpha2": "EL" } }, { "date_creation": "Mon, 27 Jun 2022 14:43:58 +0200", "ip_address": "41.150.32.122", "user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36", "country": { "short": "South Africa", "long": "Republic of South Africa", "iso_alpha2": "ZA" } }, { "date_creation": "Mon, 27 Jun 2022 08:19:39 +0200", "ip_address": "94.23.203.52", "user_agent": "Mozilla/5.0 (compatible; MJ12bot/v1.4.8; http://mj12bot.com/)", "country": { "short": "France", "long": "French Republic", "iso_alpha2": "FR" } } ] } } } } } }