# Server url -> https://api.ns-lookup.io

V2 API

# POST /v2/analyze

Runs a full DNS, delegation, nameserver, mail, web, and registrar analysis.

JSON body: {"domain":"example.com"}

# GET /v2/httpstatus?domain=

Returns the HTTP redirect chain, response status, headers, and final page title.

# GET /v2/sslcheck?domain=

Inspects the TLS protocol, cipher, certificate chain, expiration, and domain match.

# GET /v2/mixedcontent?url=

Loads an HTTPS page and reports insecure mixed-content resources.

Legacy V1 endpoints

DNS

# GET /v1/dns?domain= # GET /v1/dns/short?domain= # GET /v1/dns/stats

HTTP & server

# GET /v1/httpstatus?domain= # GET /v1/sslcheck?domain= # GET /v1/mixedcontent?url=