{ "aid": "statuspage.io:main-1.0.0", "name": "Statuspage API", "type": "Index", "description": "# Code of Conduct\nPlease don't abuse the API, and please report all feature requests and issues to\nhttps://support.atlassian.com/contact\n\n# Rate Limiting\nEach API token is limited to 1 request / second as measured on a 60 second rolling window.\nTo get this limit increased, please contact us at https://support.atlassian.com/contact\n\nError codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected.\n\n# Basics\n\n## HTTPS\nIt's required\n\n## URL Prefix\nIn order to maintain version integrity into the future, the API is versioned. All calls\ncurrently begin with the following prefix:\n\n https://api.statuspage.io/v1/\n\n## RESTful Interface\nWherever possible, the API seeks to implement repeatable patterns with logical,\nrepresentative URLs and descriptive HTTP verbs. Below are some examples and conventions\nyou will see throughout the documentation.\n\n* Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json\n* Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json\n* GET will retrieve information about a collection/element\n* POST will create an element in a collection\n* PATCH will update a single element\n* PUT will replace a single element in a collection (rarely used)\n* DELETE will destroy a single element\n\n## Sending Data\nInformation can be sent in the body as form urlencoded or JSON, but make sure the\nContent-Type header matches the body structure or the server gremlins will be angry.\n\nAll examples are provided in JSON format, however they can easily be converted to form encoding\nif required. Some examples of how to convert things are below:\n\n // JSON\n {\n \"incident\": {\n \"name\": \"test incident\",\n \"components\": [\"8kbf7d35c070\", \"vtnh60py4yd7\"]\n }\n }\n\n // Form Encoded (using curl as an example):\n curl -X POST https://api.statuspage.io/v1/example \\\n -d \"incident[name]=test incident\" \\\n -d \"incident[components][]=8kbf7d35c070\" \\\n -d \"incident[components][]=vtnh60py4yd7\"\n\n# Authentication\n\n", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/statuspage.io/main/1.0.0/apis.json", "tags": [ "statuspage.io", "main" ], "created": "2026-03-29", "modified": "2026-03-29", "specificationVersion": "0.19", "access": "3rd-Party", "maintainers": [ { "FN": "Jentic", "X-github": "jentic", "url": "https://github.com/jentic" } ], "apis": [ { "aid": "statuspage.io:main-1.0.0", "name": "Statuspage API", "description": "# Code of Conduct\nPlease don't abuse the API, and please report all feature requests and issues to\nhttps://support.atlassian.com/contact\n\n# Rate Limiting\nEach API token is limited to 1 request / second as measured on a 60 second rolling window.\nTo get this limit increased, please contact us at https://support.atlassian.com/contact\n\nError codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected.\n\n# Basics\n\n## HTTPS\nIt's required\n\n## URL Prefix\nIn order to maintain version integrity into the future, the API is versioned. All calls\ncurrently begin with the following prefix:\n\n https://api.statuspage.io/v1/\n\n## RESTful Interface\nWherever possible, the API seeks to implement repeatable patterns with logical,\nrepresentative URLs and descriptive HTTP verbs. Below are some examples and conventions\nyou will see throughout the documentation.\n\n* Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json\n* Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json\n* GET will retrieve information about a collection/element\n* POST will create an element in a collection\n* PATCH will update a single element\n* PUT will replace a single element in a collection (rarely used)\n* DELETE will destroy a single element\n\n## Sending Data\nInformation can be sent in the body as form urlencoded or JSON, but make sure the\nContent-Type header matches the body structure or the server gremlins will be angry.\n\nAll examples are provided in JSON format, however they can easily be converted to form encoding\nif required. Some examples of how to convert things are below:\n\n // JSON\n {\n \"incident\": {\n \"name\": \"test incident\",\n \"components\": [\"8kbf7d35c070\", \"vtnh60py4yd7\"]\n }\n }\n\n // Form Encoded (using curl as an example):\n curl -X POST https://api.statuspage.io/v1/example \\\n -d \"incident[name]=test incident\" \\\n -d \"incident[components][]=8kbf7d35c070\" \\\n -d \"incident[components][]=vtnh60py4yd7\"\n\n# Authentication\n\n", "image": "https://d1ykxpo828xni0.cloudfront.net/Statuspage-logo-padding.svg", "baseURL": "https://api.statuspage.io/v1", "humanURL": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/statuspage.io/main/1.0.0", "version": "1.0.0", "tags": [ "statuspage.io", "main" ], "properties": [ { "type": "OpenAPI", "name": "OpenAPI definition", "url": "https://raw.githubusercontent.com/jentic/jentic-public-apis/refs/heads/main/apis/openapi/statuspage.io/main/1.0.0/openapi.json", "mediaType": "application/openapi+json" }, { "type": "GitHubRepo", "url": "https://github.com/jentic/jentic-public-apis/tree/main/apis/openapi/statuspage.io/main/1.0.0" } ], "contact": [ { "FN": "Statuspage Support", "url": "https://support.atlassian.com/contact" } ] } ] }