---
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 `pluginInfo.json` for an `iconURL` field and proxies it server-side. Always returns same-origin to avoid CSP restrictions on external image hosts.

## Path parameters

- `RepoName` string, required

## Response `200`

PNG image data

## Other responses

- `404` — No icon available

## Changes

- **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/b05212372abf/schema)
