---
title: "Game staff information."
method: GET
path: "/games/{gameID}/staff"
tags: ["games"]
---

# Game staff information.

`GET /games/{gameID}/staff`

This endpoint will retrieve the staff of an Game item.

## Path parameters

- `gameID` string, required

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful GET Game Staff JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

---

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