Key details

  1. GitHub announced the privacy-safe star-history endpoint on September 4, 2026.
  2. The API exposes historical repository star counts and timestamps.
  3. The response does not expose the identities of individual stargazers.
  4. GitHub describes the endpoint as a replacement analytics path after restricting stargazer identity access earlier in 2026.
  5. The new surface supports repository-growth and trend analysis but not user-level audience analysis.

What builders should take away

  1. Move star-growth charts and release-impact analysis to the official aggregate endpoint instead of storing named stargazer histories.
  2. Do not assume the new endpoint is a drop-in replacement for features that depend on individual users; model aggregate analytics and community identity as separate capabilities.
  3. If you retain older stargazer identity data, review whether you still need it and whether your retention/use is consistent with GitHub's current API direction.
  4. Cache historical results where appropriate rather than repeatedly reconstructing the same repository timeline.

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.

What to watch next

  • Rate limits and pagination behavior for large or old repositories.
  • Whether GitHub extends the same privacy-safe aggregate pattern to forks, watchers or other repository-interest signals.
  • Migration guidance for applications that previously depended on the named stargazer listing.
  • Adoption by third-party repository analytics and open-source discovery tools.

Still unclear

  • Star counts remain a weak proxy for active adoption, revenue or production use.
  • The new endpoint solves aggregate history, not every use case that relied on stargazer identities.
  • GitHub may continue changing access to social/repository metadata as privacy policy evolves.

Sources

Direct reading behind this dossier.

2 sources

Discussion

Discussion is reader-contributed. Comments are not part of the BTN dossier or its editorial evidence.

0 visible comments

Join the discussion

Keep comments useful and relevant. Reader contributions may be moderated and are not BTN editorial evidence.

Sign in to comment