---
title: "Get a list of individual creators that were part of the development team."
method: GET
path: "/games/{game_pk}/development-team"
tags: ["games"]
---

# Get a list of individual creators that were part of the development team.

`GET /games/{game_pk}/development-team`

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` GamePersonList[], required
    - `id` integer
    - `name` string, required
    - `slug` string, slug
    - `image` string, uri
    - `image_background` string, uri
    - `games_count` integer

---

[API](https://skmtc.dev/rawg/apis/rawg-video-games-database-api.md) · [All operations](https://skmtc.dev/rawg/apis/rawg-video-games-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rawg/rawg-video-games-database-api/revisions/a2efd7688148/schema)
