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

Google Looker Studio Chartbrew Dailytics

Feed your BI tools

Send clean data to your analytics stack

Google BigQuery Power BI CloudQuery

Fix your data pipeline

Stop building on incomplete analytics

CSV export JSON API

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"
pageviewsTotal page views
visitorsUnique visitors
histogramTime series data
pagesTop pages
referrersTraffic sources
countriesVisitor locations
utm_*Campaign tracking
device_typesDevice breakdown

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_..."
added_isoTimestamp
pathPage path
country_codeLocation
referrerTraffic source
device_typeDevice info
browser_nameBrowser
duration_secondsTime on page
metadata.*Custom fields

Ready to build?

Read our API documentation to get started with integrating Simple Analytics into your workflow.