The JSONRPC API

JSONRPC is a standard defined at jsonrpc.org. It is a simple RPC protocol and most languages has at least a way to encode/decode JSON data and send it over HTTP, which makes it a safe bet for a remote API.

The JSONRPC API can be accessed at http://localhost:7070/api. Adjust accordingly.

Note

All examples are shown with only a method name and request/response data - the JSONRPC object container has been left out.