---
title: "Get album's thumbnail"
method: GET
path: "/api/album/{album}/thumbnail"
tags: ["media information"]
---

# Get album's thumbnail

`GET /api/album/{album}/thumbnail`

Get an album's thumbnail (a 48px-wide blurry version of the album's cover). Returns the full URL to the thumbnail or NULL if the album has no cover.

## Response `200`

OK

- object
  - `thumbnailUrl` string, uri, required

---

[API](https://skmtc.net/koel/apis/koel-api.md) · [All operations](https://skmtc.net/koel/apis/koel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/koel/koel-api/revisions/b8837d22df45/schema)
