/statistics/status

Fetch the current status of services and incidents.

↗ Open in API Explorer
GET

Get Services Status

Fetch the current status of services and incidents.

Request

Endpoint: GET https://api.outscraper.cloud/statistics/status

Responses

200

application/json

Services Status.

[
  {
    "healthy": true,
    "incident": null,
    "monitors_down": []
  }
]

Code Samples

cURL

curl -X GET "https://api.outscraper.cloud/statistics/status"

Related Endpoints