GET
/
nodes
curl --request GET \
  --url https://api.comfy.org/nodes
{
  "limit": 123,
  "nodes": [
    {
      "author": "<string>",
      "category": "<string>",
      "description": "<string>",
      "downloads": 123,
      "icon": "<string>",
      "id": "<string>",
      "latest_version": {
        "changelog": "<string>",
        "comfy_node_extract_status": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "dependencies": [
          "<string>"
        ],
        "deprecated": true,
        "downloadUrl": "<string>",
        "id": "<string>",
        "node_id": "<string>",
        "status": "NodeVersionStatusActive",
        "status_reason": "<string>",
        "version": "<string>"
      },
      "license": "<string>",
      "name": "<string>",
      "publisher": {
        "createdAt": "2023-11-07T05:31:56Z",
        "description": "<string>",
        "id": "<string>",
        "logo": "<string>",
        "members": [
          {
            "id": "<string>",
            "role": "<string>",
            "user": {
              "email": "<string>",
              "id": "<string>",
              "name": "<string>"
            }
          }
        ],
        "name": "<string>",
        "source_code_repo": "<string>",
        "status": "PublisherStatusActive",
        "support": "<string>",
        "website": "<string>"
      },
      "rating": 123,
      "repository": "<string>",
      "status": "NodeStatusActive",
      "status_detail": "<string>",
      "tags": [
        "<string>"
      ],
      "translations": {}
    }
  ],
  "page": 123,
  "total": 123,
  "totalPages": 123
}

Query Parameters

page
integer
default:1

Page number of the nodes list

limit
integer
default:10

Number of nodes to return per page

include_banned
boolean

Number of nodes to return per page

timestamp
string

Retrieve nodes created or updated after this timestamp (ISO 8601 format)

latest
boolean

Whether to fetch fresh result from database or use cached one if false

sort
string[]

Database column to use as ascending ordering. Add ;desc as suffix on each column for descending sort

node_id
string[]

node_id to use as filter

form_factor
string

The platform requesting the nodes

Response

200
application/json
A paginated list of nodes
limit
integer

Maximum number of nodes per page

nodes
object[]
page
integer

Current page number

total
integer

Total number of nodes available

totalPages
integer

Total number of pages available