---
title: "Serve plugin icon"
method: GET
path: "/api/plugin/{RepoName}/icon"
tags: ["plugin"]
---

# Serve plugin icon

`GET /api/plugin/{RepoName}/icon`

Serves the plugin icon. First checks for a local icon.png in the plugin directory. If not found, checks the plugin's pluginInfo.json for an iconURL field and proxies it (same-origin, avoids CSP restrictions on external image hosts).

## Response `200`

PNG image data

## Other responses

- `404` — No icon available

## Changes

- **2026-07-20** `d13ee0bf2707` — 1 breaking, 1 warning, 1 info
  - removed the media type `image/png` for the response with the status `200`
  - deleted the `path` request parameter `RepoName`
  - removed the non-success response with the status `304`
- **2026-07-19** `11cf13cbf672` — 1 info
  - added the non-success response with the status `304`
- **2026-07-17** `b05212372abf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/plugin/:RepoName/icon/get.md)

---

[API](https://skmtc.dev/falconchristmas/apis/fpp-api.md) · [All operations](https://skmtc.dev/falconchristmas/apis/fpp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/falconchristmas/fpp-api/revisions/5dc4f0eccb06/schema)
