v1
latestOpenAPI 3.0.02026-07-147249104.6 KBstats: Find marketplace statistics
Return a timeseries for a particular field
Return a timeseries nested array containing date and value. Example: [[1406520000000,2],[1406606400000,34],[1406692800000,245],...]
get/stats/series/{period}/{fields}
Path parameters
period'day' | 'month' required
The period for the series (day or month)
fieldsstring required
The field to be graphed. This also be a comma separated list of fields and the result will be a single timeseries containing the sum of all fields.
Query parameters
startinteger
The start date for this series (in millis)
endinteger
The end date for this series (in millis)
querystring
A query document. Example: {'developerId': '112'} matches all the apps that have the developer with id 112
Response
OK