{"metadata":{"image":[],"title":"","description":""},"api":{"url":"/stats/installs","auth":"required","method":"get","params":[{"name":"from","type":"datetime","default":"1 month ago","desc":"Beginning date for range","required":false,"in":"query","ref":"","_id":"55ed0df94fba582b0036a18c"},{"name":"to","type":"string","default":"Now","desc":"End date for range","required":false,"in":"query","ref":"","_id":"55ed0df94fba582b0036a18b"}],"results":{"codes":[{"status":200,"language":"json","code":"[\n {\n \"date\": \"2015-07-25T00:00:00.000Z\",\n \"count\": 23543\n },\n {\n \"date\": \"2015-07-26T00:00:00.000Z\",\n \"count\": 66435\n },\n {\n \"date\": \"2015-07-27T00:00:00.000Z\",\n \"count\": 23542\n },\n {\n \"date\": \"2015-07-28T00:00:00.000Z\",\n \"count\": 35457\n }\n]","name":""},{"status":401,"language":"json","code":"{\n \"error\":\"unauthorized\"\n}","name":""},{"status":403,"language":"json","code":"{\n \"error\":\"your api client does not have the correct roles\"\n}"}]},"settings":"","examples":{"codes":[{"language":"curl","code":"# Default parameters (Last Month)\ncurl -XGET -i -u :$API_KEY -H 'Accept: application/json' https://api.carnivalmobile.com/v6/stats/installs\n\n# With Parameters for To and From\ncurl -XGET -i -u :$API_KEY -H 'Accept: application/json' https://api.carnivalmobile.com/v6/stats/installs?from=2015-07-25&to=2015-07-28","name":""}]},"apiSetting":null},"next":{"description":"","pages":[]},"title":"Stats / Installs","type":"endpoint","slug":"installs","excerpt":"Installs are returned as a feed of DateTime objects with counts next to them. These timestamps represent the beginning of an hour period, and the count is the number of installs that happened in that hour.","body":"## Date Format\n\nThis API endpoint uses the [ISO 8601 DateTime format](https://en.wikipedia.org/wiki/ISO_8601). \n\nExamples:\n\n * `2015-07-25` (Just date)\n * `2015-07-25T00:00:00.000+00:00` (Date, Time, Offset)\n\nNote: When running the curl command with parameters, you should wrap the URL in double quotation mark.","updates":["5c19b70ab4b3cf000d1f8c3c"],"order":15,"isReference":true,"hidden":false,"sync_unique":"","link_url":"","link_external":false,"_id":"5e6156bf5e4a51006dcd813a","category":{"sync":{"isSync":false,"url":""},"pages":["5e6156bf5e4a51006dcd8138","55ed079b0d968e2100de8339","5e6156bf5e4a51006dcd8139","55ed0bb078319821005005cf","5e6156bf5e4a51006dcd813a","5e6156bf5e4a51006dcd813b","5e6156bf5e4a51006dcd813c","5e6156bf5e4a51006dcd813d","5e6156bf5e4a51006dcd813e","5e6156bf5e4a51006dcd813f","5e6156bf5e4a51006dcd8140","5e6156bf5e4a51006dcd8141","5e6156bf5e4a51006dcd8142","5e6156bf5e4a51006dcd8143","5e6156bf5e4a51006dcd8144","5e6156bf5e4a51006dcd8145","5b720760c44b7600034b79ce","5e6156bf5e4a51006dcd814d","5e6156bf5e4a51006dcd814e","5e6156bf5e4a51006dcd8156"],"title":"REST API","slug":"rest-api","order":5,"from_sync":false,"reference":true,"_id":"5e6156bf5e4a51006dcd8122","__v":20,"createdAt":"2015-09-02T04:30:21.948Z","project":"55e67aaa9cc7c62b00c4a1ea","version":"5e6156bf5e4a51006dcd818c"},"version":{"version":"1.5","version_clean":"1.5.0","codename":"ST Rebrand","is_stable":true,"is_beta":false,"is_hidden":false,"is_deprecated":false,"categories":["5e6156bf5e4a51006dcd8120","5e6156bf5e4a51006dcd8121","5e6156bf5e4a51006dcd8122","5e6156bf5e4a51006dcd8123","5e6156bf5e4a51006dcd8124","561c61b4ad272c0d00a892df","586c014c0abf1d0f000d04d4","58991d2ad207df0f0002186b","5e6156bf5e4a51006dcd8125","5e6156bf5e4a51006dcd8126","5af0fe494ca2730003cbc98a","5af0fe55ec80af0003804ca2","5e69868cbd5dcb006b35867b","5e6986ca2c6652006791b6e8"],"_id":"5e6156bf5e4a51006dcd818c","project":"55e67aaa9cc7c62b00c4a1ea","__v":2,"forked_from":"5b720760c44b7600034b7a08","createdAt":"2015-09-02T04:27:23.612Z","releaseDate":"2015-09-02T04:27:23.612Z"},"createdAt":"2015-09-07T04:09:29.110Z","githubsync":"","project":"55e67aaa9cc7c62b00c4a1ea","__v":7,"user":"55d2bd8e2463351700f67dd7","editedParams":true,"editedParams2":true,"parentDoc":null}
getStats / Installs
Installs are returned as a feed of DateTime objects with counts next to them. These timestamps represent the beginning of an hour period, and the count is the number of installs that happened in that hour.
Definition
{{ api_url }}{{ page_api_url }}
Parameters
Query Params
from:
datetime1 month ago
Beginning date for range
to:
stringNow
End date for range