---
title: "Fetch all released toolchains"
method: GET
path: "/install/releases.json"
tags: ["Toolchains"]
---

# Fetch all released toolchains

`GET /install/releases.json`

## Response `200`

A successful response.

- Release[]
  - `name` string, required — Version number of the Swift release.
  - `date` string, required — Release date of the Swift version.
  - `platforms` Platform[], required — List of supported platforms for this release.
    - `name` string, required — Platform name.
    - `platform` union, required
      - 'Linux' | 'Windows' | 'static-sdk' — A platform type known as of this snapshot of the API document. This is distinct from `PlatformType` to allow parsing unknown platforms. Parsing unknown platforms is important to avoid a new platform causing a major API break.
      - string — The raw platform name, a fallback for when an unknown platform is received.
    - `archs` Architecture[], required — List of supported architectures.
      - union
        - 'aarch64' | 'arm64' | 'x86_64' | 'universal' — An architecture known as of this snapshot of the API document. This is distinct from `Architecture` to allow parsing unknown architectures. Parsing unknown architectures is important to avoid a new architecture causing a major API break.
        - string — The raw architecture name, a fallback for when an unknown architecture is received.
    - `checksum` string — SHA-256 Checksum of the static SDK, if this platform is the static SDK.
  - `tag` string, required — Release tag identifier.
  - `xcode` string, required — Xcode version associated with the release.
  - `xcode_release` boolean — Indicates if this Swift version has an associated Xcode release.

## Changes

- **2026-07-17** `80b96306595c` — 1 info
  - added the optional property `items/platforms/items/checksum` to the response with the `200` status
- **2025-04-10** `81d05e3af5e3` — 1 warning
  - removed the optional property `items/platforms/items/checksum` from the response with the `200` status

[Change history](https://skmtc.dev/swiftlang/apis/swift-org-api/changes/install/releases.json/get.md)

---

[API](https://skmtc.dev/swiftlang/apis/swift-org-api.md) · [All operations](https://skmtc.dev/swiftlang/apis/swift-org-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swiftlang/swift-org-api/revisions/80b96306595c/schema)
