---
title: "Check For Updates"
method: GET
path: "/v1/update/{platform}/{version}"
tags: ["update"]
---

# Check For Updates

`GET /v1/update/{platform}/{version}`

## Path parameters

- `platform` string, required
- `version` string, required

## Response `200`

Successful Response

- UpdateCheckResponse
  - `version` string, required — Version hash or identifier
  - `productVersion` string, required — Human-readable version (e.g., 1.2.5)
  - `url` string, required — Download URL if update available, empty string if up to date

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kodik/apis/kodik-api.md) · [All operations](https://skmtc.dev/kodik/apis/kodik-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kodik/kodik-api/revisions/55c71b347360/schema)
