Analytical Path (tm), Beta

 
Info
Resources
Analytical Path API
API OVERVIEW
The Analytical Path API is designed to allow high speed automated access to the statistical data in our databases. To gain access to the API, you must be a registered user on analyticalpath.com. The API currently provides many data resources, all of which can be used to obtain different types of data regarding a specific app.

To learn more about these resources or the API, please use the menu on the left for usage info and examples.

API ACCESS URL

https://analyticalpath.com/api-1/

REQUEST FORMAT

Requests can be made as an ordinary "GET" request. The options/arguments can be sent programmatically, or inserted directly into the url.

Example request: https://analyticalpath.com/api-1/?res=storefront&appId=343200656

RESPONSE FORMAT

The response from the API will be in the standardized JSON format. Most popular programming languages will have built in functions to easily convert this data into an array format.

API UPDATES

Please check the 'News' section of the Analytical Path site for the latest updates on the API.