Our Public API

This page covers status and maintenance information for Arbitrum Networks including: Arbitrum One, Arbitrum Nova, Arbitrum Sepolia, and the Stylus Testnet. Arbiscan status updates and details for Arbitrum One and Nova can be found on the official Arbiscan status page, which will include information on planned outages.

For the status of network upgrades (e.g. ArbOS versions), please visit the network upgrades page.

GET

https://status.arbitrum.io/summary.json

Get the overall status for your status page. Doesn’t include components and historical notices.

{
"page": {
"name": "Arbitrum",
"url": "https://status.arbitrum.io",
"status": "UP"
},
"activeIncidents": [
{
"name": "We're facing an issue with our API",
"started": "Sat Jun 11 2022 18:55:50 GMT+0000 (Coordinated Universal Time)",
"status": "INVESTIGATING",
"impact": "MAJOROUTAGE",
"url": "https://testing-widget.instatus.com/incident/cl4a8n3070721qtmzvts760c4"
}
],
"activeMaintenances": [
{
"name": "Database maintenance",
"start": "Sat Jun 11 2022 18:55:54 GMT+0000 (Coordinated Universal Time)",
"status": "NOTSTARTEDYET",
"duration": "60",
"url": "https://testing-widget.instatus.com/maintenance/cl4a8nlv50918qtmzdlw60ivu"
}
]
}
GET

https://status.arbitrum.io/v2/components.json

Get your status page components, and active issues affecting them.

[
{
"id": "ckf01fvnxywz60a35wdbn5gz5",
"name": "App",
"status": "OPERATIONAL",
"description": "",
"isParent": false,
"children": []
}
]