{"uid":"cap_fcCqSXZbKAyN3_ZljS-2X","slug":"http-status-checker-315d9f5c","name":"HTTP Status Checker","description":"Give this API a list of up to 10 web addresses and it will visit each one to tell you whether it is working, broken, or redirecting visitors somewhere else. You get back the exact status number (like 200 for OK, 404 for not found, 500 for server error), whether the address redirects, and where it redirects to. Great for finding broken links, verifying website migrations, and running quick SEO audits without writing any code.","url":"https://http-status-checker.underscoredone.com/check","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"urls":{"type":"array","description":"A list of 1 to 10 web addresses you want to check. Each address must start with http:// or https://."}}},"responseSchema":{"type":"json","example":{"results":[{"url":"https://onescales.com","error":"","isRedirect":false,"statusCode":200,"redirectURL":""},{"url":"https://onescales.com/pages/contact","error":"","isRedirect":false,"statusCode":200,"redirectURL":""}],"api_version":"1.0.0"}},"example":{"request":{"urls":["https://example.com","https://example.com/old-page","https://example.com/missing","https://shop.example.com","https://blog.example.com"]},"response":{"results":[{"url":"https://example.com","error":"","isRedirect":false,"statusCode":200,"redirectURL":""},{"url":"https://example.com/old-page","error":"","isRedirect":false,"statusCode":404,"redirectURL":""},{"url":"https://example.com/missing","error":"","isRedirect":false,"statusCode":404,"redirectURL":""},{"url":"https://shop.example.com","error":"Could not connect to this address. The domain may not exist or the server may be offline.","isRedirect":false,"statusCode":null,"redirectURL":""},{"url":"https://blog.example.com","error":"Could not connect to this address. The domain may not exist or the server may be offline.","isRedirect":false,"statusCode":null,"redirectURL":""}],"api_version":"1.0.0"}},"exampleRequest":{"urls":["https://example.com","https://example.com/old-page","https://example.com/missing","https://shop.example.com","https://blog.example.com"]},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":1,"rating":{"score":"0.17","successRate":"0.00","reviews":1,"stars":"1.7","state":"rated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_gq-3cuvnV4RvzEeEreRhV","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Checks up to 10 URLs in a single call and returns the HTTP status code, redirect status, and redirect destination for each","exampleAgentPrompt":"Can you check these five URLs and tell me which ones are broken, which are working, and whether any of them are redirecting somewhere else: https://example.com, https://example.com/old-page, https://example.com/missing, https://shop.example.com, and https://blog.example.com?","exampleUseCases":null,"resultDescription":"Returns for each submitted URL: the HTTP status code (e.g. 200, 301, 404, 500), whether the URL redirects, and the destination URL if a redirect is present. Allows quick triage of working, broken, and redirecting pages.","failureModes":["Invalid URL format (not starting with http:// or https://) causes rejection","More than 10 URLs in the list exceeds the allowed limit","Unreachable or timed-out URLs may return an error or connectivity failure status","Malformed input array returns a validation error"],"whenToPreferThis":"Use this endpoint when you need to quickly check the HTTP status of a known list of URLs without writing code — especially for link audits, post-migration verification, broken link detection, or SEO checks. Prefer this over a full web crawler when you have a specific list of up to 10 URLs and just need status codes and redirect info, not page content.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":1,"lastUsedAt":"2026-07-17T22:27:57.209Z","lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:39:09.776Z","isFirstParty":false}