---
title: "Get title cast and crew"
method: GET
path: "/title/{title_id}/cast-crew"
tags: ["Title"]
---

# Get title cast and crew

`GET /title/{title_id}/cast-crew`

Get all cast (actors) and crew (directors, writers, etc.) associated with a title.

## Path parameters

- `title_id` string, required

## Query parameters

- `language` string

## Response `200`

Cast and crew list

- CastCrew[]
  - `person_id` integer — Watchmode person ID
  - `type` 'Cast' | 'Crew'
  - `full_name` string
  - `role` string — Character name (cast) or job title (crew)
  - `episode_count` integer — Number of episodes (for TV)
  - `order` integer, nullable — Billing order

## Other responses

- `401` — Invalid or missing API key
- `404` — Resource not found

---

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