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 = "2023-10-30-64e8edeb-11333-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
f154c9568b1529f00b23137ef7697a7d8c3db179 Name of donor: Betting and Gaming Council Address of donor: Kings Building, 16 Smith Square, London SW1P 3HQ Amount of donation or nature and value if donation in kind: Two tickets with hospitality for BST Hyde Park Concerts, value £1,099 Date received: 7 July 2023 Date accepted: 7 July 2023 Donor status: company, registration 12213577 (Registered 31 July 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-30   Pete Wishart uk.org.publicwhip/person/11333 0 2023-10-30-64e8edeb-11333-0
76ddf9e59bf06ae77e446a4d9c61162c220c68c2 Name of donor: The Royal Edinburgh Military Tattoo Ltd Address of donor: 1-3 Cockburn Street, Edinburgh EH1 1QB Amount of donation or nature and value if donation in kind: Two tickets with hospitality for the Edinburgh Royal Military Tattoo, value £830 Date received: 7 August 2023 Date accepted: 7 August 2023 Donor status: company, registration 128255 (Registered 30 August 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-30   Pete Wishart uk.org.publicwhip/person/11333 1 2023-10-30-64e8edeb-11333-0
fbf86f624785fdf684dcc94289ce013aaa5abb8c Name of donor: UK Music Ltd Address of donor: Savoy Hill House, 7-10 Savoy Hill, London WC2R 0BU Amount of donation or nature and value if donation in kind: One hospitality ticket to the Mercury Awards, value £495 Date received: 7 September 2023 Date accepted: 7 September 2023 Donor status: company, registration 03245288 (Registered 04 October 2023) Gifts, benefits and hospitality from UK sources 64e8edeb 2023-10-30   Pete Wishart uk.org.publicwhip/person/11333 2 2023-10-30-64e8edeb-11333-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 50.049ms · Data source: mySociety Data · About: simonw/register-of-members-interests-datasette