Bulk HTTP Status Checker

Hit every URL, get back the HTTP status code. 200, 301, 302, 404, 410, 500 — every code reported faithfully, with the full redirect chain when applicable.

Missing https:// is fine — we add it. Up to 200 URLs from this form.

Sign up on the next screen — your URLs come with you.

Every status code, faithfully reported

Some checkers normalise or simplify status codes. Ours doesn't. You see exactly what the server returned. 308 is reported as 308, not "redirect." 410 is reported as 410, not "404."

Filter results by status group

Once the job is done, filter the results by status code group with one click. "Show only 4xx" gives you the broken set. "Show only 3xx" gives you redirected URLs. "Non-2xx only" gives you everything that didn't return healthy. Exports respect the filter.

Use cases for HTTP status auditing

Pre-deploy QA — check that your new site's URLs all return 200 before pushing live.

Post-migration verification — verify all old URLs now return 301 (not 302, not 404).

Broken-link audits — bulk surface every 404/410.

Service health — check a status-page URL set returns 200 across regions.

Frequently asked questions

Are status codes live or cached?
Always live. Every URL gets a fresh request at job runtime. We never cache responses.
Do you check just the status, or follow redirects?
Both. We report the initial status AND the final URL after following redirects, with each hop visible. You can filter or sort by either.
Can I distinguish 301 from 308?
Yes. Both are permanent redirects, but 308 preserves the request method (POST stays POST). We report each separately.

Related tools

Bulk URL Status Checker

Paste your list, get back every URL's HTTP status code, redirect chain, and response time. CSV export, filter by status group, free for the first 300 URLs.

Bulk 404 Checker

Submit a list, get back every URL returning 404. Filters out 200s and redirects, detects soft 404s by content heuristics, exports the broken set to CSV in one click.

Bulk Redirect Checker

Submit a URL list, get back every redirect chain — permanent vs temporary, hop count, final destination, and whether each chain is SEO-friendly or wasteful.

We use analytics cookies to improve your experience. Opt out anytime in Cookie Settings. Privacy Policy

Settings