---
title: "Get collection"
method: GET
path: "/ecosystems/{ecosystem_id}/collections/{id}"
tags: ["Collection"]
---

# Get collection

`GET /ecosystems/{ecosystem_id}/collections/{id}`

Get collection

## Path parameters

- `ecosystem_id` string, required
- `id` string, required

## Response `200`

Collection

- GetCollectionResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` Collection, required
    - `id` string
    - `card_background_color` string
    - `card_background_image` File
      - `id` string
      - `content_type` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `card_columns` integer
    - `card_style` string
    - `count` integer
    - `description` string
    - `logo` File
      - `id` string
      - `content_type` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `name` string, required
    - `hidden_from_homepage` boolean
    - `show_max_items_homepage` integer
    - `sequence` integer
    - `slug` string, required
    - `translations` Translation[], nullable
      - `key` string, required
      - `locale` string, required
      - `value` string
    - `visible` boolean, required

## Changes

- **2026-07-13** `a8b2ef683438` — 2 info
  - the response property `data/translations/items/key` became required for the status `200`
  - the response property `data/translations/items/locale` became required for the status `200`
- **2022-04-08** `222082c66e25` — 1 info
  - added the optional property `data/count` to the response with the `200` status
- **2022-04-06** `4e8721dca810` — 2 warning, 7 info
  - removed the optional property `data/card_background_image/contentType` from the response with the `200` status
  - removed the optional property `data/logo/contentType` from the response with the `200` status
  - added the optional property `data/card_background_image/content_type` to the response with the `200` status
  - added the optional property `data/logo/content_type` to the response with the `200` status
  - …5 more
- **2022-03-29** `fe50a1221140` — 18 breaking, 3 warning, 2 info
  - the response property `data/card_background_color` became nullable for the status `200`
  - the response property `data/card_background_image` became nullable for the status `200`
  - the response property `data/card_background_image/type` became nullable for the status `200`
  - the response property `data/card_columns` became nullable for the status `200`
  - …19 more

[Change history](https://skmtc.dev/apideck-libraries/apis/ecosystem-api/changes/ecosystems/:ecosystem_id/collections/:id/get.md)

---

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