---
title: "Get package score"
method: GET
path: "/scopes/{scope}/packages/{package}/score"
---

# Get package score

`GET /scopes/{scope}/packages/{package}/score`

Returns the package score details

## Path parameters

- `scope` string, required — The name of a scope. This must not be @ prefixed.
- `package` string, required — The name of a package.

## Response `200`

OK

- PackageScore
  - `hasReadme` boolean, required
  - `hasReadmeExamples` boolean, required
  - `allEntrypointsDocs` boolean, required
  - `percentageDocumentedSymbols` number, required
  - `allFastCheck` boolean, required
  - `hasProvenance` boolean, required
  - `hasDescription` boolean, required
  - `atLeastOneRuntimeCompatible` boolean, required
  - `multipleRuntimesCompatible` boolean, required
  - `total` integer, required

## Other responses

- `400` — Invalid request
- `404` — Package not found

## Changes

- **2026-02-06** `0c4e8d8a5c2a` — 2 warning, 1 info
  - changed the pattern of the `path` request parameter `package` from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$`
  - changed the pattern of the `path` request parameter `scope` from `/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/` to `^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$`
  - the response property `total` became required for the status `200`
- **2024-07-03** `bdf10fdaec39` — 1 info
  - endpoint added
- **2024-02-28** `f8d3b912d946` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/jsr-io/apis/jsr-api/changes/scopes/:scope/packages/:package/score/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)
