Monitor Api Status — Status, Changes & Alerts avatar
Monitor Api Status — Status, Changes & Alerts

Pricing

Pay per usage

Go to Apify Store
Monitor Api Status — Status, Changes & Alerts

Monitor Api Status — Status, Changes & Alerts

Monitor api status data at scale with this powerful Apify actor. Extracts status, changes & alerts with automatic pagination and proxy rotation. Perfect for market research, competitive intelligence, and data-driven decision making.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Donny Nguyen

Donny Nguyen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

API Status Monitor

Monitor API endpoints for uptime, response time, and HTTP status. Track multiple APIs simultaneously and get structured JSON reports for dashboards and alerting.

Features

  • Check HTTP status codes and response times
  • Detect content type (JSON, HTML, etc.)
  • Validate SSL certificates
  • Monitor multiple endpoints in parallel
  • Configurable timeout per check

Input

{
"endpoints": [
{"url": "https://api.github.com", "name": "GitHub API"},
{"url": "https://jsonplaceholder.typicode.com/posts/1", "name": "JSONPlaceholder"}
],
"timeout": 10000
}

Output

Each endpoint produces a dataset item with:

  • name - Endpoint name
  • url - Endpoint URL
  • status - Human-readable status (up/down/error)
  • statusCode - HTTP status code
  • responseTimeMs - Response time in milliseconds
  • isUp - Boolean indicating if the endpoint is up
  • contentType - Response content type
  • sslValid - Whether SSL certificate is valid
  • checkedAt - ISO timestamp

Built By Donny Dev