---
title: "Get unanswered question counts"
method: GET
path: "/questions/unanswered"
tags: ["Question Management"]
---

# Get unanswered question counts

`GET /questions/unanswered`

Get number of unanswered questions grouped by `value_tag`.
The list is ordered from highest count to lowest.

## Query parameters

- `count` number
- `server_type` 'off' | 'obf' | 'opff' | 'opf' | 'off_pro'
- `type` string
- `countries` string
- `page` integer
- `reserved_barcode` boolean
- `campaigns` string
- `predictor` string

## Response `200`

The number of questions grouped by `value_tag`

- object
  - `count` integer, required — The total number of questions that meet the provided criteria
  - `questions` union[], required
    - union
      - string — The `value_tag`
      - integer — The number of questions for this `value_tag`
  - `status` 'found' | 'no_questions', required — The request status

---

[API](https://skmtc.net/openfoodfacts/apis/api-reference.md) · [All operations](https://skmtc.net/openfoodfacts/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/api-reference/revisions/23d26c6d55e6/schema)
