Export Metadata
Export Datasets & Resources as JSON
GET
https://data.website/api/datasets/export.json
Download the list of all dataset metadata as a JSON array.
Query Parameters
Name
Type
Description
format
string
Filter datasets which contain at least one file of this format (eg: csv, spreadsheet, pdf, xml)
Export Datasets & Resources (Excel spreadsheet)
GET
https://data.website/api/datasets/export.xlsx
Download an Excel workbook containing two worksheets: A table of datasets, and a table of resources.
Export Datasets (CSV)
GET
https://data.website/api/datasets/export.datasets.csv
Download a CSV table of all the datasets.
Path Parameters
Name
Type
Description
string
Export Resources (CSV)
GET
https://data.website/api/datasets/export.resources.csv
Download a CSV table of all the resources (files) in this data portal.
Path Parameters
Name
Type
Description
string
Export Datasets & Resources (CSV, zipped)
GET
https://data.website/api/datasets/export.zip
Download a ZIP file containing two CSVs: datasets.csv and resources.csv.
Last updated