---
title: "Return the registry version"
method: GET
path: "/api/version"
tags: ["registry-api"]
---

# Return the registry version

`GET /api/version`

## Response `200`

The registry version is returned in JSON format

- RegistryVersion — Version of the registry service
  - `success` string — Indicates success of the operation (omitted if a more specific result type is returned)
  - `warning` string — Indicates a warning; when this is present, other properties can still be used
  - `error` string — Indicates an error; when this is present, all other properties should be ignored
  - `version` string, required — Registry version

## Other responses

- `404` — The registry version could not be determined
- `429` — A client has sent too many requests in a given amount of time

---

[API](https://skmtc.net/livesession/apis/open-vsx-registry-api.md) · [All operations](https://skmtc.net/livesession/apis/open-vsx-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/livesession/open-vsx-registry-api/versions/badd706d3136/schema)
