Bars = downloads in the selected period (day / ISO-week / calendar-month / calendar-year); in Year view each bar is stacked by version share; line = cumulative lifetime total at period end. 柱 = 当期下载量(年份视图柱内按版本分段叠加);线 = 期末累计总量。
Per-version breakdown(按版本,最新快照)
Latest snapshot · NuGet only publishes lifetime-cumulative per-version totals.
📊 Data source & granularity 数据源与粒度
NuGet public APIs expose lifetime cumulative downloads (per package / per version, CORS-open) plus a rolling “last 6 weeks” window at www.nuget.org/stats/reports/packages/{id} — the data behind nuget.org’s “Package Downloads” page, pivotable by version / client name. It has no CORS header (server-side only), a fixed 6-week window, and is not a time series. The v3 stats time-series API is gone (all endpoints 404 — re-verified 2026-08-25; no Stats resource in the v3 service index).
NuGet also publishes each version’s release timestamp (second precision, registration API) — but that is release dates, not downloads-over-time.
Finest granularity = DAY, and it is derived: a GitHub Actions workflow snapshots the cumulative counters once per day (11:30 UTC); a day’s downloads = difference between consecutive snapshots.
Week / Month / Year views = calendar aggregations (ISO week / month / year) of those daily deltas. In Year view each bar is stacked by version share.
Sub-day (hourly) precision: not possible — no public NuGet source provides it.
NuGet’s counters update with a lag (hours), so the latest day may be under-counted until the next snapshot.
NuGet 公开 API 提供:累计总下载量(按包 / 按版本,支持浏览器跨域)+ www.nuget.org/stats/reports/packages/{id} 的滚动“近 6 周”窗口(可按版本 / 客户端拆分,即 nuget.org “Package Downloads” 页面的数据源;无 CORS、固定 6 周窗口、仅服务端可调用,且不是时间序列)。v3 统计时间序列接口已下线(2026-08-25 实测全部 404,v3 service index 无 Stats 资源)。
注册 API 还提供每个版本的发布时间戳(精确到秒)——但那是发布时间,不是下载量时间序列。
最细粒度 = 天,且属于推导值:GitHub Actions 每天 11:30 UTC 快照一次累计计数,某天的下载量 = 相邻两次快照的差值。