

Photos with an upload date less than or equal to this value will be returned. max_upload_date (Optional) Maximum upload date. The date can be in the form of a unix timestamp or mysql datetime. Photos with an upload date greater than or equal to this value will be returned. min_upload_date (Optional) Minimum upload date. You can exclude results that match a term by prepending it with a - character. Photos who's title, description or tags contain the text will be returned. tag_mode (Optional) Either 'any' for an OR combination of tags, or 'all' for an AND combination. Photos with one or more of the tags listed will be returned. tags (Optional) A comma-delimited list of tags. A value of "me" will search against the calling user's photos for authenticated calls. If this parameter isn't passed then everybody's public photos will be searched. user_id (Optional) The NSID of the user who's photo to search. Arguments api_key (Required) Your API application key. This method does not require authentication. Unauthenticated calls will only return public photos.

To return private or semi-private photos, the caller must be authenticated with 'read' permissions, and have permission to view the photos. Only photos visible to the calling user will be returned. Return a list of photos matching some criteria.
