---
title: "GET /series/{id}/translations/{language}"
method: GET
path: "/series/{id}/translations/{language}"
tags: ["Series"]
---

# GET /series/{id}/translations/{language}

`GET /series/{id}/translations/{language}`

Returns series translation record

## Path parameters

- `id` number, required
- `language` string, required

## Response `200`

response

- object
  - `data` Translation — translation record
    - `aliases` string[]
    - `isAlias` boolean
    - `isPrimary` boolean
    - `language` string
    - `name` string
    - `overview` string
    - `tagline` string — Only populated for movie translations. We disallow taglines without a title.
  - `status` string

## Other responses

- `400` — Invalid series id, invalid language.
- `401` — Unauthorized
- `404` — Series not found

---

[API](https://skmtc.net/thetvdb/apis/tvdb-api-v4.md) · [All operations](https://skmtc.net/thetvdb/apis/tvdb-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/thetvdb/tvdb-api-v4/versions/5d7caa274c72/schema)
