home / regmem

Menu
  • GraphQL API

members

Table actions
  • GraphQL API for members

Data source: mySociety Data · About: simonw/register-of-members-interests-datasette

4 rows where person_id = "uk.org.publicwhip/person/10180"

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name person_id
uk.org.publicwhip/member/1499 Iain Duncan Smith Iain Duncan Smith uk.org.publicwhip/person/10180
uk.org.publicwhip/member/180 Iain Duncan Smith Iain Duncan Smith uk.org.publicwhip/person/10180
uk.org.publicwhip/member/40167 Iain Duncan Smith Iain Duncan Smith uk.org.publicwhip/person/10180
uk.org.publicwhip/member/869 Iain Duncan Smith Iain Duncan Smith uk.org.publicwhip/person/10180

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE members (
        id VARCHAR(50) NOT NULL,
        name TEXT,
        person_id TEXT,
        PRIMARY KEY (id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
Powered by Datasette · Queries took 56.252ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette