APImcp
GuidesWebhook & Testing
ConsoleDocsMCP
Webhook & Testing ⏱ 1 min read

Bulk URL Checker API — Check Multiple URLs Simultaneously

Check the status of multiple URLs simultaneously. Get HTTP status, response time, and content type for each URL. Free API.

01

What is Bulk URL Checking?

Bulk URL checking tests multiple URLs in parallel and returns the status, response time, and content type for each. Perfect for monitoring, link validation, and health checks across multiple services.

02

How to Use It

Call GET /api/v1/bulk-checker?urls=https://example.com,https://google.com. Returns { total: number, results: Array<{ url: string, status: number, working: boolean, response_time_ms: number, content_type: string }>, average_time_ms: number }.

Try it live Test this endpoint in the interactive console
Open Console →

Frequently Asked Questions

How many URLs can I check at once?
Up to 20 URLs per request. All URLs are checked in parallel for fast results.