A feed’s or item’s download and payment statistics.
The stats projection returned by the feed and item stats endpoints. rows is one StatsRow per grouping (a single ungrouped row when group_by is omitted). meta.buckets lists every bucket boundary in range so empty buckets can be rendered, and is present only when a bucket was requested.
One row per group.
metaobjectrequiredResponse metadata.
bucketsstring[]optionalAll bucket boundaries in range (ISO-8601); present only when a bucket was requested.
{
"rows": [
{
"group": {},
"total": {
"downloads": 1240,
"revenue_usd": 32.5,
"revenue_satoshis": 48210,
"supporters": 18
},
"previous": {
"downloads": 980,
"revenue_usd": 24,
"revenue_satoshis": 35600,
"supporters": 14
}
}
],
"meta": {}
}