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
Umami Has a Free API — Privacy-Focused Web Analytics
NewsWeb Development

Umami Has a Free API — Privacy-Focused Web Analytics

via Dev.to WebdevAlex Spinov2h ago

Umami is an open-source, privacy-focused alternative to Google Analytics. No cookies, no tracking, GDPR compliant by default. What Is Umami? Umami provides simple, clean web analytics without invading user privacy. Self-host it or use Umami Cloud. Free tier (Cloud): 10K events/month 3 websites No cookie banner needed Quick Start docker run -p 3000:3000 ghcr.io/umami-software/umami:postgresql-latest REST API # Get website stats curl https://your-umami.com/api/websites/WEBSITE_ID/stats?startAt = 1679000000000&endAt = 1679500000000 \ -H "Authorization: Bearer YOUR_TOKEN" # Get pageviews curl https://your-umami.com/api/websites/WEBSITE_ID/pageviews?startAt = 1679000000000&endAt = 1679500000000 \ -H "Authorization: Bearer YOUR_TOKEN" # Send event (tracking script alternative) curl -X POST https://your-umami.com/api/send \ -d '{"type":"event","payload":{"website":"WEBSITE_ID","url":"/pricing","name":"click-buy-button"}}' Add to Your Website <script defer src= "https://your-umami.com/script.j

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