Get trending eprints ranked by engagement velocity
Parameters
Output
application/jsonitems
array
Required
Trending eprints with velocity data
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"required": [
"items"
],
"properties": {
"items": {
"type": "array",
"items": {
"ref": "#velocityEntry",
"type": "ref"
},
"description": "Trending eprints with velocity data"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of results"
},
"window": {
"type": "string",
"default": "24h",
"description": "Time window for velocity calculation",
"knownValues": [
"24h",
"7d",
"30d"
]
}
}
},
"description": "Get trending eprints ranked by engagement velocity"
}