vk-audio-api-docs

audio.getBroadcastList

Returns a list of the user’s friends and communities that are broadcasting music in their statuses.

This method can be called with a user token.

Parameters

filter Types of objects to return:
  • friends — only friends
  • groups — only communities
  • all — both friends and communities (default)
string, default all
active
  • 1 — to return only friends and communities that are broadcasting at the moment.
  • 0 — to return all friends and communities (default).
flag, either 1 or 0

Result

Returns a list of user and community objects, each with the following additional field:

Errors

Global errors can occur while running. See their descriptions on this page.