Statuspage website screenshot

Statuspage

Statuspage by Atlassian is a hosted status page and incident communication platform that helps companies communicate real-time service status, incident updates, scheduled maintenance, and component health to customers and internal stakeholders. It supports public and private pages, audience-specific pages, subscriber notifications via email, SMS, webhooks, Slack, and Teams, and 150+ third-party component integrations. The Statuspage REST API provides programmatic access to pages, components, incidents, maintenances, metrics, subscribers, and users authenticated with an OAuth-prefixed API key.

Statuspage publishes 2 APIs on the APIs.io network: Webhook Notifications and Pages API. Tagged areas include Status Page, Incident Communication, Incident Management, Uptime, and Reliability.

The Statuspage catalog on APIs.io includes 1 event-driven AsyncAPI specification and 1 Spectral governance ruleset.

Statuspage’s developer surface includes authentication, documentation, pricing, signup flow, support, and 10 more developer resources.

34.5/100 thin ▬ flat Agent 18/100 agent aware saas Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
1 APIs
Status PageIncident CommunicationIncident ManagementUptimeReliabilityAtlassian

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Create-or-Update Ergonomics applies to this provider. This API accepts writes, so it carries 10 points of the composite. It is scored from the published contracts themselves: whether a caller can create-or-update in one call, whether the write accepts a key the caller already holds, and whether the response says which branch ran. Without that, every write needs a search-and-branch in front of it, and the first time that check is skipped a duplicate record is created. Scored against the observed mean rather than raw — a provider at the catalog average is unchanged by this facet, not penalised by it.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/statuspage: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 4

Individual APIs this provider publishes, each with its own machine-readable definition.

Statuspage Manage API

REST API for managing Statuspage pages, components, component groups, incidents, incident templates, scheduled maintenances, metrics, subscribers, users, and page access groups....

Statuspage Status API (v2)

Public, read-only REST API exposed by every Statuspage at /api/v2 that returns current status, components, incidents, maintenances, and uptime data as JSON. Useful for embedding...

Statuspage Webhook Notifications

Outbound webhook notifications Statuspage POSTs to subscriber endpoints for component status changes, incident lifecycle updates, and scheduled maintenance lifecycle updates. Su...

Statuspage Pages API

The Pages API from Statuspage — 17 operation(s) for pages.

Open Collections 3

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Statuspage REST Pages API

OPEN COLLECTION

Statuspage REST API

OPEN COLLECTION

GraphQL 1

GraphQL schemas published by this provider.

Atlassian Statuspage GraphQL Schema

This conceptual GraphQL schema represents the Atlassian Statuspage REST API surface, which provides programmatic access to hosted status pages and incident communication. The RE...

GRAPHQL

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Statuspage Webhook Notifications

AsyncAPI description of the webhook notifications that Atlassian Statuspage delivers to subscriber endpoints. Statuspage POSTs a JSON body to a customer-configured URL whenever ...

ASYNCAPI

Spectral Rules 1

Spectral governance rulesets for linting and validating these APIs.

Statuspage API Rules

6 rules · 1 errors 5 warnings

SPECTRAL

Security Posture 4

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Statuspage Authentication

apiKey · 1 scheme

SECURITY

Statuspage Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Statuspage Vulnerability Disclosure

security.txt · contact published

SECURITY

Statuspage Trust Center

FedRAMP

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Statuspage Agentic Access

29 operations · 14 acting

29 operations · 14 acting

AGENTIC

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 4

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: statuspage
name: Statuspage
description: Statuspage by Atlassian is a hosted status page and incident communication platform that helps companies communicate
  real-time service status, incident updates, scheduled maintenance, and component health to customers and internal stakeholders.
  It supports public and private pages, audience-specific pages, subscriber notifications via email, SMS, webhooks, Slack,
  and Teams, and 150+ third-party component integrations. The Statuspage REST API provides programmatic access to pages, components,
  incidents, maintenances, metrics, subscribers, and users authenticated with an OAuth-prefixed API key.
type: Index
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - authentication
  - security
  generated: '2026-09-03'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/statuspage.png
