datagouv_get_dataset
Retrieve dataset metadata and resources from data.gouv.fr using a dataset ID or slug. Explore French public open data efficiently.
Instructions
Return dataset metadata and resources for one dataset.
Args: dataset_id: Dataset id or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Dataset UUID. | |
| slug | No | URL slug; can be used as dataset identifier. | |
| title | No | Dataset title. | |
| license | No | License identifier or title as returned by the API (e.g. ODbL, fr-lo). | |
| frequency | No | Update frequency label when provided (e.g. annual, quarterly). | |
| resources | No | Files and API endpoints attached to the dataset; use URLs to fetch data. | |
| description | No | Longer dataset description from the portal. | |
| organization | No | Organization that publishes this dataset. | |
| temporal_coverage | No | Temporal coverage object or string from the API, if any. |