FREE API
Host Ping Checker
Check any host ping in the world with this API.
GET
https://api.lmnx9.shop/check-host/ping.php?host=
Code Examples
curl -X GET "https://api.lmnx9.shop/check-host/ping.php?host=" -H "Content-Type: application/json"
fetch("https://api.lmnx9.shop/check-host/ping.php?host=")
.then(function(r) { return r.json(); })
.then(function(data) { console.log(data); });import requests
r = requests.get("https://api.lmnx9.shop/check-host/ping.php?host=")
print(r.json())<?php
$data = file_get_contents("https://api.lmnx9.shop/check-host/ping.php?host=");
print_r(json_decode($data, true));Example Response
{
"status": true,
"host": "google.com",
"type": "ping",
"result": [
{
"country": "ae",
"ping": "100.8 / 100.9 / 100.9 ms",
"ip": "142.251.37.142"
},
{
"country": "austria",
"ping": "46.3 / 46.3 / 46.4 ms",
"ip": "172.217.17.78"
},
{
"country": "bulgaria",
"ping": "65.7 / 65.8 / 65.9 ms",
"ip": "142.251.142.110"
},
{
"country": "brazil",
"ping": "6.7 / 6.7 / 6.8 ms",
"ip": "142.250.79.174"
},
{
"country": "canada",
"ping": "4.4 / 4.4 / 4.5 ms",
"ip": "142.251.33.206"
},
{
"country": "switzerland",
"ping": "15.3 / 15.3 / 15.3 ms",
"ip": "192.178.204.102"
},
{
"country": "switzerland",
"ping": "1.7 / 1.9 / 2.1 ms",
"ip": "172.217.208.113"
},
{
"country": "czechia",
"ping": "1.1 / 1.6 / 2.9 ms",
"ip": "172.217.19.14"
},
{
"country": "germany",
"ping": "4 / 4.2 / 4.4 ms",
"ip": "142.251.110.113"
},
{
"country": "germany",
"ping": "1.1 / 1.3 / 1.5 ms",
"ip": "142.251.13.101"
},
{
"country": "spain",
"ping": "29 / 29.1 / 29.2 ms",
"ip": "172.217.17.46"
},
{
"country": "spain",
"ping": "15 / 15.1 / 15.1 ms",
"ip": "142.251.208.238"
},
{
"country": "finland",
"ping": "1.2 / 1.3 / 1.4 ms",
"ip": "142.251.38.78"
},
{
"country": "france",
"ping": "1.7 / 1.8 / 1.8 ms",
"ip": "172.217.22.14"
},
{
"country": "hungary",
"ping": "5 / 6.2 / 9.6 ms",
"ip": "192.178.25.174"
},
{
"country": "indonesia",
"ping": "14.4 / 14.4 / 14.5 ms",
"ip": "142.250.4.113"
},
{
"country": "israel",
"ping": "2.6 / 3.3 / 5 ms",
"ip": "142.250.75.78"
},
{
"country": "israel",
"ping": "3.3 / 3.4 / 3.4 ms",
"ip": "142.250.75.78"
},
{
"country": "india",
"ping": "276.6 / 276.6 / 276.7 ms",
"ip": "173.194.220.138"
},
{
"country": "india",
"ping": "42.6 / 42.7 / 42.7 ms",
"ip": "172.217.24.206"
},
{
"country": "india",
"ping": "8.4 / 8.8 / 9.7 ms",
"ip": "142.250.67.46"
},
{
"country": "india",
"ping": "34.1 / 34.2 / 34.3 ms",
"ip": "192.178.173.101"
},
{
"country": "italy",
"ping": "0.6 / 0.6 / 0.6 ms",
"ip": "172.217.168.142"
},
{
"country": "japan",
"ping": "1.8 / 1.9 / 2 ms",
"ip": "142.250.21.139"
},
{
"country": "kazakhstan",
"ping": "95.6 / 95.9 / 96.5 ms",
"ip": "108.177.119.113"
},
{
"country": "lithuania",
"ping": "22.1 / 22.2 / 22.2 ms",
"ip": "142.251.127.138"
},
{
"country": "moldova",
"ping": "39.9 / 40.3 / 40.4 ms",
"ip": "192.178.24.14"
},
{
"country": "netherlands",
"ping": "1.5 / 1.5 / 1.5 ms",
"ip": "172.217.171.110"
},
{
"country": "netherlands",
"ping": "2.3 / 2.4 / 2.6 ms",
"ip": "142.250.180.14"
},
{
"country": "poland",
"ping": "12.7 / 12.9 / 13.4 ms",
"ip": "142.251.20.101"
},
{
"country": "poland",
"ping": "20.8 / 20.8 / 20.9 ms",
"ip": "142.251.110.101"
},
{
"country": "portugal",
"ping": "37.5 / 37.5 / 37.6 ms",
"ip": "216.58.206.14"
},
{
"country": "ro",
"ping": "25.8 / 25.9 / 25.9 ms",
"ip": "142.250.109.102"
},
{
"country": "serbia",
"ping": "22.8 / 22.9 / 23.1 ms",
"ip": "142.251.38.206"
},
{
"country": "russia",
"ping": "15.3 / 15.9 / 17.4 ms",
"ip": "209.85.233.102"
},
{
"country": "russia",
"ping": "29.1 / 29.1 / 29.2 ms",
"ip": "74.125.205.113"
},
{
"country": "russia",
"ping": "13.1 / 13.9 / 15.8 ms",
"ip": "172.217.20.174"
},
{
"country": "russia",
"ping": "35.9 / 36.2 / 36.9 ms",
"ip": "209.85.233.138"
},
{
"country": "sweden",
"ping": "1.5 / 1.9 / 2.8 ms",
"ip": "172.217.20.174"
},
{
"country": "sweden",
"ping": "0.7 / 0.8 / 0.8 ms",
"ip": "142.251.143.142"
},
{
"country": "singapore",
"ping": "3 / 3.8 / 6.3 ms",
"ip": "172.217.194.139"
},
{
"country": "slovenia",
"ping": "21.8 / 22 / 22.1 ms",
"ip": "172.217.171.174"
},
{
"country": "turkey",
"ping": "10.8 / 10.9 / 11 ms",
"ip": "172.217.22.238"
},
{
"country": "turkey",
"ping": "9.5 / 9.5 / 9.6 ms",
"ip": "172.217.20.78"
},
{
"country": "ukraine",
"ping": "22.7 / 23.5 / 25.4 ms",
"ip": "216.58.207.46"
},
{
"country": "ukraine",
"ping": "31.3 / 31.4 / 31.4 ms",
"ip": "216.58.207.46"
},
{
"country": "ukraine",
"ping": "25.3 / 26.9 / 27.6 ms",
"ip": "216.58.207.46"
},
{
"country": "united kingdom",
"ping": "5.8 / 6.6 / 7.4 ms",
"ip": "142.250.129.100"
},
{
"country": "united states",
"ping": "1.2 / 1.4 / 1.6 ms",
"ip": "142.251.40.110"
},
{
"country": "united states",
"ping": "2.9 / 3 / 3.1 ms",
"ip": "192.178.220.100"
},
{
"country": "united states",
"ping": "1 / 1 / 1 ms",
"ip": "142.250.105.101"
},
{
"country": "united states",
"ping": "27.3 / 27.3 / 27.3 ms",
"ip": "142.251.218.46"
},
{
"country": "united states",
"ping": "2.4 / 2.8 / 3.3 ms",
"ip": "142.250.217.14"
},
{
"country": "vietnam",
"ping": "20.4 / 20.7 / 21.4 ms",
"ip": "142.250.4.139"
}
],
"developer": "DARK LMNx9",
"telegram": "t.me/x_LMNx9"
}