---
title: "Export a catalog"
method: GET
path: "/catalog/exports/{format}"
tags: ["Catalog"]
---

# Export a catalog

`GET /catalog/exports/{format}`

Export a catalog in the desired format.

## Path parameters

- `format` 'csv' | 'data.json' | 'dcat' | 'dcat_ap_ch' | 'dcat_ap_de' | 'dcat_ap_se' | 'dcat_ap_sp' | 'dcat_ap_it' | 'dcat_ap_vl' | 'dcat_ap_benap' | 'dublin_core' | 'json' | 'rdf' | 'rss' | 'ttl' | 'xls', required — Format specifier for the catalog export. `dcat_ap_*` formats are only available upon activation. See [here](#tag/Catalog/operation/listExportFormats) to get the list of available export formats

## Query parameters

- `select` string
- `where` string
- `order_by` string
- `limit` integer
- `offset` integer
- `refine` string
- `exclude` string
- `lang` 'en' | 'fr' | 'nl' | 'pt' | 'it' | 'ar' | 'de' | 'es' | 'ca' | 'eu' | 'sv'
- `timezone` string

## 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)
