zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Dev Tools/HTTP Headers Inspector
Logo HTTP Headers Inspector

HTTP Headers Inspector

Inspect HTTP response headers and redirect chain for any URL.

1 endpoint1 endpoint on this scraper4 calls4 calls so farupdated 4 months agoLast updated 6/13/2026, 2:24:53 AMllms.txt
Endpoints1

1/1 passing
checked 19 hours ago · daily 01:00 WIB

Inspect Headers

Fetch HTTP response headers and redirect chain.

GET/v1/dev-tools:http-headers/inspect5m cache2 paramschecking key…
Parameters
urlstringrequired

URL target (harus full URL termasuk protokol)

methodenum

HTTP method. Default: HEAD (lebih cepat). Pakai GET kalau server reject HEAD

·
Response
EXAMPLE
{
  "ok": true,
  "url": "https://example.com",
  "method": "HEAD",
  "status": 200,
  "headers": {
    "age": "1939",
    "date": "Wed, 27 May 2026 13:44:44 GMT",
    "allow": "GET, HEAD",
    "cf-ray": "a02574beabfcf8d6-SIN",
    "server": "cloudflare",
    "connection": "keep-alive",
    "content-type": "text/html",
    "last-modified": "Fri, 22 May 2026 08:22:30 GMT",
    "cf-cache-status": "HIT",
    "content-encoding": "br"
  },
  "finalUrl": "https://example.com",
  "redirectChain": []
}

Code

Inspect Headers
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("dev-tools:http-headers", "inspect", {
  "url": "https://example.com",
  "method": "HEAD"
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Inspect Headers/v1/dev-tools:http-headers/inspect
2 params

Parameters

urlstringrequired
URL target (harus full URL termasuk protokol)
methodenumoptional
HTTP method. Default: HEAD (lebih cepat). Pakai GET kalau server reject HEAD Values: HEAD, GET.

Request

curl -X GET "https://api.zapi.ink/v1/dev-tools:http-headers/inspect?url=https%3A%2F%2Fexample.com&method=HEAD" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "url": "https://example.com",
  "method": "HEAD",
  "status": 200,
  "headers": {
    "age": "1939",
    "date": "Wed, 27 May 2026 13:44:44 GMT",
    "allow": "GET, HEAD",
    "cf-ray": "a02574beabfcf8d6-SIN",
    "server": "cloudflare",
    "connection": "keep-alive",
    "content-type": "text/html",
    "last-modified": "Fri, 22 May 2026 08:22:30 GMT",
    "cf-cache-status": "HIT",
    "content-encoding": "br"
  },
  "finalUrl": "https://example.com",
  "redirectChain": []
}

Related APIs

More in dev-tools

CF Sitekey Extractor

dev-toolscf-sitekey

Mengekstrak Cloudflare Turnstile sitekey dari halaman web dengan multiple fetch mode.

3636 calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DNS Lookup

dev-toolsdns-lookup

Query DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA) via secure DNS-over-HTTPS resolver.

2121 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

IP Geolocation

dev-toolsip-geo

IP geolocation lookup — country, region, city, ISP, ASN, koordinat untuk IPv4 dan IPv6.

1313 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

WHOIS Lookup

dev-toolswhois-lookup

WHOIS / RDAP domain lookup — registrar, registration & expiry dates, nameservers, status, registrant contact.

1313 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Meta/OG Preview

dev-toolsmeta-preview

Fetch link preview metadata dari URL — Open Graph, Twitter Card, favicon, canonical, theme color (kayak WhatsApp/Slack link preview).

66 calls so far5mResponses cached for 5m

SSL Labs

dev-toolsssl-labs

Retrieve SSL/TLS analysis report for a hostname.

66 calls so far5mResponses cached for 5m
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.