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

# Get artist's extra information

`GET /api/artist/{artistId}/info`

Get extra information (image, biography etc.) about an artist. 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

- ArtistExtraInformation — Extra information about an artist, currently provided by Last.fm
  - `url` string, uri, required — URL to the artist's page on Last.fm
  - `image` string, uri, required — URL to the artist's image on Last.fm
  - `bio` object, required
    - `summary` string, required
    - `full` string, 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)
