---
title: "Export a catalog in CSV"
method: GET
path: "/catalog/exports/csv"
tags: ["Catalog"]
---

# Export a catalog in CSV

`GET /catalog/exports/csv`

Export a catalog in CSV (Comma Separated Values). Specific parameters are described here

## Query parameters

- `delimiter` ';' | ',' | '	' | '|'
- `list_separator` string
- `quote_all` boolean
- `with_bom` boolean

## Response `200`

Return a file

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too many requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/opendatasoft/apis/explore-api.md) · [All operations](https://skmtc.net/opendatasoft/apis/explore-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opendatasoft/explore-api/versions/8c5a10310454/schema)
