Browsing, Indexes and Lists

Get stats (song/album/artist etc) by type and filter

Get some items based on some simple search types and filters. (Random by default) This method HAD partial backwards compatibility with older api versions but it has now been removed Pass -1 limit to get all results. (0 will fall back to the popular_threshold value)

get/podcast-episodes/stats

Query parameters

filter'newest' | 'highest' | 'frequent' | 'recent' | 'forgotten' | 'flagged' | 'random' required

newest, highest, frequent, recent, forgotten, flagged, random

user_idinteger
usernamestring
offsetinteger

Return results starting from this index position

limitinteger

Maximum number of results to return

condstring

Apply additional browse filters using ';' separated key,value pairs.

sortstring

Sort key or key,order pair. Example: name or name,ASC.

Response

Stats result

total_countinteger required
md5string required

Changes

Changed in 7 of the 46 revisions of this API.112

    • added the required property podcast_episode/items/last_played to the response with the 200 status

      response-required-property-added

    • api operation id statsPodcastEpisodes 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 md5 to the response with the 200 status

      response-required-property-added

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

      response-required-property-added

    • added the required property total_count 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