Fountain logo
ProductsFeaturesResourcesPricing
  • Introduction
  • Getting Started
  • Finding Clips
  • Styling Clips
  • Publishing Clips
  • Daily Growth

Endpoints

Overview
Project
Content
Search
Publishing
Uploads
Social

Models

Overview
  • Feed
  • Item
  • ItemStatus
  • PodcastCategory
  • Stats
  • StatsBucket
  • StatsMetric
  • StatsRow
Docs/Models

Stats

object

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.

Fields

rowsStatsRow[]required

One row per group.

metaobjectrequired

Response metadata.

bucketsstring[]optional

All bucket boundaries in range (ISO-8601); present only when a bucket was requested.

Example
{
  "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": {}
}
Example
{
  "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": {}
}
Products
  • Podcasters
  • Artists
  • Listeners
  • Pricing
Features
  • Hosting
  • Clips and Social
  • Daily Growth
  • Archive Search
  • Monetization
  • Livestreams
  • Community
  • Analytics
Resources
  • Docs
  • FAQs
  • Changelog
  • Blog
Discover
  • Trending
  • Feed
  • Charts
Social
  • X
  • Nostr
  • Instagram
  • LinkedIn
  • YouTube
© 2026 Fountain·Privacy Policy·Terms of Use·Contact