---
title: "Get Public Data Source Systems"
method: GET
path: "/public/api/products/v2/data-source-systems"
tags: ["Public Data Source Systems"]
---

# Get Public Data Source Systems

`GET /public/api/products/v2/data-source-systems`

Retrieves the list of all available data source systems. Publicly accessible.

## Response `200`

OK

- DataSourceSystemDto[]
  - `id` string, uuid, required
  - `code` string — Stable technical code of the source
  - `name` TranslationDto
    - `de` string
    - `fr` string
    - `it` string
  - `dataProvider` DataProviderDto, required
    - `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
  - `legalBasis` TranslationDto, required
    - `de` string
    - `fr` string
    - `it` string

## 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-source-systems/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/5760204210ed/schema)
