zooomr.photos.getContext

Returns next and previous photos for a photo in a photostream.

Authentication

This method does not require authentication.

Arguments

api_key (Required)

Your API application key.

photo_id (Required)

The id of the photo to fetch the context for.

Example Response

 {"count": 735, "prevphotos": {"photo": [{"url": "/photos/bluemonki/4734793/", "ownerurl": "bluemonki", "secret": "221aa9c494", "id": 4734793, "title": "Rot"}, {"url": "/photos/bluemonki/4734797/", "ownerurl": "bluemonki", "secret": "e55e057a35", "id": 4734797, "title": "Dried Fungus"}, {"url": "/photos/bluemonki/4734800/", "ownerurl": "bluemonki", "secret": "bb94238f16", "id": 4734800, "title": "Dried Mushrooms"}, {"url": "/photos/bluemonki/4758854/", "ownerurl": "bluemonki", "secret": "4f9a7e2d7e", "id": 4758854, "title": "Funguy"}, {"url": "/photos/bluemonki/4758861/", "ownerurl": "bluemonki", "secret": "315af369b5", "id": 4758861, "title": "BARK!"}], "extra": 729}, "stat": "ok", "nextphotos": {"photo": [], "extra": 0}}