This is the content of the array for each user that will be returned on success of the request.
Name | Type | Description |
---|
id | INT | The ID of the user. |
friendstatus | INT | The friend status between the supplied user ID and the returned user. Possible values are 2 = friendship requested (status from user1 perspective is waiting, status from user2 perspective is notconfirmed) and 3 = confirmed (friendship status is confirmed). |
user | STRING | The username of the users friend. |
website | STRING | The website of the users friend. |
firstname | STRING | The firstname of the users friend. |
lastname | STRING | The lastname of the users friend. |
nickname | STRING | The nickname of the users friend. |
country | STRING | The 2-letter country code of the users friend. |
avatar | INT | The ID of the friend's avatar. |