Skip to main content

Plausible Analytics

@club_aqua_back_deck/plausible-analyticsv2026.08.14.2· 8d agoMODELS
01README

Read-only Plausible Stats API queries and workflow-ready SEO/AEO analytics snapshots.

02Models1
@club_aqua_back_deck/plausible-analyticsv2026.08.14.2extensions/models/plausible.ts

Global Arguments

ArgumentTypeDescription
siteIdstringPlausible site ID.
baseUrlurlPlausible instance URL.
apiKeystringStats API key supplied by a Swamp vault expression.
apiVersionenumStats API version for snapshots.
fn query(metrics: array, dimensions: array, filters: array, orderBy: array, includeImports: boolean, includeTimeLabels: boolean, limit: number, offset: number)
Run a flexible read-only Plausible Stats API v2 query.
ArgumentTypeDescription
metricsarray
dimensionsarray
filtersarray
orderByarray
includeImportsboolean
includeTimeLabelsboolean
limitnumber
offsetnumber
fn snapshot(limit: number, includeImports: boolean)
Capture overview, pages, landings, acquisition, goals, and trend data for SEO/AEO workflows.
ArgumentTypeDescription
limitnumber
includeImportsboolean

Resources

queryResult(infinite)— Normalized result from a Plausible Stats API v2 query.
seoSnapshot(infinite)— Workflow-ready traffic and discovery snapshot for SEO/AEO analysis.
03Previous Versions1
2026.08.14.1
04Stats
A
100 / 100
Downloads
1
Archive size
16.8 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms