STATUS method allows you to check your remaining credits and expiration date. Response is in JSON or XML format.
https://api.vesselfinder.com/status?userkey=AABBCCDD&format=value
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
userkey | yes | text | - | Your personal API key |
format | no | text | json | Response format json or xml |
https://api.vesselfinder.com/status?userkey=AABBCCDD
{
"CREDITS":60134,
"EXPIRATION_DATE":"2017-11-29 22:00:00"
}
https://api.vesselfinder.com/status?userkey=AABBCCDD&format=xml
<STATUS>
<CREDITS>60134</CREDITS>
<EXPIRATION_DATE>2017-11-29 22:00:00</EXPIRATION_DATE>
</STATUS>