Skip to content
GuidesBlogPlaygroundDashboard

Datasets

List all datasets
$ plaza datasets list
GET/api/v1/datasets
Create a new dataset (admin only)
$ plaza datasets create
POST/api/v1/datasets
Get dataset by ID
$ plaza datasets retrieve
GET/api/v1/datasets/{id}
Delete a dataset
$ plaza datasets delete
DELETE/api/v1/datasets/{id}
Query features in a dataset
$ plaza datasets features
GET/api/v1/datasets/{id}/features
ModelsExpand Collapse
dataset: object { id, inserted_at, name, 6 more }

Metadata for a custom dataset. Datasets contain user-uploaded geospatial features separate from the OSM data.

id: string

Dataset UUID

inserted_at: string

Creation timestamp (UTC)

name: string

Human-readable dataset name

slug: string

URL-friendly identifier

updated_at: string

Last update timestamp (UTC)

attribution: optional string

Required attribution text

description: optional string

Dataset description

license: optional string

License identifier (e.g. CC-BY-4.0)

source_url: optional string

URL of the original data source

dataset_list: object { datasets }

List of all available datasets.

datasets: array of Dataset { id, inserted_at, name, 6 more }

Array of dataset metadata objects

id: string

Dataset UUID

inserted_at: string

Creation timestamp (UTC)

name: string

Human-readable dataset name

slug: string

URL-friendly identifier

updated_at: string

Last update timestamp (UTC)

attribution: optional string

Required attribution text

description: optional string

Dataset description

license: optional string

License identifier (e.g. CC-BY-4.0)

source_url: optional string

URL of the original data source