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

## Other responses

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

---

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