---
title: "Get a plugin"
method: GET
path: "/api/v1/plugins/{npmName}"
tags: ["Plugins"]
---

# Get a plugin

`GET /api/v1/plugins/{npmName}`

## Path parameters

- `npmName` string, required

## Response `200`

successful operation

- Plugin
  - `createdAt` string, date-time
  - `description` string
  - `enabled` boolean
  - `homepage` string, url
  - `latestVersion` string
  - `name` string
  - `peertubeEngine` string
  - `settings` object
  - `type` 1 | 2 — - `1`: PLUGIN - `2`: THEME
  - `uninstalled` boolean
  - `updatedAt` string, date-time
  - `version` string

## Other responses

- `404` — plugin not found

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/revisions/efe11b159e43/schema)
