Skip to main content

Get all albums

GET 

/api/albums

Get all albums

Request

Responses

OK

Schema

  • Array [

  • type string
    id integer
    name string

    artist

    object

    id integer
    name integer
    cover string
    is_compilation boolean
    is_single boolean
    year integer
  • ]

Loading...