GitHub Star History REST API Simulator

Privacy-Safe Aggregate v3/v4 Schema
Select Growth Trajectory Archetype
🔥 Viral Breakout
acme/agentic-runtime (Explosive exponential spike)
🌱 Organic Compounding
hyper/web-canvas (Consistent developer adoption)
🏢 Enterprise Sustained
infra/zero-trust-proxy (Steady enterprise baseline)
🚀 Major Release Surges
core/distributed-db (Step-function version bursts)
acme/agentic-runtime ⭐ 28,450 stars
💡 Scrub cursor across curve for point-in-time aggregate telemetry. 2024-01-01 to 2026-09-01
Growth Velocity & Momentum
7-Day Velocity
52 ⭐/day
+18% vs prev
30-Day Growth
+1,560
High momentum
Inflection Peak
312 ⭐/day
Mar 2025
Aggregate Privacy
100%
0 PII Scraped
Milestone Progression & Forecast
API Schema Privacy Architecture Inspector
Compare legacy scraper schema with the new aggregate endpoint
Legacy Stargazer Listing
GET /repos/{owner}/{repo}/stargazers
⚠️ Deprecated PII Exposure
[ { "starred_at": "2024-03-14T08:21:00Z", "user": { "login": "octocat_dev", "id": 583291, "node_id": "MDQ6VXNlcjU4MzI5MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/583291", "type": "User", "site_admin": false } }, { "starred_at": "2024-03-14T08:45:12Z", "user": { "login": "jdoe_engineer", "id": 984123 } } ]
❌ Exposes user identities, individual timestamps, profile links, and graph scraping vectors.
New Privacy-Safe Star History
GET /repos/{owner}/{repo}/star_history
🛡️ Zero-PII Aggregation
{ "repository": "acme/agentic-runtime", "interval": "weekly", "data": [ { "timestamp": "2024-03-10T00:00:00Z", "stars_accumulated": 4250, "stars_delta": 340 }, { "timestamp": "2024-03-17T00:00:00Z", "stars_accumulated": 4890, "stars_delta": 640 } ] }
✅ Delivers clean time-bucketed counts and velocity without user identifiers, preserving developer privacy.
Live REST API Query Builder
Interactive request constructor & code generator
curl -L \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2026-03-10" \ "https://api.github.com/repos/acme/agentic-runtime/star_history?interval=weekly&since=2024-01-01T00:00:00Z&until=2026-09-01T00:00:00Z"
✓ Ready
Enjoy this tool? Build your own with Super