Loading API DOCS...

Host HTTP Checker

Check any host HTTP Header full information with this API.

Endpoint

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

Code Examples

cURL
curl -X GET "https://api.lmnx9.shop/check-host/http.php?host=" -H "Content-Type: application/json"
JavaScript
fetch("https://api.lmnx9.shop/check-host/http.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/http.php?host=")
print(r.json())
PHP
<?php
$d = file_get_contents("https://api.lmnx9.shop/check-host/http.php?host=");
print_r(json_decode($d, true));

Example Response

{
    "status": true,
    "type": "http",
    "host": "google.com",
    "url": "https://www.google.com/",
    "http_code": 200,
    "total_time_ms": 326.4,
    "connect_time_ms": 44.8,
    "size_download": 27479,
    "ip": "142.251.150.119",
    "server": "gws",
    "content_type": [
        "text/html; charset=UTF-8",
        "text/html; charset=ISO-8859-1"
    ],
    "headers": {
        "location": "https://www.google.com/",
        "content-type": [
            "text/html; charset=UTF-8",
            "text/html; charset=ISO-8859-1"
        ],
        "content-security-policy-report-only": [
            "object-src 'none';base-uri 'self';script-src 'nonce-Jc_Lfw9gV0Rc3zuW2ZsIWw' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp",
            "object-src 'none';base-uri 'self';script-src 'nonce-bSfLADXkjLOgHyS15tiDnQ' 'strict-dynamic' 'report-sample' 'unsafe-eval' 'unsafe-inline' https: http:;report-uri https://csp.withgoogle.com/csp/gws/other-hp"
        ],
        "date": "Wed, 27 May 2026 11:15:50 GMT",
        "expires": [
            "Fri, 26 Jun 2026 11:15:50 GMT",
            "-1"
        ],
        "cache-control": [
            "public, max-age=2592000",
            "private, max-age=0"
        ],
        "server": "gws",
        "content-length": [
            "220",
            "27479"
        ],
        "x-xss-protection": "0",
        "x-frame-options": "SAMEORIGIN",
        "alt-svc": [
            "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"
        ],
        "accept-ch": "Sec-CH-Prefers-Color-Scheme",
        "p3p": "CP=\"This is not a P3P policy! See g.co/p3phelp for more info.\"",
        "content-encoding": "gzip",
        "set-cookie": [
            "__Secure-STRP=ANmZwa1kxuMZDDw1B9N7H-TD-_8NVmCPY-_LjYuPXNsV9k0NQ8lEvAI6VQYNcPsLbOmbRkf5iS7U-urx1Uyls0TXCjadWnpAZSUy; expires=Wed, 27-May-2026 11:20:50 GMT; path=/; domain=.google.com; Secure; SameSite=strict",
            "AEC=AaJma5uFRAJttosX7BccZvWy_VCqy7Cjp9dl96QBSMAG5gpC6R2Ym25KpIk; expires=Mon, 23-Nov-2026 11:15:50 GMT; path=/; domain=.google.com; Secure; HttpOnly; SameSite=lax",
            "NID=531=YVfndkHWwtEiIcbiWjOv-aWP0M5Og37-Kx9M0pplHWR9xRknVnCQLln4b40x8NwNEIse3ZyHpMYecOi1W8Eqe7TuRwSFsnyC71CLWFGmGo255XtISRWFuZ9yYCTG91UlS5yp8A8Se8vu0hz57LLIW5sPEWdqV-wkTNDszn8vZL5J20-iDKmqVpiwCFy7WnwHXTEhatsVjhw3AtGoqXElmTvPMA; expires=Thu, 26-Nov-2026 11:15:50 GMT; path=/; domain=.google.com; HttpOnly"
        ],
        "status_line": "HTTP/2 301"
    },
    "developer": "DARK LMNx9",
    "telegram": "t.me/x_LMNx9"
}