ToolAssay

Normalize a public Atlassian Statuspage into operational, maintenance, degraded,

Normalize a public Atlassian Statuspage into operational, maintenance, degraded, partial_outage, major_outage or unknown state, with components, active incidents and scheduled maintenance. V1 accepts an explicit status-page URL; it does not discover arbitrary providers or infer hidden service health.

Answeringour last check, 2026-09-27
1 of 1checks answered this week
928 msmedian answer time
$0.002listed price per call
$0.002price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://http--forest-gas-station-mainnet--lcjl27p8lmjs.code.run/service/status

CategoryCode and developer
Provider hosthttp--forest-gas-station-mainnet--lcjl27p8lmjs.code.run
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-27 valid payment request 402$0.002 928 ms

Example input (from the provider)

{
  "body": {
    "status_url": "https://status.example.com"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "status_url": {
              "description": "Public status-page URL. V1 expects an Atlassian Statuspage-compatible /api/v2/summary.json endpoint.",
              "maxLength": 2048,
              "minLength": 1,
              "pattern": "^https?://",
              "type": "string"
            }
          },
          "required": [
            "status_url"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "additionalProperties": false,
          "properties": {
            "capability": {
              "const": "service.status"
            },
            "data": {
              "additionalProperties": false,
              "properties": {
                "active_incidents": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "impact": {
                        "type": "string"
                      },
                      "name": {
                        "type": "string"
                      },
                      "status": {
                        "enum": [
                          "investigating",
                          "identified",
                          "monitoring",
                          "resolved",
                          "unknown"
                        ]
                      },
                      "updated_at": {
                        "type": [
                          "string",
                          "null"
                        ]
                      }
                    },
                    "required": [
                      "name",
                      "status",
                      "impact",
                      "updated_at"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "components": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "status": {
                        "enum": [
                          "operational",
                          "maintenance",
                          "degraded",
                          "partial_outage",
                          "major_outage",
                          "unknown"
                        ]
                      }
                    },
                    "required": [
                      "name",
                      "status"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "indicator": {
                  "type": "string"
                },
                "message": {
                  "type": [
                    "string",
                    "null"
                  ]
                },
                "scheduled_maintenance": {
                  "items": {
                    "additionalProperties": false,
                    "properties": {
                      "name": {
                        "type": "string"
                      },
                      "scheduled_for": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "scheduled_until": {
                        "type": [
                          "string",
                          "null"
                        ]
                      },
                      "status": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "name",
                      "status",
                      "scheduled_for",
                      "scheduled_until"
                    ],
                    "type": "object"
                  },
                  "type": "array"
                },
                "status": {
                  "enum": [
                    "operational",
                    "maintenance",
                    "degraded",
                    "partial_outage",
                    "major_outage",
                    "unknown"
                  ]
                }
              },
              "required": [
                "status",
                "indicator",
                "message",
                "components",
                "active_incidents",
                "scheduled_maintenance"
              ],
              "type": "object"
            },
            "meta": {
              "additionalProperties": false,
              "properties": {
                "cache": {
                  "enum": [
                    "hit",
                    "miss",
                    "bypass"
                  ]
                },
                "checked_at": {
                  "type": "string"
                },
                "duration_ms": {
                  "minimum": 0,
                  "type": "integer"
                },
                "provider": {
                  "type": [
                    "string",
                    "null"

This page as JSON