installs_count (all)
Retrieve the number of times a particular repository has been installed given a particular criteria. This is specific to a single repository.
Default date range is 7 days ago.
Everyone for public repositories, Owners & Collaborators for private repositories.
Example request:
/api/v1/repos/julio/test_repo/stats/installs/count.json
Path parameters
The user this repo belongs to.
The name of this repository.
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
CountValue JSON object containing the value of the result.
Example response
{
"value": 12312
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.