---
title: "Get the downloadable EEPROM lists of every known cape vendor"
method: GET
path: "/api/cape/eeprom/vendors"
tags: ["cape"]
---

# Get the downloadable EEPROM lists of every known cape vendor

`GET /api/cape/eeprom/vendors`

Fetches the vendor index from fpp-data and then each vendor's own list, all server-side, so the browser makes one same-origin request.  Doing this from the browser needed every vendor host in the CSP connect-src AND sending CORS headers, and most vendor hosts do neither (issue seen with a vendor list hosted on the bare domain while the CSP carried the www. form).  The eeprom file itself was already downloaded server-side by upgradeCapeFirmware.

## Response `200`

Vendor lists, each in the vendor's own file format

- string

## Changes

- **2026-09-07** `d7074f8b31e0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/falconchristmas/apis/fpp-api/changes/api/cape/eeprom/vendors/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.dev/falconchristmas/apis/fpp-api/revisions/d46851e0a916?raw)
