---
title: "Get add-on with given ID."
method: GET
path: "/addons/{addonId}"
tags: ["addons"]
---

# Get add-on with given ID.

`GET /addons/{addonId}`

## Path parameters

- `addonId` string, required

## 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` — 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)
