Use the JSON API to integrate the uptime statuses into your own systems. Use the Exchanges API to get statuses of all connected exchanges.
            
              GET
              
                
            
              Example JSON
              
                  
{
	"messages": [{
              "date": "2021-02-23T07:32:37Z",
              "message": "We experienced some problems...",
    }, ...
    ],
	"data": {
		"monitors": [{
			"status": "ok",
			"name": "Website",
			"dailyRatios": [{
				"ratio": 100,
				"label": "success"
			}, ...
			],
			"90dRatio": {
				"ratio": 100,
				"label": "success"
			},
			"30dRatio": {
				"ratio": 100,
				"label": "success"
			}
		}, ...
		]
	},
	"days": ["February 28, 2021", "February 27, 2021", "February 26, 2021", ...],
	"statistics": {
		"uptime": {
			"last_24_hours": 100,
			"last_7_days": 99.817,
			"last_30_days": 99.848,
			"last_90_days": 99.946
		},
		"counts": {
			"up": 8,
			"down": 0,
			"paused": 0
		},
		"latest_downtime": null
	},
	"status_result": "<\/i><\/span> All systems operational<\/span><\/b>",
	"update_time": 1614629522,
	"update_date": "2021-03-01T20:12:02Z"
}