---
title: "Endpoint used to fetch all previous contributors of a place."
method: GET
path: "/place-version-history-api/v1/{placeId}/contributors"
tags: ["Places"]
---

# Endpoint used to fetch all previous contributors of a place.

`GET /place-version-history-api/v1/{placeId}/contributors`

## Path parameters

- `placeId` integer, required

## Query parameters

- `cursor` string
- `pageSize` integer

## Response `200`

Success

- GetPlaceContributorsResponse
  - `nextCursor` string, nullable
  - `hasMore` boolean
  - `contributors` integer[], nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Server Error

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ece7c5a315e7/schema)
