Options

smugmug API call to get images of one size

polaspolas Registered Users Posts: 1 Beginner grinner
Hi,
I'm struggling to figure out how to get all images of a certain size from an album,
With https://api.smugmug.com/api/v2/album/KEY!images I can get all images and their thumbnails but I need larger images than that. I can iterate over them and get "sizes" for each with https://api.smugmug.com/api/v2/image/IMAGEKEY!sizes and url to "x2" size from there but this seems very suboptimal.
is it possible to combine both queries and get urls to all sizes for all images in an album?

any tips welcome.
Tagged:
Sign In or Register to comment.