Reporting API
Programmatic access to every metric and report.
Access every metric programmatically through the Reporting API, or export to CSV for your warehouse and BI tools. You own your data. Pull it into the tools your team already uses.

The Reporting API exposes every report, segment, and goal as structured data in JSON, CSV, or XML, so you can build custom dashboards or pipe results into your BI stack.
# Any report, one request
GET /index.php?module=API&method=VisitsSummary.get
&idSite=1&period=week&date=last7&format=JSON
{
"nb_visits": 18420,
"nb_uniq_visitors": 11932,
"nb_actions": 67204,
"avg_time_on_site": 312,
"bounce_rate": "31%",
"nb_conversions": 642
}Schedule CSV exports or pull complete data into your warehouse through the API. And because PHI is stripped before anything is stored, what leaves the platform is sanitized by construction.

Compliant access, on your terms.
Programmatic access to every metric and report.
Export CSV or pull complete data into your warehouse.
Feed your own BI tools and internal dashboards.
API tokens tied to per-site user permissions.
Pull complete, unsampled historical data.
Exported data is sanitized and PHI-free.
Compliant API access and export, ready to go.