{
  "stat": "ok",
  "method": {
    "response": {
      "_content": "<galleries total=\"7\" page=\"1\" pages=\"1\" per_page=\"100\">\n    <gallery id=\"9634-72157621980433950\" \n             url=\"http://www.flickr.com/photos/revdancatt/galleries/72157621980433950\" \n             owner=\"35468159852@N01\" date_create=\"1249748647\" date_update=\"1260486168\" \n\t     primary_photo_id=\"2080242123\" primary_photo_server=\"2209\" \n\t     primary_photo_farm=\"3\" primary_photo_secret=\"55c9\"\n             count_photos=\"18\" count_videos=\"0\">\n        <title>Vivitar Ultra Wide &amp; Slim Selection</title>\n        <description>The cheap and cheerful camera that isn't quite as cheap as it used to be.</description>\n    </gallery>\n   <gallery id=\"22342631-72157622254010831\" \n             url=\"http://www.flickr.com/photos/22365685@N03/galleries/72157622254010831\" \n             owner=\"22365685@N03\" date_create=\"1253035020\" date_update=\"1260431618\" \n             primary_photo_id=\"3182914049\" primary_photo_server=\"3319\" \n             primary_photo_farm=\"4\" primary_photo_secret=\"b94fb\"\n             count_photos=\"13\" count_videos=\"0\">\n        <title>Awesome Pics</title>\n        <description />\n    </gallery>\n</galleries>"
    },
    "requiredperms": 0,
    "needssigning": 0,
    "needslogin": 0,
    "name": "flickr.galleries.getListForPhoto",
    "description": {
      "_content": "Return the list of galleries to which a photo has been added.  Galleries are returned sorted by date which the photo was added to the gallery."
    }
  },
  "errors": {
    "error": [
      {
        "message": "Invalid API Key",
        "code": 100,
        "_content": "The API key passed was not valid or has expired."
      },
      {
        "message": "Service currently unavailable",
        "code": 105,
        "_content": "The requested service is temporarily unavailable."
      },
      {
        "message": "Write operation failed",
        "code": 106,
        "_content": "The requested operation failed due to a temporary issue."
      },
      {
        "message": "Format \"xxx\" not found",
        "code": 111,
        "_content": "The requested response format was not found."
      },
      {
        "message": "Method \"xxx\" not found",
        "code": 112,
        "_content": "The requested method was not found."
      },
      {
        "message": "Invalid SOAP envelope",
        "code": 114,
        "_content": "The SOAP envelope send in the request could not be parsed."
      },
      {
        "message": "Invalid XML-RPC Method Call",
        "code": 115,
        "_content": "The XML-RPC request document could not be parsed."
      },
      {
        "message": "Bad URL found",
        "code": 116,
        "_content": "One or more arguments contained a URL that has been used for abuse on Flickr."
      }
    ]
  },
  "arguments": {
    "argument": [
      {
        "optional": 0,
        "name": "api_key",
        "_content": "Your API application key. <a href=\"/services/api/misc.api_keys.html\">See here</a> for more details."
      },
      {
        "optional": "0",
        "name": "photo_id",
        "_content": "The ID of the photo to fetch a list of galleries for."
      },
      {
        "optional": "1",
        "name": "per_page",
        "_content": "Number of galleries to return per page. If this argument is omitted, it defaults to 100. The maximum allowed value is 500."
      },
      {
        "optional": "1",
        "name": "page",
        "_content": "The page of results to return. If this argument is omitted, it defaults to 1."
      }
    ]
  }
}