vk_photos_get_all
Retrieve photos from a VK user or community in reverse chronological order. Supports detailed info, sizes, and filtering by albums.
Instructions
Returns a list of photos belonging to a user or community, in reverse chronological order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | No | ID of a user or community that owns the photos. Use a negative value to designate a community ID. | |
| extended | No | '1' - to return detailed information about photos | |
| offset | No | Offset needed to return a specific subset of photos. By default, '0'. | |
| count | No | Number of photos to return. | |
| photo_sizes | No | '1' - to return image sizes in [vk.com/dev/photo_sizes|special format]. | |
| no_service_albums | No | '1' - to return photos only from standard albums, '0' - to return all photos including those in service albums, e.g., 'My wall photos' (default) | |
| need_hidden | No | '1' - to show information about photos being hidden from the block above the wall. | |
| skip_hidden | No | '1' - not to return photos being hidden from the block above the wall. Works only with owner_id>0, no_service_albums is ignored. |