Star history logo Star History

Star history logo GitHub/GitLab Star History


Edit line color
- You can edit the colors of the lines by clicking on any point of it. Line will randomly change color as it is clicked.
Rate Limit
- 30 requests per minute. Once reached subsequent requests will result in error 429 (too many requests) until your quota is cleared.
Endpoint - Star history API
HTTP Request:
GET /v1/stars?github=user/repo
GET /v1/stars?gitlab=user/repo
Legacy form (same result): GET /v1/stars?repo=01user/repo (01 = GitHub, 02 = GitLab)
Examples
/v1/stars?github=octocat/Hello-World
response : cumulative stars per day
GitHub history is weekly (official star-history endpoint), anchored to the live star total.
[
  { "x": "2011-01-26", "y": 0 },
  { "x": "2026-09-23", "y": 3822 }
]