<div dir="ltr"><div><div><div>Hi there,<br><br></div>How do you do API calls in JSON? Or, how do I get a list of all the API calls which can receive JSON parameters and return JSON return values?<br><br></div>For example, in the console, I tried &#39;show calls&#39;, and got a list of calls. I did the same call from via XML-RPC from a python script, and got a single string back, containing what would have been output to the console. But when I tried, from the console:<br><br></div><div><span style="font-family:monospace,monospace"><b>json {&quot;command&quot;:&quot;show calls&quot;, &quot;format&quot;:&quot;pretty&quot;, &quot;data&quot;:{}}</b></span><br></div><div><br>I got an invalid response.<br><br></div><div>I also tried:<br><br><b>json {&quot;command&quot;:&quot;show&quot;, &quot;format&quot;:&quot;pretty&quot;, &quot;data&quot;:&quot;calls&quot;}</b><br><br></div><div>but got similar.<br><br></div><div>Is there a general sceme for invoking all the console API commands (and receiving responses) in JSON format?<br><br></div><div>If not, I guess I need to write some parsers to process each command&#39;s output string.<br><br></div><div>Cheers<br></div><div>David<br><br></div></div>