Read the catalog and per-dataset metadata over a simple JSON/CSV HTTP API. No key required for these illustrative endpoints.
/api/smart/datasetsReturns the full dataset catalog with provenance (DCAT-style): id, name, description, category, formats, cadence, record count, license, source and last-updated timestamp.
id · name · description · category · formats[] · cadence · rowCount · license · source · lastUpdated
/api/smart/datasets/{key}?format=csv|jsonReturns one dataset as a sample/metadata document. Use the format query parameter to choose CSV (default) or JSON. The {key} path segment is the dataset id shown in the catalog.
format: csv (default) or jsonid · name · description · category · formats[] · cadence · rowCount · license · source · lastUpdated
Exports are illustrative sample/metadata documents describing each dataset, pending the live data pipeline (CKAN + sensor feeds).