Overview

Mixpanel supports API endpoints that can query, export, and import data as well as manipulate Mixpanel metadata (such as data definitions).

The API endpoints are organized by the function that they support. The API structure is as follows:

Standard Server: api.mixpanel.com
EU Residency Server: api-eu.mixpanel.com
Use the Ingestion API to get your data into Mixpanel. This includes live events, historical imports, and user profile data.

Standard Server: mixpanel.com/api
EU Residency Server: eu.mixpanel.com/api
Use the Query AP to get the same calculated data the powers Mixpanel's web application. This includes Insights, Funnels, Retention, and custom JQL Queries.

Standard Server: data.mixpanel.com/api/2.0/export
EU Residency Server: data-eu.mixpanel.com/api/2.0/export
Use the Raw Data Export API endpoint to obtain your event data. This API supports direct download or uploading to a cloud bucket.

Standard Server: data.mixpanel.com/api/2.0/nessie
EU Residency Server: data-eu.mixpanel.com/api/2.0/nessie
Use the Data Pipelines API to export Mixpanel data to your own Data Warehouse. Mixpanel’s Data Pipelines product removes the need to build complex connectors, maintain exporting code, and apply ad-hoc data transformations.

Standard Server: mixpanel.com/api/app/projects
EU Residency Server: eu.mixpanel.com/api/app/projects
Use the Schemas API to manage your data definitions in Lexicon and Data Audit

Standard Server: mixpanel.com/api/app/projects
EU Residency Server: eu.mixpanel.com/api/app/projects
Batch import large volumes of data into Mixpanel from a cloud bucket


Find us on IRC: #mixpanel on freenode.org