tags:
- Status Page
- Incident Communication
- Incident Management
- Uptime
- Reliability
- Atlassian
url: https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/apis.yml
created: '2026-05-11'
modified: '2026-05-30'
specificationVersion: '0.23'
apis:
- aid: statuspage:manage-api
  name: Statuspage Manage API
  description: REST API for managing Statuspage pages, components, component groups, incidents, incident templates, scheduled
    maintenances, metrics, subscribers, users, and page access groups. Authentication uses an API key passed in the Authorization
    header with the literal "OAuth" prefix.
  humanURL: https://developer.statuspage.io/
  baseURL: https://api.statuspage.io/v1
  tags:
  - Management
  - Incidents
  - Components
  - Subscribers
  - Metrics
  properties:
  - type: Documentation
    url: https://developer.statuspage.io/
  - type: APIReference
    url: https://developer.statuspage.io/
  - type: Authentication
    url: https://support.atlassian.com/statuspage/docs/create-and-manage-api-keys/
  - url: graphql/statuspage-graphql.md
    type: GraphQL
- aid: statuspage:status-api
  name: Statuspage Status API (v2)
  description: Public, read-only REST API exposed by every Statuspage at /api/v2 that returns current status, components,
    incidents, maintenances, and uptime data as JSON. Useful for embedding status data in applications.
  humanURL: https://doers.statuspage.io/api/v2/
  baseURL: https://[page-id].statuspage.io/api/v2
  tags:
  - Status
  - Public
  - Read Only
  tags_raw:
  - Status
  - Public
  - Read-Only
  properties:
  - type: Documentation
    url: https://doers.statuspage.io/api/v2/
- aid: statuspage:webhooks
  name: Statuspage Webhook Notifications
  description: Outbound webhook notifications Statuspage POSTs to subscriber endpoints for component status changes, incident
    lifecycle updates, and scheduled maintenance lifecycle updates. Subscribers must respond with a 2xx status code within
    30 seconds.
  humanURL: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
  tags:
  - Webhook
  - Notification
  - Incidents
  - Components
  - Scheduled Maintenance
  - Event-Driven
  tags_raw:
  - Webhooks
  - Notifications
  - Incidents
  - Components
  - Scheduled Maintenance
  - Event-Driven
  properties:
  - type: Documentation
    url: https://support.atlassian.com/statuspage/docs/enable-webhook-notifications/
  - type: AsyncAPI
    url: https://raw.githubusercontent.com/api-evangelist/statuspage/refs/heads/main/asyncapi/statuspage-webhooks-asyncapi.yml
- aid: statuspage:statuspage-pages-api
  name: Statuspage Pages API
  description: The Pages API from Statuspage — 17 operation(s) for pages.
  humanURL: https://developer.statuspage.io/
  baseURL: https://api.statuspage.io/v1
  tags:
  - Pages
  properties:
  - type: OpenAPI
    url: openapi/statuspage-pages-api-openapi.yml
common:
- type: AgenticAccess
  url: agentic-access/statuspage-agentic-access.yml
- type: TrustCenter
  url: security/statuspage-trust-center.yml
- type: VulnerabilityDisclosure
  url: security/statuspage-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/statuspage-domain-security.yml
- type: Authentication
  url: authentication/statuspage-authentication.yml
- type: GitHubOrganization
  url: https://github.com/StatusPage
- type: LinkedIn
  url: https://www.linkedin.com/company/statuspage
- type: Website
  url: https://www.atlassian.com/software/statuspage
- type: DeveloperPortal
  url: https://developer.statuspage.io/
- type: Documentation
  url: https://support.atlassian.com/statuspage/
- type: Pricing
  url: https://www.atlassian.com/software/statuspage/pricing
- type: Signup
  url: https://www.atlassian.com/software/statuspage/try
- type: Login
  url: https://manage.statuspage.io/login
- type: Support
  url: https://support.atlassian.com/statuspage/
- type: Integrations
  url: https://www.atlassian.com/software/statuspage/integrations
- type: Parent Company
  url: https://www.atlassian.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-parent: atlassian
x-relationship: product

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/statuspage"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/statuspage/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/statuspage/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.