Genres

Get genre by ID

This returns a single genre based on UID

get/genres/{genre_id}

Path parameters

genre_idstring required

Unique identifier of the genre.

Response

Genre object

idstring required
namestring nullable required
albumsinteger required
artistsinteger required
songsinteger required
videosinteger required
playlistsinteger required
live_streamsinteger required
is_hiddenboolean required

Changes

Changed in 6 of the 46 revisions of this API.118

    • api operation id genre was added

      api-operation-id-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 500

      response-non-success-status-added

    • added the required property albums to the response with the 200 status

      response-required-property-added

    • added the required property artists to the response with the 200 status

      response-required-property-added

    • added the required property id to the response with the 200 status

      response-required-property-added

    • added the required property is_hidden to the response with the 200 status

      response-required-property-added

    • added the required property live_streams to the response with the 200 status

      response-required-property-added

    • added the required property merge to the response with the 200 status

      response-required-property-added

    • added the required property name to the response with the 200 status

      response-required-property-added

    • added the required property playlists to the response with the 200 status

      response-required-property-added

    • added the required property songs to the response with the 200 status

      response-required-property-added

    • added the required property videos to the response with the 200 status

      response-required-property-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the non-success response with the status 400

      response-non-success-status-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation