{
  "stat": "ok",
  "method": {
    "response": {
      "_content": "<galleries total=\"9\" page=\"1\" pages=\"1\" per_page=\"100\" user_id=\"34427469121@N01\">\n   <gallery id=\"5704-72157622637971865\" \n             url=\"http://www.flickr.com/photos/george/galleries/72157622637971865\" \n             owner=\"34427469121@N01\" date_create=\"1257711422\" date_update=\"1260360756\"\n             primary_photo_id=\"107391222\"  primary_photo_server=\"39\" \n             primary_photo_farm=\"1\" primary_photo_secret=\"ffa\"\n             count_photos=\"16\" count_videos=\"2\" >\n       <title>I like me some black &amp; white</title>\n       <description>black and whites</description>\n   </gallery>\n   <gallery id=\"5704-72157622566655097\" \n            url=\"http://www.flickr.com/photos/george/galleries/72157622566655097\" \n            owner=\"34427469121@N01\" date_create=\"1256852229\" date_update=\"1260462343\" \n            primary_photo_id=\"497374910\" primary_photo_server=\"231\" \n            primary_photo_farm=\"1\" primary_photo_secret=\"9ae0f\"\n            count_photos=\"18\" count_videos=\"0\" >\n       <title>People Sleeping in Libraries</title>\n       <description />\n   </gallery>\n</galleries>"
    },
    "requiredperms": 0,
    "needssigning": 0,
    "needslogin": 0,
    "name": "flickr.galleries.getList",
    "description": {
      "_content": "Return the list of galleries created by a user.  Sorted from newest to oldest."
    }
  },
  "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": "user_id",
        "_content": "The NSID of the user to get a galleries list for. If none is specified, the calling user is assumed."
      },
      {
        "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."
      },
      {
        "optional": "1",
        "name": "primary_photo_extras",
        "_content": "A comma-delimited list of extra information to fetch for the primary photo. Currently supported fields are: license, date_upload, date_taken, owner_name, icon_server, original_format, last_update, geo, tags, machine_tags, o_dims, views, media, path_alias, url_sq, url_t, url_s, url_m, url_o"
      }
    ]
  }
}