---
title: "Get distribution of the number of owned items by owner"
method: GET
path: "/v2.0/data/collections/{id}/owners"
tags: ["Collection Statistics"]
---

# Get distribution of the number of owned items by owner

`GET /v2.0/data/collections/{id}/owners`

Returns list of owners of items in the collection along with the number of owned items

## Path parameters

- `id` string, required — Collection id

## Query parameters

- `continuation` string
- `size` integer

## Response `200`

OK

- OlapOwnerStatistics
  - `owners` OlapOwnerStatistic[], required
    - `owner` string, required — Blockchain address in Union format `${blockchainGroup}:${token}`
    - `ownedItems` integer, required
  - `continuation` string — Continuation token to paginate result

## Other responses

- `400` — Bad Request
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
