Update: new API endpoint available for privacy-safe star history data #206104
moraesc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We just released a new endpoint that restores access to stargazer data for the projects and tools that depend on it. This is a direct response to feedback from this community after our earlier changes to the watchers/stargazers endpoints caused real disruption. Thank you for being patient, and more importantly, for sharing your feedback.
What happened
Earlier this year, we restricted access to the stargazer and watcher endpoints to address abuse we were seeing at scale. It was the right call for platform integrity, but we know it wasn't a clean one, as it broke workflows for maintainers and tools that relied on this data. We heard from those users directly and have since worked with them to shape what we're shipping this week.
What's changing
We're introducing a new
GET /repos/{owner}/{repo}/stargazers/historyendpoint focused on the thing most of you actually need: counts and trends over time, not raw identity data. In practice, that means:The endpoint returns data organized by week with the total stars added and a day-by-day breakdown, giving star-history tools and dashboards exactly the granularity they need while keeping the abuse-prevention protections we put in place. We're not just flipping the old switch back on; we're building something better suited to what the community is actually trying to do.
What we need from you
Learn more in the GitHub REST API documentation.
Thank you for continuing to share your feedback. Please keep it coming!
All reactions