---
title: "Get all add-ons."
method: GET
path: "/addons"
tags: ["addons"]
---

# Get all add-ons.

`GET /addons`

## Query parameters

- `serviceId` string

## Headers

- `Accept-Language` string

## Response `200`

OK

- Addon[]
  - `uid` string
  - `id` string
  - `label` string
  - `version` string
  - `maturity` string
  - `compatible` boolean
  - `contentType` string
  - `link` string
  - `author` string
  - `verifiedAuthor` boolean
  - `installed` boolean
  - `type` string
  - `description` string
  - `detailedDescription` string
  - `configDescriptionURI` string
  - `keywords` string
  - `countries` string[]
  - `license` string
  - `connection` string
  - `backgroundColor` string
  - `imageLink` string
  - `properties` object
  - `loggerPackages` string[]

## Other responses

- `404` — Service not found

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/revisions/0f2ce17cab3e/schema)
