Your data, where you need it.

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.

Full Reporting APIJSON, CSV & XML exportYou own your data
your-practice.ghostmetrics.io / reporting-api
The Ghost Metrics API reference: every report module and method, with example formats

Query any metric, programmatically.

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.

Simple JSON API for every report
Filter by segment, date, and goal
Token-based, scoped access
Reporting APIJSON
# 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
}

Export everything, keep everything.

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.

Scheduled CSV report delivery
Full historical data, no sampling
Delete or export on request
Scheduled report configuration: weekly delivery in CSV format

Built for your data team.

Compliant access, on your terms.

Reporting API

Programmatic access to every metric and report.

Data export

Export CSV or pull complete data into your warehouse.

Custom dashboards

Feed your own BI tools and internal dashboards.

Scoped tokens

API tokens tied to per-site user permissions.

No sampling

Pull complete, unsampled historical data.

Compliant export

Exported data is sanitized and PHI-free.

API & export, answered

What can the Reporting API access?
Every report, segment, and goal is available as structured data in JSON, CSV, or XML, filterable by date, segment, and more.
Can I export to my warehouse?
Yes. Schedule CSV report delivery or have your warehouse pull complete data through the API, so your team works in the tools it already uses.
Do I own my data?
Always. You can export or permanently delete your full dataset at any time. There is no lock-in.
Is exported data safe to put in my warehouse?
Yes. PHI is stripped before anything is stored, so every export and API response is sanitized by construction. There is nothing sensitive to leak downstream.

Bring your analytics into your stack.

Compliant API access and export, ready to go.