---
title: "Get stats"
method: GET
path: "/stats"
---

# Get stats

`GET /stats`

Returns stats about the registry

## Response `200`

OK

- Stats
  - `newest` StatsPackage[], required — The newest packages.
    - `scope` string, required — The scope of the package.
    - `name` string, required — The name of the package.
  - `updated` StatsPackageVersion[], required — The recently uploaded package versions.
    - `scope` string, required — The scope of the package.
    - `package` string, required — The name of the package.
    - `version` string, required — The version string.
  - `featured` StatsPackage[], required — The featured packages
    - `scope` string, required — The scope of the package.
    - `name` string, required — The name of the package.

## Changes

- **2026-03-06** `3d37ac9b68f7` — 22 breaking, 13 warning, 6 info
  - removed the required property `featured/items/createdAt` from the response with the `200` status
  - removed the required property `featured/items/dependencyCount` from the response with the `200` status
  - removed the required property `featured/items/dependentCount` from the response with the `200` status
  - removed the required property `featured/items/description` from the response with the `200` status
  - …37 more
- **2026-02-06** `0c4e8d8a5c2a` — 2 breaking, 36 info
  - the response property `featured/items/score` became nullable for the status `200`
  - the response property `newest/items/score` became nullable for the status `200`
  - added the optional property `featured/items/latestVersion` to the response with the `200` status
  - added the optional property `featured/items/whenFeatured` to the response with the `200` status
  - …34 more
- **2025-03-11** `34299b1d5e46` — 1 breaking
  - the response property `updated/items/rekorLogId` became nullable for the status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/stats/get.md)

---

[API](https://skmtc.dev/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.dev/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/revisions/abb153728b13/schema)
