GitHub restricted public access to stargazer lists
On July 23 2026 GitHub cut off the one API StarMapper is built on: the public stargazers list. I've spent the weeks since figuring out what to do about it. Here's where that landed, and four ways it can go next.
What broke
On June 30 2026 GitHub announced restrictions on public API endpoints and UI views. Since July 23 the restriction reached the stargazers list: the GraphQL connection, the REST endpoint and the github.com/owner/repo/stargazers page all return empty or 404, for everyone, on every repo.
StarMapper builds its map from that exact list, who starred a repo and where they live. Without it, a fresh scan finds no one to place. This is a GitHub-side decision, not a bug on our end, and there is currently no API that returns the same data.
What still works right now
These don't touch the stargazers list and never have.
Four ways forward
The four cards below are the ways StarMapper can move forward from here. Select any that apply, you can pick more than one, and submit when you're done.
A, C and D are already decided, voting there just tells me which to build first and gives me a number to point to. B is the real fork in the road: it is the only option that would add real login and start storing your GitHub token, something StarMapper has never done. "A plus C" is the answer most people land on, not an edge case.
Official sources
GitHub changelog (June 30 2026)Community discussion #202114Community discussion #201209Independent confirmation (daily-stars-explorer #363)