Tools
GitHub ships a privacy-safe star history endpoint, and it returns per-day buckets, not just weekly totals
The 2026-09-04 changelog announces a REST endpoint that returns historical star counts with timestamps but no stargazer identities, restoring growth tracking that broke when stargazer listing was restricted to admins and collaborators earlier in 2026. Called live against `repos/vercel/ai/stargazers/history`, it returns 30 weekly objects each carrying a `week` epoch, a `total`, and a seven-element `days` array, so daily star velocity is available directly from the API. The sibling path `repos/{owner}/{repo}/star-history` 404s; `stargazers/history` is the working path.
↳ Follow the thread