Developers » API methods » Status » status.get
Statusstatus.get
Returns data required to show the status of a user or community.
This method can be called with a user token. Access rights required: status.
Parameters
user_idUser ID or community ID. Use a negative value to designate a community ID.COMMENT: (1 of 3) MIKHAIL: Jeff added the second sentence about negative value, since it appears in this field description on similar pages. Is this OK?
int (number), current user id is used by default
group_id
positive number
Result
Returns an object with a text field containing the text of the status of the user or community.

If the user added broadcasting of the playing music in the status, and an audio file is currently playing, this method also returns a list of audio objects.
COMMENT: (2 of 3) MIKHAIL: In the previous version there were detailed lists and descriptions of these objects. Jeff removed them and instead referred the reader to the "audio" object data type page. Is this OK? -->
<!--COMMENT: (3 of 3) MIKHAIL: "...broadcasting of the playing music in the status" is really awkward, but we are uncertain how to edit.
Errors
Global errors can occur while running. See their descriptions on this page.