GitButler Logo
API Reference

Downloads

Operations about downloads

GET
/downloads

Get Downloads

Return all downloads

/downloads

Query Parameters

channelstring

Release Channel

Value in: "nightly" | "release"

versionstring

Just get a specific version number

limitinteger

Limit how many downloads to return

Default: 10Format: "int32"
curl -X GET "https://app.gitbutler.com/api/downloads?channel=nightly&version=string&limit=10"

Return all downloads

{
  "version": "string",
  "notes": "string",
  "sha": "string",
  "channel": "string",
  "build_version": "string",
  "released_at": "string",
  "builds": {
    "os": "string",
    "arch": "string",
    "url": "string",
    "file": "string",
    "platform": "string"
  }
}