zooomr.people.getUploadStatus
Returns information for the calling user related to photo uploads.
Authentication
This method requires authentication with 'read' permission.
Arguments
api_key (Required)
Your API application key.
Example Response
{"stat": "ok", "user": {"username": {"_content": "bluemonki"}, "bandwidth": {"used": 0, "max": 1072668082176, "remainingbytes": 1072668082176, "remainingkb": 1047527424, "maxbytes": 1072668082176, "usedbytes": 0, "maxkb": 1047527424, "usedkb": 0}, "ispro": true, "filesize": {"maxkb": "10485760", "max": "10485760", "maxbytes": "10485760"}, "id": "13205@Z01"}}
