PeerTube · Schema
ServerStats
VideoDecentralizedFederationOpen-SourceActivityPubSelf-HostedStreaming
Properties
| Name | Type | Description |
|---|---|---|
| totalUsers | number | |
| totalDailyActiveUsers | number | |
| totalWeeklyActiveUsers | number | |
| totalMonthlyActiveUsers | number | |
| totalModerators | number | **PeerTube >= 6.1** Value is null if the admin disabled total moderators stats |
| totalAdmins | number | **PeerTube >= 6.1** Value is null if the admin disabled total admins stats |
| totalLocalVideos | number | |
| totalLocalVideoViews | number | Total video views made on the instance |
| totalLocalVideoDownloads | number | Total video downloads made on the instance |
| totalLocalVideoComments | number | Total comments made by local users |
| totalLocalVideoFilesSize | number | |
| totalVideos | number | |
| totalVideoComments | number | |
| totalLocalVideoChannels | number | |
| totalLocalDailyActiveVideoChannels | number | |
| totalLocalWeeklyActiveVideoChannels | number | |
| totalLocalMonthlyActiveVideoChannels | number | |
| totalLocalPlaylists | number | |
| totalInstanceFollowers | number | |
| totalInstanceFollowing | number | |
| videosRedundancy | array | |
| totalActivityPubMessagesProcessed | number | |
| totalActivityPubMessagesSuccesses | number | |
| totalActivityPubMessagesErrors | number | |
| activityPubMessagesProcessedPerSecond | number | |
| totalActivityPubMessagesWaiting | number | |
| averageRegistrationRequestResponseTimeMs | number | **PeerTube >= 6.1** Value is null if the admin disabled registration requests stats |
| totalRegistrationRequestsProcessed | number | **PeerTube >= 6.1** Value is null if the admin disabled registration requests stats |
| totalRegistrationRequests | number | **PeerTube >= 6.1** Value is null if the admin disabled registration requests stats |
| averageAbuseResponseTimeMs | number | **PeerTube >= 6.1** Value is null if the admin disabled abuses stats |
| totalAbusesProcessed | number | **PeerTube >= 6.1** Value is null if the admin disabled abuses stats |
| totalAbuses | number | **PeerTube >= 6.1** Value is null if the admin disabled abuses stats |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/peertube/main/json-schema/ServerStats.json",
"title": "ServerStats",
"properties": {
"totalUsers": {
"type": "number"
},
"totalDailyActiveUsers": {
"type": "number"
},
"totalWeeklyActiveUsers": {
"type": "number"
},
"totalMonthlyActiveUsers": {
"type": "number"
},
"totalModerators": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled total moderators stats"
},
"totalAdmins": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled total admins stats"
},
"totalLocalVideos": {
"type": "number"
},
"totalLocalVideoViews": {
"type": "number",
"description": "Total video views made on the instance"
},
"totalLocalVideoDownloads": {
"type": "number",
"description": "Total video downloads made on the instance"
},
"totalLocalVideoComments": {
"type": "number",
"description": "Total comments made by local users"
},
"totalLocalVideoFilesSize": {
"type": "number"
},
"totalVideos": {
"type": "number"
},
"totalVideoComments": {
"type": "number"
},
"totalLocalVideoChannels": {
"type": "number"
},
"totalLocalDailyActiveVideoChannels": {
"type": "number"
},
"totalLocalWeeklyActiveVideoChannels": {
"type": "number"
},
"totalLocalMonthlyActiveVideoChannels": {
"type": "number"
},
"totalLocalPlaylists": {
"type": "number"
},
"totalInstanceFollowers": {
"type": "number"
},
"totalInstanceFollowing": {
"type": "number"
},
"videosRedundancy": {
"type": "array",
"items": {
"type": "object",
"properties": {
"strategy": {
"type": "string"
},
"totalSize": {
"type": "number"
},
"totalUsed": {
"type": "number"
},
"totalVideoFiles": {
"type": "number"
},
"totalVideos": {
"type": "number"
}
}
}
},
"totalActivityPubMessagesProcessed": {
"type": "number"
},
"totalActivityPubMessagesSuccesses": {
"type": "number"
},
"totalActivityPubMessagesErrors": {
"type": "number"
},
"activityPubMessagesProcessedPerSecond": {
"type": "number"
},
"totalActivityPubMessagesWaiting": {
"type": "number"
},
"averageRegistrationRequestResponseTimeMs": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled registration requests stats"
},
"totalRegistrationRequestsProcessed": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled registration requests stats"
},
"totalRegistrationRequests": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled registration requests stats"
},
"averageAbuseResponseTimeMs": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled abuses stats"
},
"totalAbusesProcessed": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled abuses stats"
},
"totalAbuses": {
"type": "number",
"description": "**PeerTube >= 6.1** Value is null if the admin disabled abuses stats"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ServerStats"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.