Skip to main content
Innostocks’s API is currently in alpha.
For questions or feedback, reach out to us at hi@innostocks.com.
Click on the above widget to visit the Status Page and check the uptime and stability of Innostocks.

Status JSON feed

You can also always get the current system status, active incidents & maintenances by using this endpoint:
https://innostocks.instatus.com/summary.json

Sample response

{
  "page": {
    "name": "Innostocks",
    "url": "https://innostocks.com/api",
    "status": "HASISSUES"
  },
  "activeIncidents": [
    {
      "name": "We're facing an issue with on our general search API endpoint",
      "started": "Sat Jun 11 2022 18:55:50 GMT+0000 (Coordinated Universal Time)",
      "status": "INVESTIGATING",
      "impact": "MAJOROUTAGE",
      "url": "https://innostocks.com/api/symbol/search"
    }
  ],
  "activeMaintenances": [
    {
      "name": "Gateway maintenance",
      "start": "Sat Jun 11 2022 18:55:54 GMT+0000 (Coordinated Universal Time)",
      "status": "NOTSTARTEDYET",
      "duration": "60",
      "url": "https://innostocks.com/api/symbol/search"
    }
  ]
}

Possible page statuses

  • UP
  • HASISSUES
  • UNDERMAINTENANCE

Possible incident statuses

  • INVESTIGATING
  • IDENTIFIED
  • MONITORING
  • RESOLVED

Possible maintenance statuses

  • NOTSTARTEDYET
  • INPROGRESS
  • COMPLETED