PeerTube · Example Payload

Getinstancestats

Get instance public statistics. This endpoint is cached.

Stats

Getinstancestats is an example object payload from PeerTube, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparametersrequestBodyresponses

Example Payload

Raw ↑
{
  "operationId": "getInstanceStats",
  "method": "GET",
  "path": "/api/v1/server/stats",
  "summary": "Get instance stats",
  "description": "Get instance public statistics. This endpoint is cached.",
  "tags": [
    "Stats"
  ],
  "parameters": [],
  "requestBody": null,
  "responses": {
    "200": {
      "description": "successful operation",
      "examples": {}
    }
  }
}