Return information about an API method.
- This method call does not require authentication.
- This method does not require any particular permission.
URL
http://www.ipernity.com/api/api.methods.get
Parameters
api_key
|
∗ |
Your api_key.
|
method
|
|
The name of the method to return information for.
|
∗ : this parameter is required.
Response
<method name="api.methods.get" service="api.method">
<authentication need_login="0" need_sign="0" need_post="0"/>
<title>Return information about an API method.</title>
<parameters>
<param name="api_key" required="1">Your api_key.</param>
<param name="method">The name of the method to return information for.</param>
</parameters>
<response>
(...)
</response>
<errors>
<error code="1" message="Method not found">The requested method was not found.</error>
<error code="100" label="api_key_missing" message="API Key is missing">Please add
the api_key parameter to this request.</error>
(...)
</errors>
<changelog>
<log date="2009-01-10" log="Method created."/>
</changelog>
</method>
Error codes
| 1 |
Method 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 |
| 500 |
Service error |
| 501 |
Maintenance mode |
| 503 |
Service unavailable |
Changelog
- 2009-01-10: Method created.
See also