Deprecated - please use the JSON API instead.

user/get_credits

Returns the number of credits that you have remaining.

URL

EAPI_URL/user/get_credits/1/1.1

Example

EAPI_URL/user/get_credits/1/1.1?username=john&password=abcd1234

Request parameters

parameter required description
username  
password  

Response

status_code|status_description

Possible values for status_code are:

status_code description
0 No error
non-zero some error status, e.g. 23 (authentication failed)

If status_code==0, status_description will contain the remaining credits for the account (floating point, to 2 decimal places), e.g.:

0|2101.15