Ping API returns a server status as JSON format. URL for Ping API is http://<Server Name>/json/?type=ping.
http://<Server Name>/json/?type=ping
No request parameter exists.
The response is as below.
{ "response": { "version": "13.13", "status":0, } }
Descriptions for properties are as below.