home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

3 rows where record_id = "2022-06-13-64e8edeb-25820-0" sorted by sort_order

✎ 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
0dcf5386234aa92c33b828b3defd87b2ee91e203 Name of donor: National Liberal Club Address of donor: 1 Whitehall Place, London SW1A 2HE Amount of donation or nature and value if donation in kind: Honorary membership from 19 May 2021 to 31 December 2022, value £1,463 Date received: 19 May 2021 - 31 December 2022 Date accepted: 19 May 2021 Donor status: company, registration 01355034 (Registered 24 May 2021) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 0 2022-06-13-64e8edeb-25820-0
dad76174297a9ecdc882b0e1dfcc355a1b5b8ece Name of donor: Premiership Rugby Address of donor: Regal House, 70 London Road, Twickenham TW1 3QS Amount of donation or nature and value if donation in kind: Hospitality and two match tickets for the Gallagher Premiership Final at Twickenham Stadium, value £480 Date received: 26 June 2021 Date accepted: 26 June 2021 Donor status: company, registration 04173533 (Registered 30 June 2021) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 1 2022-06-13-64e8edeb-25820-0
fced90bf19ed0df92afa79cfd91db1cccace12d9 Name of donor: Harlequin Football Club Ltd Address of donor: Twickenham Stoop Stadium, Langhorn Drive, Twickenham TW2 7SX Amount of donation or nature and value if donation in kind: Four tickets with hospitality for Quins' Big Summer Kick Off at Twickenham Stadium, value £1,723.20 Date received: 21 May 2022 Date accepted: 21 May 2022 Donor status: company, registration 03213073 (Registered 09 June 2022) Gifts, benefits and hospitality from UK sources 64e8edeb 2022-06-13   Munira Wilson uk.org.publicwhip/person/25820 2 2022-06-13-64e8edeb-25820-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 14.435ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette