Get repository star history
Returns repository stars grouped by calendar weeks, most recent first. Pages move backward toward the repository's creation week, and weeks within a page are ordered newest to oldest, so concatenating pages produces one continuous series. Weeks without stars contain zero counts. Week and day boundaries are not guaranteed to align with UTC. The days array contains the number of stars created on each day of the week, starting on Sunday.
Path parameters
The account owner of the repository. The name is not case sensitive.
The name of the repository without the .git extension. The name is not case sensitive.
Query parameters
The number of results per page (max 30). For more information, see "Using pagination in the REST API."
The page number of the results to fetch (max 100). For more information, see "Using pagination in the REST API."
Response
Repository star history
Example response
[
{
"days": [
0,
12,
7,
0,
0,
0,
0
],
"total": 19,
"week": 1754784000
}
]Changes
Changed in 1 of the 73 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○