Get general stats for this pomu

GET /stats

Get general stats for this pomu.app instance

Responses

  • OK

    Hide response attributes Show response attributes object
    • videoAmount integer Required

      Amount of videos which are archived or queued to be archived

    • totalFileSize integer Required

      Total file size of all archives in bytes

    • totalLength integer Required

      Total amount of seconds of all archives

    • s3BillPerMonth number(double) Required

      S3 bill per month in USD

    • usdPerGbPerMonth number(double)

      Cost of a single gigabyte of data per month for S3

GET /stats
curl \
 -X GET https://pomu.app/api/stats
Response examples (200)
{
  "videoAmount": 42,
  "totalFileSize": 42,
  "totalLength": 42,
  "s3BillPerMonth": 42.0,
  "usdPerGbPerMonth": 42.0
}
Response examples (200)
{
  "videoAmount": 42,
  "totalFileSize": 42,
  "totalLength": 42,
  "s3BillPerMonth": 42.0,
  "usdPerGbPerMonth": 42.0
}