{
  "stat": "ok",
  "method": {
    "response": {
      "_content": "<person nsid=\"12037949754@N01\" ispro=\"0\" iconserver=\"122\" iconfarm=\"1\">\n\t<username>bees</username>\n\t<realname>Cal Henderson</realname>\n        <mbox_sha1sum>eea6cd28e3d0003ab51b0058a684d94980b727ac</mbox_sha1sum>\n\t<location>Vancouver, Canada</location>\n\t<photosurl>http://www.flickr.com/photos/bees/</photosurl> \n\t<profileurl>http://www.flickr.com/people/bees/</profileurl> \n\t<photos>\n\t\t<firstdate>1071510391</firstdate>\n\t\t<firstdatetaken>1900-09-02 09:11:24</firstdatetaken>\n\t\t<count>449</count>\n\t</photos>\n</person>"
    },
    "requiredperms": 0,
    "needssigning": 0,
    "needslogin": 0,
    "name": "flickr.people.getInfo",
    "explanation": {
      "_content": "<p>The <code>firstdate</code> element contains the unix timestamp of the first photo uploaded by the user. The <code>firstdatetaken</code> element contains the mysql datetime of the first photo taken by the user.</p>\n<p>The <code>iconserver</code> element is used to build the url to the users' buddyicon - for more information please read the <a href=\"/services/api/misc.buddyicons.html\">buddyicon guide</a>.</p>\n<p>\nIf the API call is authenticated contact information will also be returned as attributes on the person element.  <code>contact</code>, <code>friend</code>, and <code>family</code> are boolean flags describing the relationship between the <a href=\"/services/api/auth.spec.html\">authenticated</a> user, and the person currently being inspected.   <code>revcontact</code>, <code>revfriend</code>, and <code>revfamily</code> is the reciprocal relationship.\n</p>"
    },
    "description": {
      "_content": "Get information about a user."
    }
  },
  "errors": {
    "error": [
      {
        "message": "User not found",
        "code": "1",
        "_content": "The user id passed did not match a Flickr user."
      },
      {
        "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 fetch information about."
      }
    ]
  }
}