v5

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-167122208.0 KB
stats

installs_detail (all)

Retrieve the details of all repository installations that match a particular criteria. This is specific to a single repository.

Default date range is 7 days ago. See response headers for pagination information.

Repository owners only

Example request:

/api/v1/repos/julio/test_repo/stats/installs/detail.json
get/api/v1/repos/{user_id}/{repo}/stats/installs/detail.json

Path parameters

user_idstring required

The user this repo belongs to.

repostring required

The name of this repository.

Query parameters

distrostring

The name of the distribution to filter repository installs by (i.e. ubuntu)

end_datestring

ISO8601 ending date, like 20160231Z.

master_tokenstring

The master_token name or id to filter repository installs by.

pageinteger

One-based page index.

per_pageinteger

Items per page (default 30). Values above the server's Max-Per-Page are clamped; inspect the Max-Per-Page response header for the effective cap.

start_datestring

ISO8601 starting date, like 20160231Z.

user_agentstring

The user_agent to filter repository installs by.

versionstring

The version name of the distribution to filter repository installs by (i.e. precise)

Response

RepositoryInstalls JSON object containing the details of repository installs.

installed_atstring

The date this repository was installed (UTC)

ip_addressstring

The ip address of this repository install

user_agentstring

The user agent of the client which installed this repository

master_tokenstring

The master token associated with this repository install

distro_versionstring

The distribution version this repository was installed for