---
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.

---

[API](https://skmtc.net/jsr-io/apis/jsr-api.md) · [All operations](https://skmtc.net/jsr-io/apis/jsr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jsr-io/jsr-api/versions/3d37ac9b68f7/schema)
