---
title: "Download data as a Zip file of CSVs"
method: GET
path: "/api/data/download/"
tags: ["Utilities & Data"]
---

# Download data as a Zip file of CSVs

`GET /api/data/download/`

Downloads question data, forecast data, and optionally comments, scores, and key factors as a Zip file of CSVs.
You must provide at least one of `post_id`, `question_id`, or `project_id` to specify the data to download.

**Note:** This is a restricted endpoint. To request access, please fill out the [Metaculus Data Needs Form](https://docs.google.com/forms/d/e/1FAIpQLSeJhtZzHl5qMvBjbXbatyaqoS4IU7RE0GGw_vlhs6I9syqn1g/viewform?usp=pp_url&amp;entry.192763438=https://www.metaculus.com/api/). For questions or feedback, contact [api-requests@metaculus.com](mailto:api-requests@metaculus.com). Additionally, the `project_id` parameter is only accepted if your account has been whitelisted for that specific project, to prevent heavy data requests.

This endpoint may time out for large data exports. If your download fails due to a timeout, use the `/api/data/email/` endpoint instead, which processes the export asynchronously.

## Query parameters

- `post_id` integer
- `question_id` integer
- `project_id` integer
- `sub_question` integer
- `aggregation_methods` string
- `minimize` boolean
- `include_bots` boolean
- `user_ids` integer[]
- `include_comments` boolean
- `include_scores` boolean
- `include_key_factors` boolean

## Response `200`

Zip file containing CSVs (question_data.csv, forecast_data.csv, and optionally comment_data.csv, score_data.csv)

## Changes

> 34 revisions in range; 1 could not be searched.

- **2026-03-15** `ed65a63f4188` — 1 info
  - endpoint added
- **2024-10-17** `47c0ecd11dbd` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/metaculus/apis/metaculus-api/changes/api/data/download/get.md)

---

[API](https://skmtc.dev/metaculus/apis/metaculus-api.md) · [All operations](https://skmtc.dev/metaculus/apis/metaculus-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/metaculus/metaculus-api/revisions/f1b9a08e1da2/schema)
