Get statistics about the magnet index.
Output
Encoding
application/jsontotalEntries
integer
Required
Total number of indexed magnet entries.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"totalEntries"
],
"properties": {
"totalEntries": {
"type": "integer",
"description": "Total number of indexed magnet entries."
}
}
},
"encoding": "application/json"
},
"description": "Get statistics about the magnet index."
}