---
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

## Changes

- **2023-04-03** `bed301c04f13` — 1 info
  - added the optional property `data/includesText` to the response with the `200` status
- **2022-08-09** `60aa535c22a4` — 2 info
  - added the optional property `data/height` to the response with the `200` status
  - added the optional property `data/width` to the response with the `200` status
- **2022-08-09** `5e67abc676fe` — 2 warning
  - removed the optional property `data/height` from the response with the `200` status
  - removed the optional property `data/width` from the response with the `200` status
- **2022-08-09** `249d375367f4` — 2 info
  - added the optional property `data/height` to the response with the `200` status
  - added the optional property `data/width` to the response with the `200` status
- **2022-05-12** `e01e84a26def` — 3 warning
  - removed the optional property `data/height` from the response with the `200` status
  - removed the optional property `data/includesText` from the response with the `200` status
  - removed the optional property `data/width` from the response with the `200` status

[Change history](https://skmtc.dev/thetvdb/apis/tvdb-api-v4/changes/artwork/:id/get.md)

---

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