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

# Get album's extra information

`GET /api/album/{albumId}/info`

Get extra information (image, description etc.) about an album. Currently this information is only available if Last.fm integration is enabled. If it's not the case, `null` will be returned.

## Response `200`

OK

- AlbumExtraInformation — Extra information about an album, currently provided by Last.fm
  - `url` string, uri, required — URL to the album's page on Last.fm
  - `image` string, uri, required — URL to the album's image on Last.fm
  - `wiki` object, required
    - `summary` string, required
    - `full` string, required
  - `tracks` object[], required
    - `title` string, required
    - `length` integer, required
    - `url` string, uri, required
  - `cover` string, required — URL to the album cover by Koel

---

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