I want an Android app on a spare phone showing my Claude usage as an always-on display, refreshing roughly every minute: session usage %, weekly usage %, and time until each resets. The app side is straightforward — my question is the best way to GET those values. Ideas I’m weighing:
- Scrape claude.ai/settings/usage (is there a JSON endpoint behind that page rather than parsing HTML?)
- Read Claude Code’s local usage data / token tracking from files or logs
- Scrape the output of the /usage command
- Something cleaner I’m missing? Which of these actually exposes session + weekly % and reset times reliably? And are there existing tools/projects that already pull this so I can reuse the data source? Pointers welcome! Cheers! submitted by /u/MariahJames8
Originally posted by u/MariahJames8 on r/ClaudeCode
You must log in or # to comment.
