Get the most used tags for a given user.
Please cache results, this request is consuming a lot of Databse CPU
- This method call does not require authentication.
- This method does not require any particular permission.
URL
http://api.ipernity.com/api/tags.user.getPopular
Parameters
api_key
|
∗ |
Your api_key.
|
user_id
|
∗ |
The User ID to get the list for. (if omitted, the current logged in user is assumed).
|
type
|
∗ |
The type of tags to return : keyword or member. (Default is keywords)
|
count
|
|
The number of tags to return. Default is 20, maximum is 100
|
∗ : this parameter is required.
Response
<tags count=22" type="keyword" user_id="56685">
<tag id="125652" tag="car!" docs="253" posts="18"/>
<tag id="156658" tag="Chevrolet!" docs="220" posts="1"/>
(...)
</tags>
Error codes
| 1 |
User not found |
|
| 100 |
API Key is missing |
| 101 |
API Key is invalid |
| 102 |
Invalid format |
| 103 |
Method not found |
| 104 |
Signature missing |
| 105 |
Signature is invalid |
| 106 |
Token missing |
| 107 |
Token invalid |
| 108 |
Account closed |
| 109 |
Action blocked |
| 110 |
Insufficient permissions |
| 111 |
IP not allowed |
| 112 |
Application Quota Error |
| 113 |
Client IP Quota Error |
| 120 |
HTTP POST required |
| 121 |
Invalid SOAP envelope |
| 122 |
Invalid XML-RPC envelope |
| 130 |
OAuth protocol version unsupported |
| 131 |
OAuth parameters are missing |
| 132 |
OAuth Clock skew |
| 133 |
OAuth Nonce is invalid |
| 134 |
OAuth Timestamp is invalid |
| 135 |
OAuth Signature method unsupported |
| 500 |
Service error |
| 501 |
Maintenance mode |
| 503 |
Service unavailable |
Changelog
- 2009-10-18: Method created.
See also