Stream complete analytics data
into your systems
Use Simple Analytics as a data layer. Query insights, export raw data, and automate workflows, without sampling, consent bias, or data loss.
Built for teams that own their data
Connect Simple Analytics to data warehouses, BI tools, and internal dashboards.
Query API
For dashboards, reporting, and internal tools
Raw Data API
For data warehouses, pipelines, and modeling
Management API
Manage websites, teams, and automation
Build your own dashboards
Replace GA4 with your own stack
Feed your BI tools
Send clean data to your analytics stack
Fix your data pipeline
Stop building on incomplete analytics
Built for developers
Simple Authentication
API key based auth. Generate keys in your account settings and start making requests.
Powerful Filtering
Filter by pages, countries, referrers, UTMs, browsers, devices, and more with wildcard support.
Flexible Date Ranges
Use date placeholders like 'today', 'yesterday', or 'today-30d' for dynamic queries.
Timezone Support
Specify any IANA timezone to get data in your local time.
Multiple Formats
Export data in JSON, CSV, or many other formats. Public websites can be accessed without authentication.
Real-time Streaming
Data streams directly from our database. No limits on export size.
Stats API
# Get page views for the last 30 days
curl "https://simpleanalytics.com/simpleanalytics.com.json\
?version=6\
&fields=pageviews,visitors,histogram\
&start=today-30d\
&end=yesterday"Export API
# Export raw data points as CSV
curl "https://simpleanalytics.com/api/export/datapoints\
?hostname=example.com\
&format=csv\
&fields=added_iso,path,country_code\
&start=2026-03-01" \
-H "Api-Key: sa_api_key_..."Ready to build?
Read our API documentation to get started with integrating Simple Analytics into your workflow.