Base Path: /stats/v1
Release statistics visualization for FOSSBilling versions. Reuses the release data already fetched by the versions service rather than calling GitHub itself.
Returns a client-side rendered HTML page with Chart.js visualizations.
Returns the aggregated statistics behind those charts as JSON.
- Release Size Graph (line)
- PHP Version Requirements (line)
- Patches Per Release (bar)
- Releases Per Year (bar)
Stats are cached with a 24-hour TTL and follow the same caching patterns as the versions service, including its graceful handling of GitHub API errors — a failed refresh serves the previous data rather than erroring.