{ "opencollection": "1.0.0", "info": { "name": "Grid Status API Info Dataset Metadata API", "version": "1.3.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Dataset Metadata", "type": "folder" }, "items": [ { "info": { "name": "List datasets", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/datasets", "params": [ { "name": "return_format", "value": "", "type": "query", "description": "The return format of the response." } ] }, "docs": "List all published datasets the authenticated user has access to. The full catalog is browsable at https://www.gridstatus.io/datasets." }, { "info": { "name": "Get dataset metadata", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/datasets/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path", "description": "ID of the dataset (for example ercot_spp_day_ahead_hourly)." } ] }, "docs": "Fetch metadata for a single dataset - description, earliest and latest available time, columns, primary key columns, time index column, source URL, approximate row count, data frequency, and publication frequency." } ] } ], "bundled": true }