Pick an organisation and a date to view its dashboard.
Loading available organisationsβ¦
The pipeline collects per-repository statistics from each configured
GitHub organisation once a day and writes them as static JSON to
repo_stats/<org>_stats_YYYY_MM_DD.json. The file
repo_stats/<org>_latest.json always points at the most
recent successful run for that org and is the recommended URL for
external automation.
Each org exposes a stable URL that is safe to curl from
scripts or scheduled jobs:
curl -fSL https://<host>/repo_stats/<org>_latest.json
The full index of available orgs and dates is published to repo_stats/manifest.json.