FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Plausible Has a Free API — Google Analytics Alternative That Respects Privacy
NewsWeb Development

Plausible Has a Free API — Google Analytics Alternative That Respects Privacy

via Dev.to WebdevAlex Spinov2h ago

Plausible is a lightweight, open-source web analytics tool. Under 1KB script, no cookies, and a clean API for programmatic access. What Is Plausible? Plausible is privacy-first analytics. It gives you essential metrics without the bloat of Google Analytics. Self-hosted: Free and unlimited Cloud: From $9/month REST API # Realtime visitors curl https://plausible.io/api/v1/stats/realtime/visitors?site_id = YOUR_SITE \ -H "Authorization: Bearer YOUR_TOKEN" # Aggregate stats curl "https://plausible.io/api/v1/stats/aggregate?site_id=YOUR_SITE&period=30d&metrics=visitors,pageviews,bounce_rate" \ -H "Authorization: Bearer YOUR_TOKEN" # Top pages curl "https://plausible.io/api/v1/stats/breakdown?site_id=YOUR_SITE&period=30d&property=event:page&limit=10" \ -H "Authorization: Bearer YOUR_TOKEN" # Traffic sources curl "https://plausible.io/api/v1/stats/breakdown?site_id=YOUR_SITE&period=30d&property=visit:source" \ -H "Authorization: Bearer YOUR_TOKEN" Add to Website <script defer data-domain= "yo

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles

Why CTA Factors Stop Working: What You’re Really Supposed to Iterate Isn’t the Parameters — It’s…
News

Why CTA Factors Stop Working: What You’re Really Supposed to Iterate Isn’t the Parameters — It’s…

Medium Programming • 2h ago

Xiaomi Poco X8 Pro Review: Iron Man
News

Xiaomi Poco X8 Pro Review: Iron Man

Medium Programming • 4h ago

Google pixel 11 pro leaks first look!
News

Google pixel 11 pro leaks first look!

Medium Programming • 4h ago

End-to-End Testing: Playwright vs Cypress in Real Projects
News

End-to-End Testing: Playwright vs Cypress in Real Projects

Medium Programming • 5h ago

I Vibecoded a Playful Color Picker…and It Turned Into Something Crazy
News

I Vibecoded a Playful Color Picker…and It Turned Into Something Crazy

Medium Programming • 5h ago

Discover More Articles