vk_photos_get
Retrieve photos from a VK user or community. Supports filtering by album, photo IDs, sorting, and returning extended fields like likes, comments, and tags.
Instructions
Returns a list of a user's or community's photos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ID of the user or community that owns the photos. Use a negative value to designate a community ID. | |
| album_id | No | Photo album ID. To return information about photos from service albums, use the following string values: 'profile, wall, saved'. | |
| photo_ids | No | Photo IDs. | |
| rev | No | Sort order: '1' - reverse chronological, '0' - chronological | |
| extended | No | '1' - to return additional 'likes', 'comments', and 'tags' fields, '0' - (default) | |
| feed_type | No | Type of feed obtained in 'feed' field of the method. | |
| feed | No | unixtime, that can be obtained with [vk.com/dev/newsfeed.get|newsfeed.get] method in date field to get all photos uploaded by the user on a specific day, or photos the user has been tagged on. Also, 'uid' parameter of the user the event happened with shall be specified. | |
| photo_sizes | No | '1' - to return photo sizes in a [vk.com/dev/photo_sizes|special format] | |
| offset | No | ||
| count | No |