---
title: "Get predictions"
method: GET
path: "/predictions"
tags: ["Prediction Management"]
---

# Get predictions

`GET /predictions`

Fetch predictions based on various filters.

## Query parameters

- `count` integer
- `page` integer
- `server_type` 'off' | 'obf' | 'opff' | 'opf' | 'off_pro'
- `barcode` string
- `types` string

## Response `200`

The queried predictions

- object
  - `status` 'no_predictions' | 'found'
  - `predictions` object[]
  - `count` integer — The total number of results with the provided filters

---

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