action flickr_get_media_by_search { label: "getMediaBySearch" description: "Return a list of photos matching some criteria." provider: flickr method: GET path: "/rest?method=flickr.photos.search" encoding: json input: { type: "object" properties: { accuracy: { type: "string" } api_key: { type: "string" } bbox: { type: "string" } contacts: { type: "string" } content_type: { type: "number" } geo_context: { type: "string" } group_id: { type: "string" } has_geo: { type: "string" } in_gallery: { type: "boolean" } is_commons: { type: "boolean" } is_getty: { type: "boolean" } lat: { type: "string" } license: { type: "string" } lon: { type: "string" } machine_tag_mode: { type: "string" } machine_tags: { type: "string" } max_taken_date: { type: "string" } max_upload_date: { type: "string" } media: { type: "string" } min_taken_date: { type: "string" } min_upload_date: { type: "string" } page: { type: "number" } per_page: { type: "number" } place_id: { type: "string" } privacy_filter: { type: "number" } radius: { type: "number" } radius_units: { type: "string" } safe_search: { type: "number" } sort: { type: "string" } tags: { type: "string" } text: { type: "string" } user_id: { type: "string" } woe_id: { type: "string" } } required: ["api_key"] additionalProperties: false } output: { type: "object" properties: { page: { type: "number" } pages: { type: "number" } perpage: { type: "number" } photos: { type: "array" items: { type: "object" properties: { comments: { type: "object" properties: { _content: { type: "string" } } } dates: { type: "object" properties: { lastupdate: { type: "string" } posted: { type: "string" } taken: { type: "string" } takengranularity: { type: "string" } takenunknown: { type: "boolean" } } } dateuploaded: { type: "string" } description: { type: "object" properties: { _content: { type: "string" } } } editability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } farm: { type: "string" } id: { type: "string" } isfavorite: { type: "boolean" } license: { type: "string" } media: { type: "string" } notes: { type: "object" properties: { note: { type: "array" items: { type: "object" properties: { description: { type: "string" } } } } } } originalsecret: { type: "string" } owner: { type: "object" properties: { iconfarm: { type: "string" } iconserver: { type: "string" } is_ad_free: { type: "boolean" } ispro: { type: "boolean" } location: { type: "string" } noindexfollow: { type: "boolean" } nsid: { type: "string" } path_alias: { type: "string" } realname: { type: "string" } username: { type: "string" } } } people: { type: "object" properties: { haspeople: { type: "boolean" } } } permissions: { type: "object" properties: { permaddmeta: { type: "string" } permcomment: { type: "string" } } } publiceditability: { type: "object" properties: { canaddmeta: { type: "boolean" } cancomment: { type: "boolean" } } } rotation: { type: "string" } safe: { type: "boolean" } safety_level: { type: "string" } secret: { type: "string" } server: { type: "string" } tags: { type: "object" properties: { tag: { type: "array" items: { type: "object" properties: { _content: { type: "string" } author: { type: "string" } authorname: { type: "string" } id: { type: "string" } machine_tag: { type: "boolean" } raw: { type: "string" } } } } } } title: { type: "object" properties: { _content: { type: "string" } } } urls: { type: "object" properties: { url: { type: "array" items: { type: "object" properties: { _content: { type: "string" } type: { type: "string" } } } } } } usage: { type: "object" properties: { canblog: { type: "boolean" } candownload: { type: "boolean" } canprint: { type: "boolean" } canshare: { type: "boolean" } } } views: { type: "string" } visibility: { type: "object" properties: { isfamily: { type: "boolean" } isfriend: { type: "boolean" } ispublic: { type: "boolean" } } } } } } total: { type: "number" } } } }