Returns a detailed overview for a single user. If you want to request multiple users at once, please use the GET multi-user/lookup resource.
The following GET parameters are allowed:
screen_name: The Twitter screen name for the user. Example: PeerReach
user_id: The Twitter user id for the user. Example: 783214
Supplying both parameters will result in the user_id parameter being ignored.
http://api.peerreach.com/v1/user/lookup.json?screen_name=fredwilson
{
"screen_name":"fredwilson",
"user_id":"1000591",
"lastupdate": "2012-10-07 13:54:13",
"followers": "226226",
"country":"ww",
"gender":"Male",
"profiles": [
"webtech",
"business"
],
"peergroups":[
{
"topic":"webtech",
"region":"ww",
"rank":"1"
},
{
"topic":"business",
"region":"ww",
"rank":"284"
}
]
}