---
title: "Get package version details"
method: GET
path: "/scopes/{scope}/packages/{package}/versions/{version}"
---

# Get package version details

`GET /scopes/{scope}/packages/{package}/versions/{version}`

Returns details of a package version

## Path parameters

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

## Response `200`

OK

- PackageVersion
  - `scope` string, required — The name of a scope. This must not be @ prefixed.
  - `package` string, required — The name of a package.
  - `version` string, required — A semantic version.
  - `yanked` boolean, required — Whether the version has been yanked.
  - `usesNpm` boolean, required — Whether the version uses npm dependencies.
  - `newerVersionsCount` integer, required — The number of newer versions.
  - `lifetimeDownloadCount` integer, required — The total number of downloads for this version.
  - `rekorLogId` string, nullable — Rekor log ID for the published package version.
  - `license` string, nullable — The license of the package version.
  - `readmePath` string, nullable — The path to the readme file in the package.
  - `createdAt` string, date-time, required — The date and time when the package version was created.
  - `updatedAt` string, date-time, required — The date and time when the package version was last updated.
  - `symbolCount` integer, nullable — The number of symbols documented by this version. Null for versions published before this count was recorded.

## Other responses

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

## Changes

- **2026-08-26** `abb153728b13` — 1 info
  - added the optional property `symbolCount` to the response with the `200` status

[Change history](https://skmtc.dev/deno/apis/jsr/changes/scopes/:scope/packages/:package/versions/:version/get.md)

---

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