---
title: "Fetch the metadata of the current Swiftly release."
method: GET
path: "/swiftly.json"
tags: ["Swiftly"]
---

# Fetch the metadata of the current Swiftly release.

`GET /swiftly.json`

## Response `200`

A successful response.

- SwiftlyRelease — Information about a release of the Swiftly installer.
  - `version` string, required — The current Swiftly version.
  - `platforms` SwiftlyReleasePlatformArtifacts[], required — A list of supported platforms with artifact URLs.
    - `platform` union, required
      - 'Linux' | 'Darwin' | 'Windows' — A Swiftly platform identifier known as of this snapshot of the API document. This is distinct from `SwiftlyPlatformIdentifier` to allow parsing unknown platform identifiers. Parsing unknown platform identifiers is important to avoid a new platform causing a major API break.
      - string — The raw platform identifier, a fallback for when an unknown platform is received.
    - `arm64` string, required — A download URL for a Swiftly artifact.
    - `x86_64` string, required — A download URL for a Swiftly artifact.

---

[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)
