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

# Get song's extra information

`GET /api/song/{songId}/info`

Get a song's extra information. The response of this request is a superset of both corresponding `album/{albumId}/info` and `artist/{artistId}/info` responses, combined with the song's lyrics and related YouTube videos, if applicable.

## Response `200`

OK

- object
  - `lyrics` string, required
  - `album_info` AlbumExtraInformation, required — 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
  - `artist_info` 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
  - `youtube` YouTubeSearchResult — A search result object returned by YouTube
    - `kind` string, required
    - `etag` string, required
    - `nextPageToken` string, required
    - `regionCode` string, required
    - `pageInfo` object, required
      - `totalResults` integer, required
      - `resultsPerPage` integer, required
    - `items` object[], required
      - `kind` string, required
      - `etag` string, required
      - `id` object[], required
        - `kind` string, required
        - `videoId` string, required
      - `snippet` object, required
        - `publishedAt` string, date-time, required
        - `channelId` string, required
        - `title` string, required
        - `description` string, required
        - `thumbnails` object[], required
          - `default` object, required
            - `url` string, uri, required
            - `width` integer, required
            - `height` integer, required
          - `medium` object, required
            - `url` string, uri, required
            - `width` integer, required
            - `height` integer, required
          - `high` object, required
            - `url` string, uri, required
            - `width` integer, required
            - `height` integer, required
        - `channelTitle` string, required
        - `liveBroadcastContent` 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)
