home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

6 rows where record_id = "2015-01-06-8f616a6e-24936-0" sorted by date descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

hash item category_id date ▲ member_id person_id sort_order record_id
ac031b3947cbd38499e449abf4bfb46a018dd4f4 Donations to my constituency party or association, which have been or will be reported by the party to the Electoral Commission: Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 0 2015-01-06-8f616a6e-24936-0
fefb54d43cedf772f4a243c5f248a36fe64f3d73 Name of donor: Malcolm Isaac Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 1 2015-01-06-8f616a6e-24936-0
1e1e6623cebadd6915ad02c8a1cf3fd163771a70 Address of donor: private Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 2 2015-01-06-8f616a6e-24936-0
e16458215f6b00c0441e2af7b253fe946b02cd36 Amount of donation or nature and value if donation in kind: £5,000 Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 3 2015-01-06-8f616a6e-24936-0
d192cb5d41ba88e604f23323b2864a2bc852a0da Donor status: individual Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 4 2015-01-06-8f616a6e-24936-0
a547e29c9335f5ea26e04b4d10cb29a5e506a130 (Registered 10 November 2014) Sponsorships 8f616a6e 2015-01-06 George Hollingbery uk.org.publicwhip/member/40390 George Hollingbery uk.org.publicwhip/person/24936 5 2015-01-06-8f616a6e-24936-0

Advanced export

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

CSV options:

CREATE TABLE items (
        hash VARCHAR(40) NOT NULL,
        item TEXT,
        category_id TEXT,
        date TEXT,
        member_id TEXT,
        person_id TEXT,
        sort_order INTEGER,
        record_id TEXT,
        PRIMARY KEY (hash),
        FOREIGN KEY ("category_id") REFERENCES [categories](id),
        FOREIGN KEY ("member_id") REFERENCES [members](id),
        FOREIGN KEY ("person_id") REFERENCES [people](id)
    );
CREATE INDEX items_date ON items("date");
CREATE INDEX items_category_id ON items("category_id");
CREATE INDEX items_member_id ON items("member_id");
CREATE INDEX items_person_id ON items("person_id");
CREATE INDEX items_record_id ON items("record_id");
Powered by Datasette · Queries took 13.559ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette