Khoury Office Hours - Our Public API

Our Public API

💥 Reminder from the team

  • We are a group of students trying to balance classes and the continual maintenance/development of this application.
  • Please do not message any individual on the team about outages or issues with the app. If there is an issue, we will diagnose it and fix it as soon as possible.
  • Instead, report bugs and issues here.

Thank you for your patience!

GET

https://khouryofficehours.instatus.com/summary.json

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

{
"page": {
"name": "Khoury Office Hours",
"url": "https://khouryofficehours.instatus.com",
"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://khouryofficehours.instatus.com/v2/components.json

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

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