ping Check if your service is online. Demo at https://ping.dakovdev.com Guidelines RESTful URLs Get data: GET https://ping.dakovdev.com/api/v1/ping?host=ip-or-hostname Response: { "host": "google.com", "online": true } { "host": "google123123.com", "online": false }