JSON-RPC API

Home > Computer Science > Web development (Computer Science) > RESTful API > JSON-RPC API

A JSON-RPC API is the one that uses JSON-RPC protocol to perform remote procedure calls (RPCs). It is simple and lightweight and mainly used in client-server communication over HTTP.