Stone_Red Software Documentation
StatusExposed
StatusExposed
  • About
  • Authentication
  • API reference
    • Feed.rss
    • Feed.atom
    • Services
      • Statuses
        • Current
  • Specification
  • Hook0 Verify Webhooks
Powered by GitBook
On this page
  1. API reference

Services

PreviousFeed.atomNextStatuses

Last updated 2 months ago

get

Get general service information

Path parameters
serviceTypeSlugstring · enumRequiredPossible values:
addressstringRequired
portinteger · int32Required
Query parameters
statusHistoryLimitinteger · int32OptionalDefault: 1
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
get
GET /{serviceTypeSlug}/{address}/{port} HTTP/1.1
Host: api.status.exposed
Accept: */*
{
  "address": "text",
  "port": 1,
  "statusPageUrl": "text",
  "createdAt": "2025-05-24T12:07:47.756Z",
  "subscriberCount": 1,
  "degradedThreshold": 1,
  "updateInterval": "text",
  "nextUpdate": "2025-05-24T12:07:47.756Z",
  "hasBeenClaimed": true,
  "statusHistory": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "createdAt": "2025-05-24T12:07:47.756Z",
      "status": "UNKNOWN",
      "ping": 1,
      "extraData": "text"
    }
  ],
  "serviceType": "WEBSITE",
  "currentStatus": {
    "id": "123e4567-e89b-12d3-a456-426614174000",
    "createdAt": "2025-05-24T12:07:47.756Z",
    "status": "UNKNOWN",
    "ping": 1,
    "extraData": "text"
  }
}