---
title: "GET /users/{id}/purchasers/count"
method: GET
path: "/users/{id}/purchasers/count"
tags: ["users"]
---

# GET /users/{id}/purchasers/count

`GET /users/{id}/purchasers/count`

Gets the list of users who have purchased content by the given user

## Path parameters

- `id` string, required

## Query parameters

- `offset` integer
- `limit` integer
- `user_id` string
- `content_type` string
- `content_id` string

## Response `200`

Success

- PurchasersCountResponse
  - `latest_chain_block` integer, required
  - `latest_indexed_block` integer, required
  - `latest_chain_slot_plays` integer, required
  - `latest_indexed_slot_plays` integer, required
  - `signature` string, required
  - `timestamp` string, required
  - `version` VersionMetadata, required
    - `service` string, required
    - `version` string, required
  - `data` integer

## Other responses

- `400` — Bad request
- `500` — Server error

---

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