---
title: "Get Public Data Providers"
method: GET
path: "/public/api/products/v2/data-providers"
tags: ["Public Data Providers"]
---

# Get Public Data Providers

`GET /public/api/products/v2/data-providers`

Retrieves the list of all available data providers. Publicly accessible.

## Response `200`

OK

- DataProviderDto[]
  - `id` string, uuid, required
  - `code` string — Stable technical code of the provider
  - `name` TranslationDto
    - `de` string
    - `fr` string
    - `it` string
  - `uid` string — UID of the data provider

## Other responses

- `404` — The resource or element was not found
- `500` — Internal server error: unexpected error

## Changes

- **2026-08-11** `52c1637abca0` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agridata/apis/agridata-ch-api/changes/public/api/products/v2/data-providers/get.md)

---

[API](https://skmtc.dev/agridata/apis/agridata-ch-api.md) · [All operations](https://skmtc.dev/agridata/apis/agridata-ch-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agridata/agridata-ch-api/revisions/cb85ba8b5d77/schema)
