---
title: "Download demographic data"
method: GET
path: "/api/v1/studies/{id}/export/"
tags: ["studies"]
---

# Download demographic data

`GET /api/v1/studies/{id}/export/`

<span  style="font-size:x-large">**Deprecated - please use the new [Demographic Export](https://docs.prolific.com/docs/api-docs/public/#tag/Studies/operation/ExportDemographicData) endpoint instead.**</span>

<span  style="font-size:x-large">**This endpoint will be sunset after the 14th of April 2026**</span>

Download a snapshot of the participants' filter responses at the time that they took your study.

In addition to the responses to all filters applied to the study (subject to change), you'll also have access to the following data:

* Submission id
* Participant id
* Submission status
* Started date-time
  * Expressed in UTC
  * ISO 8601 formatted
* Completed date-time
  * Expressed in UTC
  * ISO 8601 formatted
* Time taken (in seconds)
* Age
* Sex
  * Participants were asked the following question: What is your sex, as recorded on legal/official documents?
* Ethnicity (simplified)
* First language
* Current country of residence
* Nationality
* Country of birth
* Student status
* Employment status
* Reviewed at date-time
  * Expressed in UTC
  * ISO 8601 formatted
* Completion code ('entered code')
* Total approvals

Learn more on [Exporting Prolific demographic data](https://researcher-help.prolific.com/en/article/b2943f).

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Downloaded

- object

## Other responses

- `400` — Error

---

[API](https://skmtc.net/prolific/apis/api-reference.md) · [All operations](https://skmtc.net/prolific/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prolific/api-reference/versions/5c53371c41a0/schema)
