committees
Data source: See col-scraper on GitHub
58 rows where kind = "sub"
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE committees( id INTEGER NOT NULL, name VARCHAR(50), url VARCHAR(255), kind VARCHAR(50), PRIMARY KEY (id) );