What changed
GitHub released a new repository star-history REST endpoint on September 4, 2026. The endpoint exposes historical star counts and timestamps while withholding the identities of individual users who starred the repository. GitHub positions it as a privacy-safe way to support star-history charts and repository-growth analytics after earlier 2026 changes restricted access to stargazer listings. The API therefore restores a useful aggregate signal without recreating the user-level dataset that GitHub chose to limit.
Why it matters
Stars are a noisy popularity metric, but their history is widely used by maintainers, open-source discovery tools and competitive/repository analytics products. Tools that previously inferred history from named stargazers can move to an official aggregate surface instead of scraping or storing user identities. The trade-off is intentional: the new endpoint can answer how a repository's star count changed over time, but it cannot answer which specific accounts joined that audience.
The new endpoint exposes the trend, not the people
GitHub's new REST surface returns historical star counts and timestamps for a repository. It does not expose individual stargazer identities, making it suitable for growth curves, release-impact analysis and other aggregate trend use cases without rebuilding a list of users.
This is a replacement path after privacy restrictions
GitHub restricted access to stargazer identity data earlier in 2026. The star-history endpoint restores a supported analytics use case without reversing that privacy decision. Existing products that depend on named users still need to redesign that part of their workflow.
Builders should separate analytics from community features
A growth chart can migrate cleanly to aggregate star history, but features such as identifying new fans, enriching stargazer profiles or contacting specific accounts are outside the new endpoint's scope. Treating the two use cases separately reduces the temptation to reconstruct personal data from other sources.