API & integrations

Exporting your data

Your data is yours, so leaving with it, or syncing it continuously, is a first-class feature, not a support ticket.

5 min read Updated June 2026 API & integrations
$ curl api.bobray.com/v1 -H "Authorization: Bearer" {"visitors": 48210,"pageviews": 112094}

One-off exports (every plan)

Any dashboard view has a ↓ CSV button exporting exactly what you see, respecting the active date range and filters. For full-history dumps, Settings → Export → Full export emails you a link to a zipped CSV set within minutes.

Scheduled exports (Scale)

Point a nightly export at your warehouse: Settings → Export → Schedule, choose daily/weekly, destination email or S3-compatible bucket, and the datasets (stats, pages, sources, goals). Files are dated, idempotent, and safe to re-ingest.

Via the API

Everything exportable is also queryable, see Stats endpoints, which is usually cleaner for BI tools than file drops.

Exports contain the same anonymous aggregates as the dashboard. There is no “raw personal data” export because no such data exists.

Common pitfalls

The mistakes we see most often on this topic, so you can skip them entirely.

Quick reference

Quick export↓ CSV on any view
Full dumpSettings → Export
ScheduledScale: daily/weekly, S3/email
After cancel30-day window
Did this solve it? If not, write to support with your site ID, a real person replies within one business day.