committees
Data source: See col-scraper on GitHub
2 rows where kind = "working"
This data as json, CSV (advanced)
id ▼ | name | url | kind |
---|---|---|---|
334 | Gresham Working Party | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=334 | working |
1208 | Wanstead Park Working Party | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=1208 | working |
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) );