---
title: "Show dataset information"
method: GET
path: "/catalog/datasets/{dataset_id}"
tags: ["Catalog"]
---

# Show dataset information

`GET /catalog/datasets/{dataset_id}`

Returns a list of available endpoints for the specified dataset, with metadata and endpoints.

The response includes the following links:
* the attachments endpoint
* the files endpoint
* the records endpoint
* the catalog endpoint.

## Path parameters

- `dataset_id` string, required

## Query parameters

- `select` string
- `lang` 'en' | 'fr' | 'nl' | 'pt' | 'it' | 'ar' | 'de' | 'es' | 'ca' | 'eu' | 'sv'
- `timezone` string

## Response `200`

The dataset

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