Plausible website screenshot

Plausible

Plausible is an open source, privacy-friendly web analytics platform designed as a lightweight alternative to Google Analytics. It provides essential website traffic metrics without using cookies or collecting personal data, making it compliant with GDPR, CCPA, and other privacy regulations out of the box. It can be self-hosted or used as a cloud service.

3 APIs 0 Features
AnalyticsCookie-FreeGDPROpen SourcePrivacyWeb Analytics

APIs

Plausible Stats API

The Plausible Stats API provides programmatic access to website analytics data including aggregate metrics, time-series data, and breakdowns by various dimensions such as pages,...

Plausible Events API

The Plausible Events API allows developers to send pageview and custom events to Plausible from server-side applications, mobile apps, or any environment where the standard Java...

Plausible Sites API

The Plausible Sites API enables developers to programmatically manage sites within their Plausible account. It supports creating new sites, deleting existing sites, retrieving s...

Collections

Pricing Plans

Plausible Plans Pricing

4 plans

PLANS

Rate Limits

Plausible Rate Limits

3 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
APIDocumentation
APIDocumentation
🚀
GettingStarted
GettingStarted
📰
Blog
Blog
💰
Pricing
Pricing
👥
GitHub
GitHub
🔗
Login
Login
📝
Signup
Signup
💬
Support
Support
🔗
SelfHosted
SelfHosted
📄
ChangeLog
ChangeLog
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
DataPolicy
DataPolicy

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Plausible Stats API
  version: 2.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Query
    type: folder
  items:
  - info:
      name: Run a query against site analytics data
      type: http
    http:
      method: POST
      url: https://plausible.io/api/v2/query
      body:
        type: json
        data: '{}'
    docs: Execute a query against a Plausible site to retrieve metrics with optional dimensions, filters, ordering, and pagination.
bundled: true