GET /repos/{owner}/{repo}/traffic/clones
Summary: Get repository clones
Operation ID: repos/get-clones
Auth: bearer_token
Operation ID: repos/get-clones
Auth: bearer_token
Description
Get the total number of clones and breakdown per day or week for the last 14 days. Timestamps are aligned to UTC midnight of the beginning of the day or week. Week begins on Monday.
Parameters (3)
owner
(string, path, required)
The account owner of the repository. The name is not case sensitive.
per
(string, query, optional, default: day)
The time frame to display results for.
Constraints: {'enum': ['day', 'week']}
repo
(string, path, required)
The name of the repository without the `.git` extension. The name is not case sensitive.
No probe data for this endpoint yet.