home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

4 rows where record_id = "2023-05-15-70b64e89-10678-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
7c2e86ff07ab4b426db9a5097a4280f114222138 Name of donor: Richard Greer Address of donor: private Amount of donation or nature and value if donation in kind: £4,000 to support me in my Shadow Foreign Secretary role Date received: 24 June 2022 Date accepted: 24 June 2022 Donor status: individual (Registered 05 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2023-05-15   David Lammy uk.org.publicwhip/person/10678 0 2023-05-15-70b64e89-10678-0
16508141f2eb6f7285b107d7da676b823f150718 Name of donor: Buchler Phillips Address of donor: 64 North Row, London, W1K 7DA Amount of donation or nature and value if donation in kind: £3,000 to support me in my Shadow Foreign Secretary role Date received: 20 June 2022 Date accepted: 13 July 2022 Donor status: company, registration 04824053 (Registered 14 July 2022) (b) Any other support not included in Category 2(a) 70b64e89 2023-05-15   David Lammy uk.org.publicwhip/person/10678 1 2023-05-15-70b64e89-10678-0
b166ffc04c8b48b000c660fec7fe51108987a462 Name of donor: George Brown Address of donor: private Amount of donation or nature and value if donation in kind: £25,000 towards paying for an additional member of staff for my office Date received: 25 August 2022 Date accepted: 26 August 2022 Donor status: individual (Registered 12 September 2022) (b) Any other support not included in Category 2(a) 70b64e89 2023-05-15   David Lammy uk.org.publicwhip/person/10678 2 2023-05-15-70b64e89-10678-0
8457d27b709565af056dbb5fc19bcfe8a1733df2 Name of donor: Richard Lewis Address of donor: private Amount of donation or nature and value if donation in kind: £15,000 Date received: 14 March 2023 Date accepted: 27 March 2023 Donor status: individual (Registered 27 March 2023) (b) Any other support not included in Category 2(a) 70b64e89 2023-05-15   David Lammy uk.org.publicwhip/person/10678 3 2023-05-15-70b64e89-10678-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 222.878ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette