home / regmem

Menu
  • GraphQL API

items

Table actions
  • GraphQL API for items

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

2 rows where record_id = "2021-11-01-64e8edeb-25820-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
37806c4aa1a3194eb5539402bd1c0e01bc703fc0 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 2021-11-01   Munira Wilson uk.org.publicwhip/person/25820 0 2021-11-01-64e8edeb-25820-0
6a9f07493164ae4686f1d5780c0c2e4c2a70e0a3 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 2021-11-01   Munira Wilson uk.org.publicwhip/person/25820 1 2021-11-01-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 176.588ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette