Skip to main content
Fetch your own analytics: posts, uploads, data uploaded, comments received, likes received and followers gained over time, plus totals. This is the same data that powers the Analytics page in the Snipp Console, exposed so you can rebuild it in your own tools.

Behavior

  • Authenticated with your relay-key. Returns analytics for the key’s owner only.
  • Requires an active PLUS subscription. Without it the endpoint returns 403.
  • range selects the window for series and deltas. Valid values are 7, 30, 90 and 365. It defaults to 30 if omitted or invalid. buckets are always today, last 7 days and last 30 days regardless of range.
  • series arrays have one entry per day across the window, oldest first, including days with no activity (value 0).
  • totals.posts and totals.views are lifetime; totals.views is the sum of views across all your posts. totals.comments, totals.likes and totals.bytes cover the fetch window only, which is twice the selected range with a floor of 30 days.
  • deltas.change is the fractional change against the preceding window of equal length. It is null when the preceding window was zero and the current one is not, and 0 when both are zero.
  • payout is the creator payout estimate for the current biweekly payout period, for monetized creators only. payout.eligible is false for non-monetized accounts; when true, payout.payout is the estimated dollar share and payout.series is the daily referral score for the period. Earnings come from referrals, not from your own views or likes. The estimate is live and moves as referrals land through the period.
  • All dates are UTC.

Examples

Fetch your analytics for the last 90 days:

Responses