---
title: "Product List"
method: GET
path: "/products"
tags: ["Products"]
---

# Product List

`GET /products`

Get the list of products matching k or k=v

## Query parameters

- `owner` string
- `k` string
- `v` string

## Response `200`

Successful Response

- ProductList[]
  - `product` string, required
  - `k` string, required
  - `v` string, required

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