committees
Data source: See col-scraper on GitHub
3 rows where kind = "overview"
This data as json, CSV (advanced)
id ▼ | name | url | kind |
---|---|---|---|
173 | Crime and Disorder Scrutiny Committee | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=173 | overview |
185 | Health and Social Care Scrutiny Committee | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=185 | overview |
252 | Inner North East London Joint Health Overview and Scrutiny Committee | http://democracy.cityoflondon.gov.uk/mgCommitteeDetails.aspx?ID=252 | overview |
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) );