GET
/
releases
Get release notes
curl --request GET \
  --url https://api.comfy.org/releases
[
  {
    "attention": "low",
    "content": "<string>",
    "id": 123,
    "project": "comfyui",
    "published_at": "2023-11-07T05:31:56Z",
    "version": "<string>"
  }
]

Query Parameters

project
enum<string>
required

The project to get release notes for

Available options:
comfyui,
comfyui_frontend,
desktop
current_version
string

The current version to filter release notes

locale
enum<string>
default:en

The locale for the release notes

Available options:
en,
es,
fr,
ja,
ko,
ru,
zh
form_factor
string

The platform requesting the release notes

Response

200
application/json

Release notes retrieved successfully

The response is of type object[].