installs_series (all)
Retrieve a time series of all the repository installs that match a particular criteria for a give time period. This is specific to a single repository.
Default date range is 7 days ago. See response headers for pagination information.
Everyone for public repositories, Owners & Collaborators for private repositories.
Example request:
/api/v1/repos/julio/test_repo/stats/installs/series/weekly.json
Path parameters
The user this repo belongs to.
The name of this repository.
The version name of the distribution to filter repository installs by (i.e. precise)
Query parameters
The name of the distribution to filter repository installs by (i.e. ubuntu)
ISO8601 ending date, like 20160231Z.
The master_token name or id to filter repository installs by.
ISO8601 starting date, like 20160231Z.
The user_agent to filter repository installs by.
The version name of the distribution to filter repository installs by (i.e. precise)
Response
RepositoryInstalls JSON object containing the details of repository installs.