---
title: "Product Tag"
method: GET
path: "/product/{product}/{k}"
tags: ["Product Tags"]
---

# Product Tag

`GET /product/{product}/{k}`

Get a specific tag or tag hierarchy on a product

- /product/xxx/key returns only the requested key
- /product/xxx/key* returns the key and subkeys (key:subkey)

## Path parameters

- `product` string, required
- `k` string, required

## Query parameters

- `owner` string

## Response `200`

Successful Response

- ProductTag
  - `product` string, required
  - `k` string, required
  - `v` string, required
  - `owner` string
  - `version` integer
  - `editor` string, nullable
  - `last_edit` string, date-time, nullable
  - `comment` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-folksonomy-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-folksonomy-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-folksonomy-rest-api/revisions/ecf11a0df87a/schema)
