---
title: "GET /update/{distribution}/{arch}/{version}"
method: GET
path: "/update/{distribution}/{arch}/{version}"
---

# GET /update/{distribution}/{arch}/{version}

`GET /update/{distribution}/{arch}/{version}`

Get release

## Path parameters

- `distribution` string, required
- `arch` string, required
- `version` string, required

## Response `200`

Release

- Update
  - `name` string, required
  - `version` string, required
  - `url` string, required
  - `distribution` string
  - `arch` string
  - `app` string

## Other responses

- `default` — Unexpected error

## Changes

- **2024-05-15** (v4) `d84a8c8587a0` — 1 info
  - the `url` response's property pattern was changed from `^(http|https):\/\/.+$` to `^(mailto:|(http|https):\/\/).+$` for the status `200`
- **2023-08-17** (v4) `d4a03a859e21` — 1 info
  - endpoint added
- **2023-05-10** (v4) `f90678b9fb05` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/changes/update/:distribution/:arch/:version/get.md)

---

[API](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.dev/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/revisions/8dd1fdcc9afd/schema)
