---
title: "Supported API release tiers"
method: GET
path: "/api/versions"
tags: ["Meta"]
---

# Supported API release tiers

`GET /api/versions`

Returns the server's supported release levels (stable / beta / alpha) and the sunset schedule for any deprecated tiers. Unauthenticated.

## Response `200`

Release tier listing

- object
  - `stable` string[], required
  - `beta` string[], required
  - `alpha` string[], required
  - `deprecated` object, required

---

[API](https://skmtc.net/amika/apis/amika-api.md) · [All operations](https://skmtc.net/amika/apis/amika-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/amika/amika-api/revisions/664536fccd0e/schema)
