Can you post the text that it replies with?
From the API page, it looks like it is a JSON object whose "total_count" field is the one you are interested in.
You should be able to use
Yann 's JSON plugin or
rexrainbow 's Hash plugin to parse the JSON and access the value you want.