---
title: "GET /artwork/{id}"
method: GET
path: "/artwork/{id}"
tags: ["Artwork"]
---

# GET /artwork/{id}

`GET /artwork/{id}`

Returns a single artwork base record.

## Path parameters

- `id` number, required

## Response `200`

response

- object
  - `data` ArtworkBaseRecord — base artwork record
    - `height` integer
    - `id` integer
    - `image` string
    - `includesText` boolean
    - `language` string
    - `score` number
    - `thumbnail` string
    - `type` integer — The artwork type corresponds to the ids from the /artwork/types endpoint.
    - `width` integer
  - `status` string

## Other responses

- `400` — Invalid artwork id
- `401` — Unauthorized
- `404` — Artwork 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/revisions/5d7caa274c72/schema)
