---
title: "List every searchable data source + its collections (the dataset registry)."
method: POST
path: "/v1/catalog/sources/list"
tags: ["resource-facade"]
---

# List every searchable data source + its collections (the dataset registry).

`POST /v1/catalog/sources/list`

## Headers

- `x-api-key` string, nullable

## Request body

- SourcesListInput
  - `data_type` string, nullable
  - `scope` string, nullable
  - `country` string, nullable

## Response `200`

Successful Response

- SourcesListOutput
  - `sources` SourceDTO[], required
    - `id` string, required
    - `title` string, required
    - `description` string, required
    - `access_model` string, required
    - `scope` string, required
    - `countries` string[], required
    - `attribution` string, required
    - `license` string, required
    - `collections` CollectionDTO[], required
      - `id` string, required
      - `title` string, required
      - `data_type` string, required
      - `render_strategy` string, required
      - `access_model` string, required
      - `gsd` number, nullable
      - `render_params` object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.dev/geopera/apis/geopera-data-platform.md) · [All operations](https://skmtc.dev/geopera/apis/geopera-data-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/geopera/geopera-data-platform/revisions/cb0130b2a40a/schema)
