zooomr.photosets.getPhotos
Get the list of photos in a set.
Authentication
This method does not require authentication.
Arguments
api_key (Required)
Your API application key.
photoset_id (Required)
The id of the photoset to return the photos for.
extras (Optional) NOT YET IMPLEMENTED
A comma-delimited list of extra information to fetch for each returned record. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update.
privacy_filter (Optional) NOT YET IMPLEMENTED
Return photos only matching a certain privacy level. This only applies when making an authenticated call to view a photoset you own. Valid values are:
- 1 public photos
- 2 private photos visible to friends
- 3 private photos visible to family
- 4 private photos visible to friends & family
- 5 completely private photos
per_page (Optional)
Number of photos to return per page. If this argument is omitted, it defaults to 500. The maximum allowed value is 500.
page (Optional)
The page of results to return. If this argument is omitted, it defaults to 1.
media (Optional) PROBABLY DOESN'T WORK
Filter results by media type. Possible values are all (default), photos or videos
Example Response
{"stat": "ok", "photoset": {"perpage": 100, "id": 31917, "photo": [{"owner": "13205@Z01", "secret": "1abb30ffb2", "title": "cup", "farm": 1, "isprimary": 1, "id": 4809022, "server": 0}], "pages": 1, "total": 0, "primary": 4809022, "page": 1}}
