v1

latestOpenAPI 3.0.3Copyright Opendatasoft2026-07-13161044.7 KB
Dataset

Export a dataset in CSV

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

get/catalog/datasets/{dataset_id}/exports/csv

Path parameters

dataset_idstring required

The identifier of the dataset to be queried.

You can find it in the "Information" tab of the dataset page or in the dataset URL, right after /datasets/.

Query parameters

delimiter';' | ',' | ' ' | '|'

Sets the field delimiter of the CSV export

list_separatorstring

Sets the separator character used for multivalued strings

quote_allboolean

Set it to true to force quoting all strings, i.e. surrounding all strings with quote characters

with_bomboolean

Set it to true to force the first characters of the CSV file to be a Unicode Byte Order Mask (0xFEFF). It usually makes Excel correctly open the output CSV file without warning. Warning: the default value of this parameter is false in v2.0 and true starting with v2.1

Response

Return a file