Loading API DOCS...

Host Info Checker

Check any host full information with this API.

Endpoint

GET https://api.lmnx9.shop/check-host/info.php?host=

Code Examples

cURL
curl -X GET "https://api.lmnx9.shop/check-host/info.php?host=" -H "Content-Type: application/json"
JavaScript
fetch("https://api.lmnx9.shop/check-host/info.php?host=")
  .then(function(r){return r.json()})
  .then(function(d){console.log(d)});
Python
import requests
r = requests.get("https://api.lmnx9.shop/check-host/info.php?host=")
print(r.json())
PHP
<?php
$d = file_get_contents("https://api.lmnx9.shop/check-host/info.php?host=");
print_r(json_decode($d, true));

Example Response

{
    "status": true,
    "host": "google.com",
    "type": "info",
    "providers": {
        "DB-IP": {
            "ip": "108.177.96.113",
            "hostname": "eh-in-f113.1e100.net",
            "ip range": "108.177.96.0-108.177.96.255 CIDR",
            "asn": "15169",
            "isp / org": "Google LLC",
            "country": "United States ",
            "region": "California",
            "city": "Mountain View",
            "time zone": "America/Los_Angeles, GMT-0700",
            "local time": "04:14 (PDT) 2026.05.27",
            "postal code": "94043"
        },
        "IPGeolocation.io": {
            "ip": "108.177.96.113",
            "hostname": "eh-in-f113.1e100.net",
            "ip range": "108.177.96.0-108.177.96.255 CIDR",
            "asn": "15169",
            "isp / org": "Google LLC",
            "country": "Netherlands ",
            "region": "North Holland",
            "city": "Amsterdam",
            "time zone": "Europe/Amsterdam, GMT+0200",
            "local time": "13:14 (CEST) 2026.05.27",
            "postal code": "1053"
        },
        "IP2Location": {
            "ip": "108.177.96.113",
            "hostname": "eh-in-f113.1e100.net",
            "ip range": "108.177.96.0-108.177.99.255 CIDR",
            "asn": "15169",
            "isp / org": "Google LLC",
            "country": "United States of America ",
            "region": "California",
            "city": "Mountain View",
            "time zone": "America/Los_Angeles, GMT-0700",
            "local time": "04:14 (PDT) 2026.05.27",
            "postal code": "94043"
        },
        "MaxMind GeoIP": {
            "ip": "108.177.96.113",
            "hostname": "eh-in-f113.1e100.net",
            "ip range": "108.177.0.0-108.177.127.255 CIDR",
            "asn": "15169",
            "isp / org": "Google LLC",
            "country": "United States ",
            "time zone": "America/Chicago, GMT-0500",
            "local time": "06:14 (CDT) 2026.05.27"
        },
        "IPInfo.io": {
            "ip": "108.177.96.113",
            "hostname": "eh-in-f113.1e100.net",
            "ip range": "108.177.96.0-108.177.96.255 CIDR",
            "asn": "15169",
            "isp / org": "Google LLC",
            "country": "The Netherlands "
        }
    },
    "developer": "DARK LMNx9",
    "telegram": "t.me/x_LMNx9"
}