---
title: "Get Official Plugin Catalog"
method: GET
path: "/api/v1/plugins"
tags: ["Public Plugins"]
---

# Get Official Plugin Catalog

`GET /api/v1/plugins`

In-memory snapshot of QuantumNous/new-api-plugins. Does not refresh GitHub on request.

## Response `200`

Official plugin catalog

- object — Official plugin catalog
  - `success` boolean, required
  - `data` object, required
    - `source` object, required
      - `owner` string, required
      - `repo` string, required
      - `url` string, required
      - `indexUrl` string, required
    - `fetchedAt` string, required
    - `plugins` object[], required
      - `key` string, required
      - `name` string, required
      - `kind` string, required
      - `latest` string, required
      - `icon` unknown, required
      - `description` unknown, required
      - `models` string[], required
      - `channelTypes` integer[], required
      - `sourceUrl` string, required
      - `installUrl` string, required

---

[API](https://skmtc.dev/newapi/apis/qn-platform-api.md) · [All operations](https://skmtc.dev/newapi/apis/qn-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/newapi/qn-platform-api/revisions/d61f11e363ff/schema)
