To use Opentracker API, you should have a basic familiarity with software development, Web services, and the Opentracker.net user interface.
Any functionality described in this guide is available only if your organization has the API feature enabled. This feature can be enabled for Enterprise Editions, other organizations may apply to have the API enabled. If you cannot access the features you see in this guide, contact opentracker.net.
So before you can begin using the API, you will need to contact support@opentracker.net and request to activate the API so that you can login
Before you begin building an integration or other client application:
Install your development platform according to its product documentation.
Read through all the steps before beginning this quick start. You may also wish to review the rest of this document to familiarize yourself with terms and concepts.
There are currently 7 main sections:
Parameters are in written in red: parameters
Code result sample:
{ "resultsList": [ { "No.":"1", "raw url":"http:\/\/www.opentracker.net", "visits":"405", "graph":"|", "events":"441", "events_bar":"|"} , { "No.":"2", "raw url":"http:\/\/www.opentracker.net\/loginpage", "visits":"200", "graph":"|", "events":"232", "events_bar":"|"} , { "No.":"3", "raw url":"http:\/\/www.opentracker.net\/article\/hits-or-pageviews", "visits":"186", "graph":"|", "events":"196", "events_bar":"|"} ] }