NS - Our Public API

NS STATUS

THIS PAGE IS FOR NEWS / STATUS INFO. IT IS IN BETA SO ITS STILL BEING TESTED. YOU SHOULD BE ABLE TO SUBSCRIBE TO GET EMAIL UPDATES BY CLICKING THE THREE LINES BELOW. (SUPPORT IS VIA YOUR USUAL CLIENT AREA, EMAILS SENT ARE TO NOTIFY ONLY SO DONT REPLY) NEWS IS MANUALLY ADDED SO IT MIGHT NOT ALWAYS BE POSSIBLE TO UPDATE EVERY SINGLE ISSUE WHICH MIGHT OCCUR.

Our Public API

ALL SERVICES / VPN LOCATIONS HAVE BEEN SETUP WITH AUTOMATIC MONITORING (WHICH HOPEFULLY WILL WORK GOOD IF THE SERVICE IS COMPLETLY DOWN. IT WONT UPDATE IF THERE IS JUST SOME ISSUES) BUT IT MIGHT NOT BE 100% ACCURATE.
GET

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

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

{
"page": {
"name": "NS ",
"url": "https://ns.instatus.com",
"status": "HASISSUES"
},
"activeIncidents": [
{
"id": "cl4a8n3070721qtmzvts760c4",
"name": "We're facing an issue with our API",
"started": "2022-06-11T18:55:50Z",
"status": "INVESTIGATING",
"impact": "MAJOROUTAGE",
"url": "https://testing-widget.instatus.com/incident/cl4a8n3070721qtmzvts760c4",
"updatedAt": "2022-06-11T19:30:00Z"
}
],
"activeMaintenances": [
{
"id": "cl4a8nlv50918qtmzdlw60ivu",
"name": "Database maintenance",
"start": "2022-06-11T18:55:54Z",
"status": "NOTSTARTEDYET",
"duration": "60",
"url": "https://testing-widget.instatus.com/maintenance/cl4a8nlv50918qtmzdlw60ivu",
"updatedAt": "2022-06-11T19:30:00Z"
}
]
}
GET

https://ns.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": []
}
]