Page view Volume query API website ranking, traffic, volume of visits, page views query, get the specified site history data.
Interface Name: Page view Volume query API
Interface platform: Open Source interface
Interface Address:http://api2.juheapi.com/alexa/historical
Supported formats:JSON
Request method:Get/post
Sample request:http://api2.juheapi.com/alexa/historical?site=juhe.cn&key=yourKey&start=2015-10-12&range= 1
Invoking samples and Debugging tools: API test Tools
Request Parameter Description:
Name |
Type |
Must fill in |
Description |
Site |
String |
Is |
Specify the site you are querying (will resolve to a secondary domain name for querying) |
Start |
String |
Whether |
Query history data Start date, format is yyyy-mm-dd, if not specified, the default is query when the day before |
Range |
Int |
Whether |
Query historical data TimeSpan, formatted as integers, if not specified, default to days |
Key |
String |
Is |
APPKEY you are applying for |
Return parameter Description:
Name |
Type |
Description |
Error_code |
Int |
Return code |
Reason |
String |
return reason |
Result |
String |
Return entity Content |
Id |
String |
Data ID, calculated in md5_16 (site+date) |
Site |
String |
Data belongs to site |
Date |
String |
Date the data belongs to (YYYY-MM-DD) |
Pageviews |
String |
Page Access Volume |
Pagemillion |
Double |
Number of pages visited on each million-person visit page |
Peruser |
Double |
Number of pages viewed per user |
Rank |
Int |
Page Rank |
Permillion |
Int |
Number of visitors per million users |
|
|
|
Page view query API call JSON return Example:
{ "Error_code": 0, "reason": "OK", "result": { "data": [ { "date": "2015-10-12", "id" : "5e1dedc1b5fec5ab", "pageviews": { "permillion": 1.2, "Peruser": 5 }, "rank": 86527, "reach": { "permillion": $ }, "site": "juhe.cn" } ]} }
Free page Views Query API documentation