zooomr.contacts.getPublicList

Get the contact list for a user.

Authentication

This method does not require authentication.

Arguments

api_key (Required)

Your API application key.

user_id (Required)

The NSID of the user to fetch the contact list for.

page (Optional)

The page of results to return. If this argument is omitted, it defaults to 1.

per_page (Optional)

Number of photos to return per page. If this argument is omitted, it defaults to 1000. The maximum allowed value is 1000.

Example Response

{"stat": "ok", "contacts": {"total": 137, "perpage": 10, "page": 1, "_content": {"contact": [{"username": "CaseyAllen", "ignored": 0, "url_name": "caseyallen", "hasicon": 1, "realname": "Casey Allen", "family": 0, "iconserver": 1, "nsid": "36130@Z01", "friend": 0}, {"username": "kunix", "ignored": 0, "url_name": "kunix", "hasicon": 1, "realname": "\u90a6\u8cb4 \u65b0\u8218", "family": 0, "iconserver": 1, "nsid": "60331@Z01", "friend": 0}, {"username": "dbcohen", "ignored": 0, "url_name": "dbcohen", "hasicon": 1, "realname": "Dave Cohen", "family": 0, "iconserver": 1, "nsid": "29397@Z01", "friend": 0}, {"username": "scherbi", "ignored": 0, "url_name": "scherbi", "hasicon": 1, "realname": "Bill Scherer", "family": 0, "iconserver": 1, "nsid": "45902@Z01", "friend": 0}, {"username": "Rime", "ignored": 0, "url_name": "rime", "hasicon": 1, "realname": "Ray Whitt", "family": 0, "iconserver": 1, "nsid": "81113@Z01", "friend": 0}, {"username": "crazyfridge", "ignored": 0, "url_name": "crazyfridge", "hasicon": 1, "realname": "Yannick V", "family": 0, "iconserver": 1, "nsid": "64649@Z01", "friend": 0}, {"username": "jonhwilliams", "ignored": 0, "url_name": "jonhwilliams", "hasicon": 0, "realname": "Jon Williams", "family": 0, "iconserver": 1, "nsid": "81940@Z01", "friend": 0}, {"username": "throughmylens ", "ignored": 0, "url_name": "throughmylens", "hasicon": 1, "realname": "Christine Delissio", "family": 0, "iconserver": 1, "nsid": "75964@Z01", "friend": 0}, {"username": "mill", "ignored": 0, "url_name": "rollingmill", "hasicon": 1, "realname": "Mill K", "family": 0, "iconserver": 1, "nsid": "70365@Z01", "friend": 0}, {"username": "shigekicks", "ignored": 0, "url_name": "shigekicks", "hasicon": 1, "realname": "shige kicks", "family": 0, "iconserver": 1, "nsid": "78433@Z01", "friend": 0}]}, "pages": 14}}