
Defaults to date-posted-desc (unless you are doing a radial geo query, in which case the default sorting is by ascending distance from the point specified). sort (Optional) The order in which to sort returned photos. Multiple licenses may be comma-separated. license (Optional) The license id for photos (for possible values see the method). The date can be in the form of a mysql datetime or unix timestamp. Photos with an taken date less than or equal to this value will be returned. max_taken_date (Optional) Maximum taken date. Photos with an taken date greater than or equal to this value will be returned. min_taken_date (Optional) Minimum taken date. The date can be in the form of a unix timestamp or mysql datetime.

Photos with an upload date less than or equal to this value will be returned. max_upload_date (Optional) Maximum upload date. 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.
